Tell us about yourself!
Achievements
- jl19601a made the instructable Ambient Computer Lights - Using an Arduino With NeoPixel Strip
- jl19601a commented on WolfxPac's instructable Simple Weather Station V2.0View Instructable »
Not mentioned are the following libraries, needed for the button to work and the sketch to compile..#include <RBD_Button.h>#include <RBD_Timer.h> Version 2.2.0https://github.com/alextaujenis/RBD_Button/blob/ma...
- jl19601a made the instructable Temperature and Humidity Meter With Blynk App
- jl19601a made the instructable Easy IoT Weather Station With Multiple Sensors
- jl19601a completed the lessons Light Bulbs, LEDs and Lighting Class, LEDs, EL Wire and 3 others in the class LEDs and Lighting Class
Ran across this project recently , though I'd give it a try... Initially Processing (v3) came up with missing library (cc.arduino.*;)To make a Long story, short the fix is goto sketch tab, import library, add library/ When the Contribution Manager pop-up window opens.Enter arduino in the search box.Locate Arduino (Firmata) 9 by David A. Mellis and install it.. Worked just fine after that..