For STM32 Microcontroller
This project is implemented to program BlueBill Board (STM32 Micro-controller) over the air using a website connected to a cloud database (Firebase) and NodeMCU board to get the code from internet for sending it to STM to write it to the Flash Memory using the Bootloader flashed on the first 8 kB of Flash Memory.
Usage discreption.
mem.id
should be
edited to change the flash size to 56KB as Boot Loader uses 8 KB and start address should be edited:
FLASH (rx) : ORIGIN = 0x08002000, LENGTH = 56K
Test the communication between the website and NodeMCU
NodeMCU Status | NOT CONNECTED |
Upload the file to NodeMCU