LoRa bonnet for Pi, program in C ?

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
jbeale
 
Posts: 48
Joined: Sat Nov 13, 2010 3:34 am

LoRa bonnet for Pi, program in C ?

Post by jbeale »

I got the Adafruit LoRa bonnet board for the Pi, which has the HopeRF RFM95C module mounted on it (915 MHz), and an OLED display.

I read through the instructions for using CircuitPython on the Pi with this board, and I got it to work OK to receive packets from Feather M0 LoRa board.
https://learn.adafruit.com/lora-and-lor ... y-pi-setup

Is there a similar guide and/or code example if I want to write my code in C, instead of Python?

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: LoRa bonnet for Pi, program in C ?

Post by adafruit_support_mike »

We don’t have anything for C/C++ on the RasPi for what amounts to turf issues: there’s no community-standard library for things like SPI and I2C, just factions that bicker a lot.

It’s one of those situations where the only way to win is not to play.

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”