kizniche / ttgo-tbeam-ttn-tracker

TTGO T-Beam Tracker for TTN Mapper and TTN Tracker using US (915 MHz) and EU (868 MHz) frequencies
https://kylegabriel.com/projects/2019/04/lorawan-tracker-and-mapper.html
GNU General Public License v3.0
265 stars 139 forks source link

update lilygo t-beam 1.2 #59

Open RoZelm0 opened 1 year ago

RoZelm0 commented 1 year ago

Is it possible to update to this version

https://www.amazon.de/dp/B0B454TB6S?ref=ppx_yo2ov_dt_b_product_details&th=1

mischmeister commented 1 year ago

The new Lilygo T-Beam uses the AXP2102 PMU, this project currently only support the AXP192 PMU. As far as I know theres an additional library needed as well.

This would be a cool feature.

A friend of mine "hacked" together a diff, I will test it later today.

RoZelm0 commented 1 year ago

Of course that would be great if it worked.

mischmeister commented 1 year ago

I don't have much time right now, but this would be the reference to get this done:

https://github.com/lora-aprs/LoRa_APRS_Tracker/commit/b638d951537eb62a43566eb4b02ff6af21a5bc19

The code shows the adaptation of the XPowersLib for use with the AXP2102

RoZelm0 commented 1 year ago

I can try it, but I don't know if I can get it to work. thank you first

RoZelm0 commented 1 year ago

I tried it and unfortunately I can't get it to work

garyjduk commented 11 months ago

I requested this here https://github.com/Xinyuan-LilyGO/tbeam-helium-mapper/tree/feature/web

This does work, it maps and sends to Helium Mapper and Cargo the only thing that isn't quite right is the power management and it says MysteryIRQ for each upload. I think it is getting worked on but this allows you to at least map until it is fixed.

mischmeister commented 11 months ago

Hello, I recommend you use this project instead:

https://github.com/bitconnector/ttn_mapper_t-beam

He added support for the new chip, you will need platformio to get this running, but the process is really smooth and straightforward

Best regards!