-
Hi,
First steps here with a t-beam V1.1 under platformio.
When creating a new project from scratch through PIO +New Project , selecting board TTGO T-Beam, thus building it I am getting a strange err…
-
Hi,
I am using the ttgo-tbeam-ttn-tracker that you put on Github and really enjoy it, many thanks :-). I would now like to upgrade to use the BME280 as per this Github project. Will this work OK on…
-
Hello,
In version 4.2 framework-arduinoespressif32 TTGO T-Beam board variant was renamed from t-beam to tbeam and failed to build because of missing pins_arduino.h .
-
@gereic is there a kick start guide on the Kobo interface ? curious as I have one spare and would like to hook it up, happy to do a write up on this to help others if I could have a bit of direction o…
-
One of my new TBEAMs (node id 0x1c) has an interesting problem:
After any transmit it gets stuck printing this:
Can not send yet, busyTx
The root cause (confirmed with logic analyzer is some s…
-
Hello,
I’ve seen with the M5 config, that it might be possible to compile the code to build a tracker to use with the RFM69HCW rather then the RFM95, my goal is to straight up use the OGN network r…
-
Hello,
I'm trying to transmit data through the LoRa antenna between my TTGO T-BEAM V0.7 (emitter), to a Heltec Lora32 V2 (receiver). For this, I'm using the LoraSender example code from this repo, …
-
README.md states:
> - When using LMIC debugging, output is automatically routed to the correct serial port.
> *No need to set the `LMIC_PRINTF_TO` parameter to `Serial` or `SerialUSB` manually.*
…
-
Hi,
Unfortunately, the station does not show sub-zero temperatures.
Here the issue is probably resolved, but now I don't have a board to check it out:
https://github.com/kizniche/ttgo-tbeam-sen…
-
One small issue generated by recent pull request #18. It seems to have broken my ability to link using platformio when I have a copy of LoRaLayer2 in my `lib` directory, but I am building using the co…