https://github.com/lupyuen/lupyuen.github.io/blob/master/src/loader.md
https://lupyuen.github.io/articles/loader
https://pine64.github.io/bl602-docs/Quickstart_Guide/Linux/Quickstart_Linux_ubuntu.html
https://github.com/bouffalolab/arduino-bouffalo/tree/main
https://dev.bouffalolab.com/download
Descargar “Bouffalo Lab Dev Cube”
https://pine64.github.io/bl602-docs/Developer_Environment/BLFlashEnv/BLFlashEnv.html
https://github.com/SmartArduino/Doiting_BL/blob/master/README_EN.md
“git clone https://github.com/SmartArduino/Doiting_BL.git”
chmod -R 777 ./Doiting_BL/bl_iot_sdk/toolchain/
find ./Doiting_BL/bl_iot_sdk/customer_app -name “genromap”|xargs chmod 777
para compilar el código y generar el binario:
./genromap
Entiendo que se debe presionar el botón “D8” y luego “EN” y luego se puede “descargar” el código en el MCU.
La placa integra el chip WCH CH340N, que convierte desde USB a modo UART(serial por USB).
https://github.com/bouffalolab/bouffalo_sdk
velocidad soportada para Doiting DT-BL10 (WCH CH340)
| chip | baudrate |
|---|---|
| ch340 | <= 500K |
| cp2102 | <= 2M |
| ft232 | <= 2M |
| bl702 | <= 8M |
| bl616 | <= 10M |