mayeranalytics / pySX127x

This is a python interface to the Semtech SX127x, HopeRF RFM9x, Microchip RN2483 long range, low power transceiver families.
GNU Affero General Public License v3.0
171 stars 116 forks source link

Microchip #8

Closed thomasverbeke closed 1 year ago

thomasverbeke commented 8 years ago

"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.

mayeranalytics commented 8 years ago

Yes indeed. SPI is useless. Good point. But at a certain abstraction level these serial interfaces SPI, I2C, UART become interchangeable. I think this is pretty much the case here. Rip out the SPI and plug in UART.