cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards

Home Page:https://cyberman54.github.io/ESP32-Paxcounter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootloop with ttgo_lora32_v21new

hekopath opened this issue · comments

I had a build problem for another project and used paxcounter to cross check the issue:
lnlp/LMIC-node#45

Currently there seems to be an issue with specific version of the TTGO Lora32 v21 (T3_1.6) boards.

As workaround the espressif framework can be used in a specific version.
Line 57 of platformio.ini can be changed to:
platform_espressif32 = espressif32@4.2.0
to successfully upload and run the project.

If anyone can add useful information to fix the problems, you are most welcome!

I can't reproduce this with a TTGO Lora32 v21 (T3_1.6) board, please post serial console monitor log here.
Generally, if you run in a bootloop, try to clear the NVRAM before uploading a fresh build:
pio run -t erase

You may also check the current v3.2.2 which is based on platformio-espressif 5.0.0.