Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Lora E220.h #23818
    Piotr
    Participant

      Hey
      The GPS has a PPS pin that triggers a high state every second, and I would like the LORA to send at the same rate as the GPS receives data, which is 1Hz it’s possible?

      I used to check the auxPin and PPS pin from the GPS module, whether they are on high value in my code attached example.

      “while (digitalRead(ppsPin)==HIGH && digitalRead(auxPin) ==HIGH)”

      Attachments:
      You must be logged in to view attached files.
      in reply to: Lora E220.h #23806
      Piotr
      Participant

        Hey, I used TTL to USB programmer and configured LORA and connect to Raspberry Pico Aux pin its works very well, but I don’t have knows what you mean by setting the correct delay. GPS receiver data are receiving frequented 1Hz and I set WOR in Lora to 1000ms. My GPS has pin PPS waveshare L76X is it possible to synchronize the transmitting lora with the received GPS signal?

        Attachments:
        You must be logged in to view attached files.
        in reply to: Lora E220.h #23780
        Piotr
        Participant

          Hi I was able to transfer data however it works very slowly do you know how to speed it up? Both codes attached

          Attachments:
          You must be logged in to view attached files.
        Viewing 3 posts - 1 through 3 (of 3 total)