Device use ESP32 as main CPU and MCP7940 as RTC. Communication between processor realised by I2C bus.
http://192.168.4.1 or http://ledcontroller.local
Login: admin
Password: 12345678
- Download sdk and toolchain and setup instruction
- erase device
idf.py erase_flash
- build firmware and flash
idf.py flash
openssl s_client -showcerts -connect fw.alab.cc:443 </dev/null 2>/dev/null|openssl x509 -outform PEM >fw_alab_cc.pem
- setup ota server url
idf.py menuconfig
- go 'component config' --> 'ota'
- change the path to the real http server
- build firmware and flash
idf.py flash
- reboot the device and connect to the access point
- configure WiFi on http://192.168.4.1
- hold the "IO0" button after loading for 3 seconds. this will start the OTA sequence.