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

build folder #9

Closed byrann closed 7 years ago

byrann commented 8 years ago

am working with this code on ORANGE PI . I have problems with RPI.GPIO and I think that I need a build folder to continue. any ideas ??

mayeranalytics commented 8 years ago

I'm not sure what you mean with build folder, and as I'm not familiar with the Orange Pi I can't say much about the specifics. But I'm pretty sure the pinout and naming is completely different on the Orange Pi. That shouldn't stop you, though. In general I'd suggest to get the GPIO and the SPI working properly with the library of choice for your board. Then GPIOs are easily tested with a little toggle script and a voltmeter. Debugging SPI is harder, but there's the loopback test that I recommend to do first if there's any trouble with SPI. See here.