GNSS communication with esp32-s3-mini and LoRa LR1120 module embedded in a custom prototype. #1379
Replies: 5 comments 4 replies
-
You have provided us nearly zero information - no serial output, no hardware description, and the code you have is so wrong it's not worth fixing. Use the default GNSS examples and reads the device documentation. Unless you can give us more information there's nothing we can do.
You seem to have to have started a project that is way above your experience. |
Beta Was this translation helpful? Give feedback.
-
I find myself using the LR112 with an esp32-s3-mini for satellite communication but from the esp32 I am not using the spi by default how do I integrate the new spi pins and not so wrong I have already upgraded the LR1120 chip to version 0201. // include the library // LR1110 has the following connections: // or detect the pinout automatically using RadioBoards // set RF switch configuration for Wio WM1110 static const Module::RfSwitchMode_t rfswitch_table[] = { // structure to save information about the GNSS scan result // structure to save information about the calculated GNSS position void setup() { // initialize LR1110 with default settings // set RF switch control configuration // check the firmware version Serial.println(F("Scan result\t| Latitude\t| Longitude\t| Accuracy\t| Number of satellites")); void loop() {
} else { } // wait a bit before the next scan |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Does standard LoRaWAN work? R// No a few days ago I got the prototype I have just implemented the firmware update and tried satellite communication with have you got a working satellite system going so you can compare transmissions. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
GNSS communication with esp32-s3-mini and LoRa LR1120 module embedded in a custom prototype.
Hello everyone I hope you are very well, I am writing because I need help in GNSS satellite communication as I am implementing the radiolib library but for some reason the function (int state = radio.gnssScan(&gnssResult;) is not running I understand that it is a custom design and can also hardware errors but I have reviewed and measured voltages in the modules and all is well working at 3. 3 v I have the satellite trace is fine I want you to help me with the communication please the only different thing is that for some reason the IRQ pin does not connect it to the LR1120 module with the esp32 for that reason I do not use the IRQ I am totally grateful for any help you can give me thank you very much and greetings.
Beta Was this translation helpful? Give feedback.
All reactions