|
Thanks for sharing this ESP software! Great! A. Is this the right chip to be flashed with the recommended WROOM binary? Thanks for your support!!!! |
Replies: 1 comment 2 replies
|
From my perspective the chip should the right one and is e.g. used in a ESP32-WROOM-32 module... Yes. for first flashing the bootloader.bin and partions.bin is needed... => that was my trigger ;-) With the last release I've made changes in the partitions, but I didn't updated this in the repo... used that point now, to rework the automation workflows, readme and finally the content of all upcoming releases. Means from now on the factory flash files are part of every release as a zip. Please check the last snapshot release -> https://github.com/ohAnd/dtuGateway/releases/tag/snapshot To the last question: the 'easiest' way, leave the device connected via USB and open a serial monitor with 115200 baud - there you can see a lot of debug infos, especially also what is the current state about the AP with the right IP (if captive portal is not working on your site). |
From my perspective the chip should the right one and is e.g. used in a ESP32-WROOM-32 module...
Yes. for first flashing the bootloader.bin and partions.bin is needed...
=> that was my trigger ;-)
With the last release I've made changes in the partitions, but I didn't updated this in the repo... used that point now, to rework the automation workflows, readme and finally the content of all upcoming releases.
Means from now on the factory flash files are part of every release as a zip.
Please check the last snapshot release -> https://github.com/ohAnd/dtuGateway/releases/tag/snapshot
To the last question: the 'easiest' way, leave the device connected via USB and open a serial monitor with 1…