chbla

chbla

Anyone using LoRa modules?

Hi there,

I just wanted to ask if anyone maybe used LoRa(Wan) RF modules with Nerves already?
I have a couple of usecases where it would be nice, but don’t have a clue how this would work.

I assume via GPIOs/serial communication?
Did anyone connect other RF modules or sensors like that?

Thanks,
Christoph

Most Liked

simon

simon

Not yet. I’m waiting for some Kickstarter funded LoRa modules to arrive (hopefully in the next few weeks) and I will be playing with them using Python to start with but would love to eventually develop a Nerves system with them. However for things like this I think I’m going to be in the hands of more experienced hardware-aware developers to create libraries for me.

brunosantanaa

brunosantanaa

Hi all,
I started a module for LoRa radios that use SPI. If anyone is interested in helping or giving suggestions, this project is on Github, in the link below:

chbla

chbla

Same here - we are already using LoRa modules with arduinos and RPis, but I’m not an expert on low level programming.

It would be a nice combination, although probably not high in priority for the nerves community (e.g. OTA updates are not easily doable, low power is not a priority when using RPis, etc).

We have the use case that we need to integrate various devices over ethernet, process a lot of data, and send aggregations over a non-internet (LoRa) connection back.

Last Post!

outlog

outlog

@brunosantanaa finally got all the needed HW.. so will give it a go soon..

ended up going for the same module as you have, as to not complicate things

eg:
2x RFM95(w) for europe 868Mhz (~9 usd on ebay)
this breakout board/hat
https://www.tindie.com/products/qqqlab/rfm69-radio-hat-for-raspberry-pi/
fyi my board/hat came with ufl solder pads for connecting external antennas, which is very nice..

I also have a gateway The Things Indoor Gateway | The Things Network since there wasn’t good/consistent coverage at my place - you can check https://ttnmapper.org for gateways close by..

soon-ish I’ll get the radios ping-ponging on simple lora..

then attempt to get lorawan/ttn working building upon your wan branch GitHub - brunosantanaa/Elixir-LoRa at wan · GitHub - first a simple “abp” connect/send, then work from there (receive/otaa etc)..

I may start out using https://github.com/ivajloip/rust-lorawan/tree/master/encoding via rustler for encoding/decoding packages if needed.. just to get something working asap..

Where Next?

Popular in Questions Top

Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

Other popular topics Top

grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 54092 488
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54996 245
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New

We're in Beta

About us Mission Statement