Sending Commands from Host to Uno

Display an output on the LED bar graph based on the serial command received from the host.

May 3, 2019

17411 views

1 respects

Apps and platforms

1

Arduino IDE

Project description

Code

Sending Commands from Host to Uno

arduino

Downloadable files

Circuit Schematic

Circuit Schematic

Circuit Schematic

Circuit Schematic

Comments

Only logged in users can leave comments

Anonymous user

2 years ago

Hello, Be careful, the code posted here is different than the one you use in the video. For instance Serial.print(RXdata, DEC); here and Serial.print(RXdata); in the video. Apart this, thanks for the tuto :)