Skip to content

Commit 408f340

Browse files
Update README.md
1 parent 143cdf0 commit 408f340

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Overview of my usage
2+
3+
In order to change the state of different colored LEDs via database information recieved, I had altered code from (https://www.youtube.com/watch?v=hFBFju_ZSYs), in order to fit my purposes. The repo uses node packages, etc to work.
4+
5+
The LEDs would be connected to a breadboard, then an Arduino, the Arduino connected to a laptop via serial port. App.js draws the data from the database and sends signals to the respective pins the LEDs are connected to, in order to turn them on/off.
6+
7+
This repo is associated with: (https://github.com/BagelsAreNotDonuts/BillSplitProject)
8+
9+
10+
Below is the original readme from (https://github.com/codeadamca/arduino-from-nodejs)
11+
112
# Communicating Between a Node.js Server and an Arduino
213

314
This tutorial will walkthrough the process of creating a web interface to control an Arduino. The web interface will include an on and off button that will turn a light on and off on a USB connected Arduino.

0 commit comments

Comments
 (0)