Hi, i just bought a couple of Lilygo TTGO T-Beam boards, and i don’t know if there are ok. When i Connect the boards to USB (Ubuntu Linux with Arduino) no leds are on, but both boards creates a wifi Network secured called SoftRf-xxxx but i don’t know what to do with them. USB not recognize nothing (i upload my sketchs to arduino uno and nano boards without problem).
A video that show the problem. No leds are on.
Please sorry muy bad english.
You got the current T-Beam V1.0 version. This board does have LED only for charging and GPS pps signal.
First take out the 18650 battery. Then connect by USB to your PC. You should now be able to reflash the board, regardless in what state it was before. The USB circuitry on the board is powered by VBUS of USB port.
Hi, thanks for reply!
Really, i prefer no leds, i want low consumption. My problem is that i can’t upload any sketch. Is my first ESP32 board, i only have experience with Arduino. My Ubuntu seems not detect board… Perhaps the problem os only mine. Anyone can tell me a link to follow a guide to connect boards as these one?
Sorry but i still understand… Arduino has esptool.py integrated after espressif cards are installed. I installed cp210x drivers and choose T-Beam board in Arduino plattform, and tried different uploading speeds, but esptool not detect the board after plug it to usb.
Only last thing, please…
After upload TTN Tbeam sketch:
I only see “No gpx fix in serial monitor”, after 30 minutes out of house, still no fixing.
¿Is needed any modification on this sketch for that board? I choose “T-Beam” Board in Arduino IDE…
Many thanks again.
Gps works, because this sketch works perfectly, but TTNMapper not…
Okkk, almost solved, i modified sketch to send packet even without gps signal and payload finally arrived to my TTN account, so i only need to solve gps fix problem of gps.h and gps.cpp files.