richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
213 stars 58 forks source link

Issue whith Lilygo T-Beam v1.2 with AXP2101 #23

Closed HJ5JMS closed 1 year ago

HJ5JMS commented 1 year ago

Hello !

I recently received a Lilygo T-Beam v1.2 with AXP2101 from Aliexpres, but after installing the tracking software, the device doesn't work and seems to be related to the APX210.

The main screen shows battery: -0.00v and the device got stuck when preparing to transmit. Checking the serial monitor, I also found that there is an error message during boot: [ERROR] [AXP192] Boot failed!

Is there a way to handle this problem, or is the hardware definitely not supported yet?

image PXL_20230822_005355260

Thank you!!

richonguzman commented 1 year ago

hi , as you have noticed you need to use the "env:ttgo-t-beam-v1_2"

this will enable the use of the AXP2101 power management chip and your Tracker should work fine now?

HJ5JMS commented 1 year ago

Hello !

You're right, I was overlooking some important env - related steps in the flashing process.

Thank you!