seportx.blogg.se

Xojo on odroid
Xojo on odroid









xojo on odroid xojo on odroid
  1. Xojo on odroid serial#
  2. Xojo on odroid code#

Be nice, and check out our Code of Conduct. Your Answer andres villegas is a new contributor. Add a comment Related questions 0 How do I read/connect BLE beacon on ESP32 with Arduino IDE? 0 Can''t find the right ethernet library in Arduino IDE for Arduino Nano RP2040 Connect 0 Compile error in Arduino IDE using Mozzi library Load 5 more related questions Know someone who can answer? Share a link to this question via email, Twitter, or Facebook. Take care in asking for clarification, commenting, and answering.

xojo on odroid

Xojo on odroid serial#

#define TINY_GSM_MODEM_SIM7600 #define SerialAT Serial1 #define SerialMon Serial #define TINY_GSM_DEBUG SerialMon #include #include #include #include #include const char apn = "" const char gprsUser = "" const char gprsPass = "" #define PIN_TX 27 #define PIN_RX 26 #define UART_BAUD 115200 #define PWR_PIN 4 #define LED_PIN 12 #define POWER_PIN 25 #define DTR 32 #define RI 33 #define PMU_IRQ 35 #define IND_PIN 36 #define API_KEY "" #define DATABASE_URL "" #define USER_EMAIL "" #define USER_PASSWORD "" // Define Firebase Data object FirebaseData fbdo FirebaseAuth auth FirebaseConfig config unsigned long sendDataPrevMillis = 0 unsigned long count = 0 #ifdef DUMP_AT_COMMANDS #include StreamDebugger debugger(SerialAT, SerialMon) TinyGsm modem(debugger) #else TinyGsm modem(SerialAT) #endif TinyGsmClient client(modem) void setup() When trying to send via WIFI there is no problem but with LTE I get that error as the connection was lost and it does not connect to Firebase esp32arduino-idelte Share Follow asked 3 mins ago andres villegas 111 bronze badge New contributor andres villegas is a new contributor to this site. When I do them separately they work correctly but when I join them I get an error that says: connection lost. I am programming in Arduino IDE with the FirebaseESP32 library to connect to the database and TinyGsmClient to connect to the LTE network. How can I troubleshoot the 'connection lost' error when trying to connect to Firebase using TSIM7600 and TinyGsmClient on Arduino IDE? Ask Question Asked today Modified today Viewed 3 times 0 I am using TSIM7600 na to take GPS data and transfer it to Firebase.











Xojo on odroid