|
|
@ -6,38 +6,39 @@ LED flashing sample |
|
|
|
|
|
|
|
|
|
|
|
Circuit: |
|
|
|
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) |
|
|
|
(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: |
|
|
|
Installation steps: |
|
|
|
|
|
|
|
|
|
|
|
. install the latest Arduino on the PC |
|
|
|
- 1: install the latest Arduino on the PC |
|
|
|
. install EspLink library from arduino/libraries path |
|
|
|
- 2: install EspLink library from arduino/libraries path |
|
|
|
. open EspLinkWebSimpleLedControl sample from Arduino |
|
|
|
- 3: open EspLinkWebSimpleLedControl sample from Arduino |
|
|
|
. upload the code onto an Arduino Nano/Uno |
|
|
|
- 4: upload the code onto an Arduino Nano/Uno |
|
|
|
. install esp-link |
|
|
|
- 5: install esp-link |
|
|
|
. jump to the Web Server page on esp-link UI |
|
|
|
- 6: jump to the Web Server page on esp-link UI |
|
|
|
. upload SimpleLED.html ( arduino/libraries/EspLink/examples/EspLinkWebSimpleLedControl/SimpleLED.html ) |
|
|
|
- 7: upload SimpleLED.html ( arduino/libraries/EspLink/examples/EspLinkWebSimpleLedControl/SimpleLED.html ) |
|
|
|
. jump to SimpleLED page on esp-link UI |
|
|
|
- 8: jump to SimpleLED page on esp-link UI |
|
|
|
. turn on/off the LED |
|
|
|
- 9: turn on/off the LED |
|
|
|
|
|
|
|
|
|
|
|
Complex application sample |
|
|
|
Complex application sample |
|
|
|
-------------------------- |
|
|
|
-------------------------- |
|
|
|
|
|
|
|
|
|
|
|
Circuit: |
|
|
|
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) |
|
|
|
(RX - levelshifter - TX, TX - levelshifter - RX) |
|
|
|
. optionally connect RESET-s with a level shifter |
|
|
|
- 2: optionally connect RESET-s with a level shifter |
|
|
|
. add a trimmer to A0 for Voltage measurement |
|
|
|
- 3: add a trimmer to A0 for Voltage measurement |
|
|
|
|
|
|
|
|
|
|
|
Installation steps: |
|
|
|
Installation steps: |
|
|
|
|
|
|
|
|
|
|
|
. open EspLinkWebApp sample from Arduino |
|
|
|
- 1: open EspLinkWebApp sample from Arduino |
|
|
|
. upload the code onto an Arduino Nano/Uno |
|
|
|
- 2: upload the code onto an Arduino Nano/Uno |
|
|
|
. jump to the Web Server page on esp-link UI |
|
|
|
- 3: jump to the Web Server page on esp-link UI |
|
|
|
. upload web-page.espfs.img ( arduino/libraries/EspLink/examples/EspLinkWebApp/web-page.espfs.img ) |
|
|
|
- 4: upload web-page.espfs.img ( arduino/libraries/EspLink/examples/EspLinkWebApp/web-page.espfs.img ) |
|
|
|
. jump to LED/User/Voltage pages |
|
|
|
- 5: jump to LED/User/Voltage pages |
|
|
|
. try out different settings |
|
|
|
- 6: try out different settings |
|
|
|
|
|
|
|
|
|
|
|