pySX127x icon indicating copy to clipboard operation
pySX127x copied to clipboard

This is a python interface to the Semtech SX127x, HopeRF RFM9x, Microchip RN2483 long range, low power transceiver families.

Results 21 pySX127x issues
Sort by recently updated
recently updated
newest added

@mayeranalytics return self.spi.xfer([register_address & 0x7F, 0])[1] return self.spi.xfer([register_address | 0x80, val])[1] can't understand the "& 0x7F" and "| 0x80" part.... why is necessary to modify the register address?

question

Hi, I want to make a program that waits for a message and if it doesn't listen anything then do a diferent routine, the problem is that I don't know...

Hi There I'm wondering if someone can help me to sort out what other changes must be applied to work with a SX1276 LoRa Module, 915MHz. Also just wondering in...

Hi, I am new to loRa technology. I am trying to connect create a LoRa gateway using raspberry pi, which collects and sends the data to loRa node(Arduino& LoRa). I...

help wanted

Hi, Attempted to run this library on the BeagleBoneBlack. Would it require a lot of work or could you point me in the direction of a project that could run...

question

Hello, I am using Raspberry pi with inair9 module. I tried to use your library to communicate with the radio module. The tests pass, the radio module seems communicating. when...

"Microchip transceiver IC Likewise Microchip has the chip RN2483" Microchip only exposes an uart interface so SPI is going to be useless here I think.

enhancement

Update readme for easier first start

Hello i use your library to do communication with SX1278 between ESP32 which send the package and Raspberry Pi received the package. In this case i save the data to...

How to receive two or more payload from different lora slave using this example and this library?

question