- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 1 week ago
- Understanding the Mechanics of 3D PrintingPosted 2 months ago
- SDS011 the Air Quality SensorPosted 3 months ago
- NIXIE STYLE LED DISPLAYPosted 6 months ago
- TOTEM: learning by experimentingPosted 6 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 7 months ago
- Water Softener Salt Level MonitorPosted 7 months ago
- Sparkly Air SensorPosted 7 months ago
- Ultra sonic distance finder with live statusPosted 7 months ago
- Windows interface to have total control over lampsPosted 7 months ago
Build Your LoRa Gateway with an Orange Pi Zero and RAK831
The maker Edzelf recently open sourced his affordable LoRa gateway on Github. He combined a low-cost Orange Pi Zero with Rak wireless RAK831 concentrator module kit via a custom cable, and a power supply board, all assembled into a metal case. For his project he spent less than $160.
RAK831 communicates with Orange Pi Zero over an SPI connection. You can choose some other Orange Pi boards for the project, but note that Orange Pi Zero Plus lacks a spare SPI interface, and can’t be used with this particular application. The maker also added a fan for cooling, as well as a USB serial debug board for debugging purpose, but it can be removed once the gateway is in the field.
About the software, Edzelf installed Armbian 5.38 on the board, and setup the timezone and WiFi, as well as enabled SPI and GPIO interfaces with armbian-config.
For further information about installation and configuration, you can refer to the GitHub page.
One Comment