-
-
Notifications
You must be signed in to change notification settings - Fork 12
Flashing your Arduino
Lucas Morgan edited this page Aug 3, 2019
·
7 revisions
You'll need to follow the steps here first before you can flash through the arduino IDE.
The two main basic steps to flasing the Esp8266/32 are:
-
Compile/upload arduino code by selecting the right board, COM port, and clicking
upload
(looks like a right arrow). -
Flash the data directory by opening the sketch and selecting Tools -> Sketch Data Upload for your board. Make sure the Serial Monitor is not in use for the selected COM port.
[TODO]
-
UDP ( Esp8266 / Esp32 )
-
Setup:
-
Communication:
-
Protocol Description:
-
-
SERIAL ( Teensy 3.2/3.6 )
-
Setup:
-
Communication:
-
Protocol Description:
-