Browse Source

add video iot

master
zeus 3 years ago
parent
commit
48d8872bbc
  1. 23
      sensor-node/modules/ROOT/pages/index.adoc

23
sensor-node/modules/ROOT/pages/index.adoc

@ -729,5 +729,28 @@ TIP: Learn how to How to Setup Raspberry Pi to Arduino Serial Communication
video::646526465[vimeo] video::646526465[vimeo]
**** ****
=== Upload Sketch
A program designed for an Arduino board is called a sketch, and the process of transferring it to the board is called uploading.
****
TIP: Learn how to How to Upload Sketch (**)
video::646562968[vimeo]
****
Windows: It will never be COM1 don't pick that one. You should only have one other option.
Mac OS X and Linux: It will never be an option with 'bluetooth' in the name, look for /dev/cu.usbmodem or /dev/cu.usbserial or /dev/ttyUSB or similar!
(**) Original: https://learn.adafruit.com/ladyadas-learn-arduino-lesson-number-1?view=all

Loading…
Cancel
Save