mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-10 19:26:48 +01:00
Fixed: file numbering
This commit is contained in:
committed by
Thorsten von Eicken
parent
89533b7c25
commit
f74b75b95b
@@ -6,38 +6,39 @@ LED flashing sample
|
||||
|
||||
Circuit:
|
||||
|
||||
. connect a Nodemcu (ESP8266) board and an Arduino Nano / UNO:
|
||||
- 1: connect a Nodemcu (ESP8266) board and an Arduino Nano / UNO:
|
||||
(RX - levelshifter - TX, TX - levelshifter - RX)
|
||||
. optionally connect RESET-s with a level shifter
|
||||
- 2: optionally connect RESET-s with a level shifter
|
||||
|
||||
|
||||
Installation steps:
|
||||
|
||||
. install the latest Arduino on the PC
|
||||
. install EspLink library from arduino/libraries path
|
||||
. open EspLinkWebSimpleLedControl sample from Arduino
|
||||
. upload the code onto an Arduino Nano/Uno
|
||||
. install esp-link
|
||||
. jump to the Web Server page on esp-link UI
|
||||
. upload SimpleLED.html ( arduino/libraries/EspLink/examples/EspLinkWebSimpleLedControl/SimpleLED.html )
|
||||
. jump to SimpleLED page on esp-link UI
|
||||
. turn on/off the LED
|
||||
- 1: install the latest Arduino on the PC
|
||||
- 2: install EspLink library from arduino/libraries path
|
||||
- 3: open EspLinkWebSimpleLedControl sample from Arduino
|
||||
- 4: upload the code onto an Arduino Nano/Uno
|
||||
- 5: install esp-link
|
||||
- 6: jump to the Web Server page on esp-link UI
|
||||
- 7: upload SimpleLED.html ( arduino/libraries/EspLink/examples/EspLinkWebSimpleLedControl/SimpleLED.html )
|
||||
- 8: jump to SimpleLED page on esp-link UI
|
||||
- 9: turn on/off the LED
|
||||
|
||||
Complex application sample
|
||||
--------------------------
|
||||
|
||||
Circuit:
|
||||
|
||||
. connect a Nodemcu (ESP8266) board and an Arduino Nano / UNO:
|
||||
- 1: connect a Nodemcu (ESP8266) board and an Arduino Nano / UNO:
|
||||
(RX - levelshifter - TX, TX - levelshifter - RX)
|
||||
. optionally connect RESET-s with a level shifter
|
||||
. add a trimmer to A0 for Voltage measurement
|
||||
- 2: optionally connect RESET-s with a level shifter
|
||||
- 3: add a trimmer to A0 for Voltage measurement
|
||||
|
||||
Installation steps:
|
||||
|
||||
. open EspLinkWebApp sample from Arduino
|
||||
. upload the code onto an Arduino Nano/Uno
|
||||
. jump to the Web Server page on esp-link UI
|
||||
. upload web-page.espfs.img ( arduino/libraries/EspLink/examples/EspLinkWebApp/web-page.espfs.img )
|
||||
. jump to LED/User/Voltage pages
|
||||
. try out different settings
|
||||
- 1: open EspLinkWebApp sample from Arduino
|
||||
- 2: upload the code onto an Arduino Nano/Uno
|
||||
- 3: jump to the Web Server page on esp-link UI
|
||||
- 4: upload web-page.espfs.img ( arduino/libraries/EspLink/examples/EspLinkWebApp/web-page.espfs.img )
|
||||
- 5: jump to LED/User/Voltage pages
|
||||
- 6: try out different settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user