Bonus track: Native QR Code creation.
See their github page. AliExpress Listing.
git clone https://github.com/micropython/micropython
open micropython/ports/stm32/<copy files/folders>
- --> Makefile: replace file
- --> wdt.c, kongduino.c & kongduino/ Copy into ports/stm32
- --> WEACT_H743/ Copy into ports/stm32/boards
cd micropython
make -j 12 -C mpy-cross
cd ports/stm32/
make -j 12 BOARD=WEACT_H743 submodules
make -j 12 BOARD=WEACT_H743firmware.hex is in ports/stm32/build-WEACT_H743.
- Put the device in DFU mode.
-
Open STM32CubeProgrammer
-
Select USB1 and click Connect
- Click Erasing and Programming.
- Click Browse and select firmware.hex
- Click Start Programming.
Et voilà !




