SX1276/77/78/79 LoRa docs #1113
Replies: 19 comments
-
Posted at 2020-06-24 by rj Oh, I solved my issue, so never mind the docs 😁. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-06-24 by AkosLukacs Take a look at the source code, might help: https://github.com/espruino/EspruinoDocs/blob/master/devices/SX127x.js |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-06-24 by rj Thanks :). Would love to contribute some day! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-06-25 by @gfwilliams Glad you got it sorted! Just for future, most module pages (eg http://www.espruino.com/SX127x) say something like:
If you click on SX127x it'll take you to the source - which is generally what the reference section is generated from anyway. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-06-25 by rj Wonderful--good to know 👍! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-12-09 by @MaBecker There are lots of more devices from AI |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-12-09 by @MaBecker Do you have a data sheet for the AI you are using? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-12-09 by rj I'm using the RA-02 myself 😊. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-12-09 by @MaBecker So they are fully compatible? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-12-09 by AkosLukacs There are a bunch of ready-made ESP32 boards with lora chips. Come in handy, because first you have a mostly self-contained devboard some even have a small display and/or battery connector. Second because there are arduino samples for them, so you can verify with arduino samples if you are stuck :) RFM96 (IIRC I tested, and does work with the Espruino library) from Hope RF is I think available from lots of "western" suppliers, if you want something quickly. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-12-09 by rj Until now, I haven't had issues communicating with it using the SX library, and all sources I have seen claims that RA-02 is based on the SX1278 chip (it's hard to confirm anything with these Chinese modules though). I haven't tried anything else than sending/receiving at different frequencies, so I can't confirm if FSK/OOK, or stuff like spread factor etc. can be configured though. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by tcpipchip Got success send LoRa data from LOM204 (WISOL) to ESPRUINO SX1276 sent the AAA stringAttachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by rj Awesome--I don't know that module though 👌😊. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by user95229 It’s a module that we represents in Brazil |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by tcpipchip now it´s working tranmission and reception :) I love ESPRUINO :) Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by rj Cool 😎! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by tcpipchip @tcpipchip = @user95229 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by rj
Me too, more people should really be using it 😁. I'm working on a project to showcase at work (WiFi module, not LoRa though), hopefully people will see the opportunities there as well 😏.
Oh ok, got it 😊. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-01-15 by tcpipchip yeah!!!! @rek We wait that @gordon port to RISC-V soon :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-06-24 by rj
Hi 👋!
I'm playing around with the SX1276/77/78/79 LoRa module--which works very nicely by the way--and it contains a Reference section with a list of prototype functions. Is there anywhere I can find more information about these?
More specifically I'm trying to switch between TX and RX mode on the fly, and my first guess was that the setOpMode-function had something to do with that, but as I said, I can't find any information on how to use it.
Thanks!
/RJ
Beta Was this translation helpful? Give feedback.
All reactions