Deploiment Nucleo: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* |
* |
||
=Conseil= |
=Conseil= |
||
* flash esp-01 |
|||
* connection usb-serial <-> esp8266 |
|||
http://www.circuitsgallery.com/2016/01/getting-started-with-esp8266-esp-01.html |
|||
* upload esp-link firmware |
|||
cd esp-link-v2.2.3 |
|||
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash -fs 4m -ff 40m \ |
|||
0x00000 boot_v1.6.bin 0x1000 user1.bin \ |
|||
0x7C000 esp_init_data_default.bin 0x7E000 blank.bin |
|||
*GPO à 0* pour le boot du firmware... |
|||
* Esp-link Wifi configuration |
|||
- SSID of the form ESP_XXXX (ESP_999F6C) |
|||
- http://192.168.4.1/ |
|||
= Piste de développement = |
= Piste de développement = |
Revision as of 16:21, 26 February 2018
Objectif
Les contraintes technologigues
- STM32 Nucleo
- esp-link
- Issue donnant des détails sur le déploiement sur STM32F103xx via l'esp-link et stm32loader serial flash STM32F103xx
Documents
- STM32 microcontroller system memory boot mode
- Bootstrapping a boot loader
- stm32loader
- How to connect the ESP8266EX:
Plan de travail
Conseil
- flash esp-01
- connection usb-serial <-> esp8266
http://www.circuitsgallery.com/2016/01/getting-started-with-esp8266-esp-01.html
- upload esp-link firmware
cd esp-link-v2.2.3 esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash -fs 4m -ff 40m \ 0x00000 boot_v1.6.bin 0x1000 user1.bin \ 0x7C000 esp_init_data_default.bin 0x7E000 blank.bin
- GPO à 0* pour le boot du firmware...
- Esp-link Wifi configuration
- SSID of the form ESP_XXXX (ESP_999F6C) - http://192.168.4.1/