sbcshop / RangePi

Range-Pi is a low cost portable “Plug and Play LoRaTM Dongle” based on Raspberry Pi RP2040 and LoRaTM Modules, comes with an onboard 1.14" LCD that covers 433/868/915 MHz frequency band to enable data transmission up to 5 KM.
MIT License
27 stars 6 forks source link

RangePi

Range-Pi is a low cost portable “Plug and Play LoRaTM Dongle” based on Raspberry Pi RP2040 and LoRaTM Modules, comes with an onboard 1.14" LCD that covers 433/868/915 MHz frequency band to enable data transmission up to 5 KM.

Features

Load Python File To RangePi And Install Thonny Python IDE

Use thonny python IDE for programming,link of the software is given below :

https://thonny.org/

Steps to load python file to RangePi

Step 1 - Open thonny

Step 2 - Select micropython and port in thonny for this go to run-> select interpreter

Step 3 - Save python file to RangePi

Step 4 - Run(execute) and stop file (script)

Uploading the ST7789 Python Firmware (we already update in github)

code

First you need to install firmware of 1.14 lcd screen to RangePi, for this press boot button then plug to laptop/desktop after that release the button, you see new storage device. then drag and drop firmware.uf2 file to RangePi

Our Other LoRa Products

You will simply need to make one device to work as reciever and another one is as a transmitter. So that you can communicate to each other and this can be done with any of our LoRa products mentioned above. For working with our other products please follow the below link:

Note: Every time you choose the different transmit device the transmit code of that device should be run in it and reciever code will always same(or depending upon what you want to control or recieve).