chbla
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
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello!
Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app.
I creat...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
apply_graft/2 doesn’t rewrite an add_many sub-workflow’s deps on an add step. Grafted jobs cancel with “upstream job was deleted”
Version...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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.
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.
ssachse
Hello yes, right now I am evaluating some. I made some setups based on a BBGW with a Microchip RN2483. Then evaluated a lot of those esp32 based boards. Now we designed our own LoRaBoard based on recent Semtech chip you can attach to a beagle bone pocket. For more info you can contact me under PMR-R & D GmbH - LoRaWAN All software is mainly based on elixir/nerves
Cheers
Stefan
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:
outlog
my lora modules are on the way - will check it out and give a hand soon!
goal is to connect to https://www.thethingsnetwork.org right?
brunosantanaa
The goal is to have a simple way to send and receive data via the LoRa network written entirely in elixir. And yes, you can connect to gateways of “The Things Network”.
outlog
awesome - keep us posted on progress, what works, what doesn’t etc - will be 3-4 weeks before I get the modules (and time)…
brunosantanaa
4 weeks..
…Did you have a problem with delivery because of COVID?
Which radio did you buy?
I have already tested the sending and receiving of packets with the RA-02 AI-thinker radio.
lucaong
Nice job @brunosantanaa! I never tinkered with LoRa, but I have been planning to do that for a while, and your library looks nice and simple to use.
One small thing, it looks like there is a typo,
paketinstead ofpacket: Elixir-LoRa/lib/modem.ex at 1d634394f727c4dde7f76c97816edc602675ab3a · brunosantanaa/Elixir-LoRa · GitHub (unlesspaketis a LoRa specific term, I don’t know details about it yet)outlog
ebay - china to europe is usually 3-5 weeks delivery..
sx1262 bare chip for nerves - pretty much same as sx1276 afaik - https://youtu.be/lobNwqHLrag?t=169
and an esp32 SX1276 board thing - so should be able to get that going on TTN, and then figure out getting nerves/elixir on as well.. and also have them talk to each other without any big network..
awesome - will get back to you when I get the hardware..
anybody looking at hardware remember to look up your country’s frequencies here https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country.html and get a matching board/module..