glacierjay / T_beam

Learning ttgo T-Beam LoRa + GPS + Wifi ESP32 board using Arduino IDE
MIT License
17 stars 4 forks source link

GPS data not received: check wiring #1

Open skyden-ua opened 4 years ago

skyden-ua commented 4 years ago

Hello. I am new and your project really helped me. I'm playing with tbeam_gps.ino now But I cannot defeat one problem. The board does not find satellites or does not receive data and displays the following: GPS data not received: check wiring {'Valid': '0', 'Lat': '0.00000', 'Long': '0.0000', 'Satellites': '0', 'Altitude': '0.00', 'Time': '00: 00: 00 ',' Button state ':' 0 '} At the same time, the board initially worked on a different code. Perhaps this is due to the fact that I have T_beam of the next generation with three buttons?

markosole commented 2 years ago

Same here. Did you find solution?

instructedmachines commented 1 year ago

I think I can help. This line requires that you know your RX/TX pins, on v1.1 that I got from AliExpress these are pins 34 and 12 (instead of 12 and 15 respectively) Serial1.begin(9600, SERIAL_8N1, 12, 15); //17-TX 18-RX for GPS