Set of scripts and code to upload custom web-pages into external memory of IDW01M1 module
This repository contains python script and serial passthrough program for STM32
Nucleo. Python script uploads HTML/CSS/JS files to the external Flash memory of
the Wi-Fi expansion board.
Wi-Fi expansion board is connected to the Nucleo board which is connected to a
PC. I should mention that can be used without Necleo board. What is needed is
just serial interface to the Wi-Fi board, therefore, you can
connect IDW01M1 directly to a serial <-> USB adapter.
src/main.cpp
program (I used platformio to manage my
==========================================================
Communication with the Wi-Fi board
==========================================================
Enter passthrogh mode:
AT
OK
response.
==========================================================
Communication with the Wi-Fi board
==========================================================
Enter passthrogh mode:
AT
OK
This command do nothing but let us know that communication is working. Now
you can close the serial monitor.