Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

tolgacesur/johnny-five-socket-io-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

johnny-five-socket-io-arduino

Johnny-Five is the JavaScript Robotics & IoT Platform. Released by Bocoup in 2012, Johnny-Five is maintained by a community of passionate software developers and hardware engineers. Over 75 developers have made contributions towards building a robust, extensible and composable ecosystem.


about johnny-five here

About Project

Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached to pin 7.

Setup and Assemble Arduino

Setup and Assemble Arduino

  • Download Arduino IDE
  • Plug in your Arduino or Arduino compatible microcontroller via USB
  • Open the Arduino IDE, select: File > Examples > Firmata > StandardFirmataPlus
  • StandardFirmataPlus is available in Firmata v2.5.0 or greater
  • Click the "Upload" button.

If the upload was successful, the board is now prepared and you can close the Arduino IDE.

Fritzing diagram

Fritzing diagram: button-bumper.fzz

  • LED attached from pin 13 to ground
  • Pushbutton attached to pin 7 from +5V
  • 10K resistor attached to pin 7 from ground
  • Note: on most Arduinos there is already an LED on the board attached to pin 13.

Result

  • Console

  • Button Down

  • Button Up

About

Turns on and off a light emitting diode(LED)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published