Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

I can recommend moteino - Arduino with a Lora transceiver piggy backed on it.


sort by: page size:

Moteino (arduino-based wireless dev platform) supports LoRa if anyone is interested in digging into some current sub-$10 ISM transceivers and their capabilities. http://lowpowerlab.com/moteino/#lora it's also a great project to get started with arduino if you've never worked with it before. Really solid documentation.

Oh I missed that, thanks. My local Hackerspace made some boards that have that LoRa radio and an ESP8266 on them, I might grab some of those as I'm not in the US and Adafruit won't ship here cheaply, thank you.

The GPIO pints give a reasonable point of interface for a LoRa module. Or you could interface it with one of the Lilygo offerings and have a programmable LoRa/Meshtastic/disaster.radio compatible device.

(https://www.lilygo.cc/products/t-echo?variant=42306295857333 or https://www.lilygo.cc/products/t3s3-v1-0 maybe?)


For LoRa, check out Multitech, LinkLabs, and Libelium. Semtech has a development board, too, though it would need to be paired with a microcontroller. Warning that most of this stuff is not for the faint of heart -- you need to be ready to dive into datasheets, bring up radio drivers, etc.

For Sigfox, if you're not in an area with a Sigfox network, there's not much you can do. But TI has some killer FSK dev boards. http://www.ti.com/tool/smartrftrxebk and http://www.ti.com/tool/cc1101cc1190emk915

Ingenu has radio modules and dev boards, but I don't think they're set up to sell single-unit quantity.

If you're in San Francisco, we're making a going to be distributing dev boards that will work out of the box and come with a bunch of sensors. Just sign up on our website: www.beepnetworks.com


Like the author mentioned, these are new-ish/emerging standards and there isn't a de-facto board like Arduino just yet. Therefore it's kind of hard to recommend a board that I know has a ton of documentation and a big community.

However, if you are the adventurous type and don't mind working with unpolished libraries and figuring things out from function descriptions, there are tons of smaller people putting out boards on Tindie: https://www.tindie.com/

Tindie has a few LoRa boards, some with built in antennas and some without: https://www.tindie.com/products/DORJI_COM/long-range-semtech...

But bottom line is that this tech isn't (yet) popular enough to try without getting a little dirty. If you can afford a bigger battery, try 900 MHz Xbee transmitters for an easy to interface serial with long range.


I think if this interests you, you'll like the LoRa-based devices better. They're unlicensed, so you can encrypt, use it without a ham radio license, etc. LoRa is pretty proprietary which is evil and all, but the end result is good.

Hackaday has some good example projects:

https://hackaday.com/2020/04/25/a-lora-im-me-for-the-end-of-...

https://hackaday.io/project/171790-armawatch-armachat-long-r...


The LORA stuff is pretty cool in that the radio stack (if you can call it so, it's super little code) is open source and you can get complete modules with an STM32 and the associated LoRa radio circuitry and just add power and an antenna.

I know how LoRa works, I just don't have the money to make my own open-source version at a price that could be affordable!

The problem specifically is that on some chips you cannot control the frequency hopping manually!


These radios have been available for quite some time, it's the Semtech SX127x line (e.g. SX1276). I was looking into LoRa and other long-range IoT WAN radios about a year ago for a research project.

You can get cheap (22 USD) Arduino-compatible development boards here using HopeRF modules, which work great with the RadioHead library:

http://www.anarduino.com/miniwireless/ http://www.airspayce.com/mikem/arduino/RadioHead/

(I have no affiliation with the websites.)


Great to see that you're still exploring hardware, Eric! I'm definitely planning to get one of these, but as some others have mentioned, I might attempt to convert it into a LoRa peer-to-peer communicator. Currently, I rely on MestTastic relays, which can be quite cumbersome due to the need for an iPhone or Android device.

https://www.pycom.io/solutions/py-boards/lopy/ Lora, works for kilometers. Micropython, easy sensors (supports the DHT out of the box).

If you need only LoRa connectivity, Mikrotik has options for that. Then you can hook up bog standard IP devices to those.

I'm intrigued. Anyone want to suggest an economical development board or transceiver?

These aren't crazy cheap but meet all your other requirements: http://flutterwireless.com/

LoRa is a low power,low data rate modulation scheme that can transmit miles. Modules are starting to be available: http://www.microchip.com/design-centers/wireless-connectivit...


That's awesome, this kind of thing was the first idea I had when I saw the LoRa radios, but was far too lazy to start doing :p still have the hardware at home; ill see if I can install it later.

lora is used for more than just consumer iot control - it's one of the most effective ways to bridge a serial connection across a very low bandwidth/RF difficult or weak link.

Massimo this is great. LoRa client support and maybe also an Arduino LoRa Gateway it will be amazing for rolling out nodes in agriculture. These areas are often not served by existing networks so a DIY-solution will always have its spot.

Does anybody happen to know of off the shelf LoRa radios that I could use to link two Linux machines with a minimum of tinkering? Preferably with connectors for external antennas. Preferably usable as LoRaWAN gateways down the line, or perhaps even simultaneously.

9600 Baud is fun and retro but LoRa with a range of 10's of KM is easier to use.

https://lora-alliance.org/

next

Legal | privacy