-
I had my tbeam connected via USB to my bench power supply with the battery at 95% and noticed that it draws nearly 1A from the port. This is outside the USB spec. If we stuck to the spec, we shouldn't…
-
Is the a way in software to get the AXP192 / 202 to power up from a battery without needing to press the PEK?
Thanks
-
Hello,
I run the paxcounters on batteries for outdoor use and I want to know which settings provide low power consumption. I only need to read and send the wifi count every 5-10 minutes. Any recomm…
-
**Is your feature request related to a problem? Please describe.**
With the build in AXP192 we can get data like Voltages, Watts, Is charging, battery percentage, etc. Which can be very useful to see…
-
```
#include
#define RXD2 16
#define TXD2 17
#define MODEM_RST 5
#define MODEM_PWKEY 4
#define MODEM_POWER_ON 23
#define MODEM_TX 27
#define MODEM_RX …
-
**Describe the bug**
After running Meshtastic, other sketches that use GPS on the TBeam will fail to read data from the GPS.
**To Reproduce**
A known working T-Beam v1.1 2021212 successfully runn…
-
Hi guys
just curious - what is the reason for using SY7088 boost (bat -> 5volts) and SY8089 step down (5volts to 3.3volts) to power the ESP32 PICO chip instead of the AXP192 used in other products?…
-
I'm using TTGO T BEAM V1 board first, when I run GPS code it runs perfectly but when I add LoRa to the code to send to another TTGO T BEAM board it shows 0.00 for both latitude and longitude .... any …
-
As the project stabilizes it would be great to add the following feature:
Add the ability to export the GPS history of a node (GPX or similar format) so as to be able to review routes at a later da…
-
Not urgent, because it did the right thing on the second attempt. But I think we need to bump up our minimum task watchdog timeout. Or start the task watchdog only after HTTPS certs were generated.
…