Project for potential conversion to LoRa & FDRS #181
Replies: 2 comments
-
Sounds cool! I think with 2km and some woodlands you may have to play with some LoRa radio's configurations, especially spreading factor, to make the distance. I'd suggest trying out this tutorial I made to plot a map of your range with different configurations
I'm a bit rusty on a lot of this, as I haven't had a lot of time to spend on FDRS lately. I plan to return to work in a month or so to fix the outstanding issues, then work on new features. I'm always around to answer questions, though. |
Beta Was this translation helpful? Give feedback.
-
Hi guys! I have done some similar tinkering here in Alabama but I have no sure-fire answers, sorry. I also want to use this FDRS but I was already in the midst of using 2 of the adafruit feather m0 lora boards, to keep track of my postal mailbox which is about 1000 ft away. I also bought one of the adafruit rfm95 breakout boards and connected it to a esp32 and it seems to work OK. I have used some of the old 328p avr/arduino boards but I am not familiar with your Mega. However, I have used raspberry pi for some years now. And I recently read about, but have not yet tested, that you can use adafruit's 'circuitpython' libraries from your Pi, which should in theory work with the adafruit lora breakout. This fdrs is a great source of lora info. another one is 'stuartsprojects' -- lots of good info and code and schematics. And just last nite, I watched an old digikey youtube series where the guy did a low power 328p / lora project, with the other end being the raspberry pi and a adafruit lora breakout. and there is always the 'swiss guy' who has lots of great info. he is also a ham. 73 de ab4yd. ps I have been pondering 433 lora too but for now just using 915. https://stuartsprojects.github.io/ |
Beta Was this translation helpful? Give feedback.
-
Hello,
A friend and I are about to expand an existing "farm" monitoring system from 4 arduino nodes using HC-12 & a Raspberry Pi to a system that includes all of that and some nodes 2km away (not perfect line of sight--there are woodlands between, though the ground is fairly flat). Today's system is all local to one site and all nodes have access to "mains" A/C power / DC conversion.
We are considering FDRS and LoRa radios, but neither of us have used LoRa before (though we are both retired electrical engineers with amateur radio licenses).
Pictures can convey more, so here is today:
And here are 2 guesses at what it might look like if we move to FDRS, though not sure we have the right H/W selected.
Questions:
Is it possible to put EVERYTHING onto the Pi, and not bother with an ESP gateway? We aren't using ESPNow in this system, as we're building it ourselves.
We are considering the Adafruit RFM95 Breakout boards to begin experiments. It appears that these are supported by the RadioLib Arduino library, but I don't know if that can run on an Arduino Mega. We're using the Mega currently, as that's what we have AND we need a fair bit of I/O for one or two of the nodes (6 A/D for temperatures, 1 A/D for ambient light sensor, 6 discrete outputs, and 6 outs + 6 Ins for HX711 scale interfaces). We haven't found an ESP device that can handle that. Any better ideas?
Note that the new REMOTE node is 2 km away and needs to be SOLAR powered, so we'll need to do some charge control and panel interfacing. Initially it isn't as large as the node detailed above, but it might grow to that. We are currently thinking if we can keep the Arduino/ESP architecture the same between the remote and node above, it would simplify code maintenance. Any ideas on a better selection for the remote microcontroller?
We are considering building yagi antennas for both ends of the distant connection, but are concerned that many of the Adafruit RFM95 pages say the range limit is 2km WITH UNIDIRECTIONAL antennas. We don't know if that's what Adafruit means, or if it is something else. RFM95s appear to be limited to 100mW out, even though the FCC (This system if for USA) limit is 1 W, with 4W ERP. Should we be considering something else, or will the yagi antennas be enough?
Thank you in advance for your comments.
Beta Was this translation helpful? Give feedback.
All reactions