TinyCircuits Forum

General Category => General Discussion => Topic started by: radioman on January 23, 2023, 05:23:34 PM

Title: Changing transmission frequeny of TinyShield Radio. Is it possible?
Post by: radioman on January 23, 2023, 05:23:34 PM
Looking around I understand that the SI4432 radio chip on board the chip is programmable from 240 MHz to 930 MHz, but I'm unsure how one would go about doing this. I'm attempting to use LoRa (915 MHz) to send humidity information to a LoRa receiver. Would love to know if this is possible.

Thanks for any help.
Title: Re: Changing transmission frequeny of TinyShield Radio. Is it possible?
Post by: lennevia on January 24, 2023, 12:04:39 PM
Hi there,

The best resource I could find is the datasheet for the SI4432 chip - starting in section 3.5 on page 25 the frequency control is detailed. You can download the datasheet here: https://github.com/TinyCircuits/TinyCircuits-TinyShield-433MHz_Radio_SI4432-ASD2162/raw/master/res/Si4430-31-32_Datasheet.pdf

RH_RF22.h is the header file used by the transmitter example code, you can take a closer look into the RadioHead library on their github, or by downloading it:
https://github.com/PaulStoffregen/RadioHead/blob/master/RH_RF22.h
https://github.com/PaulStoffregen/RadioHead/blob/master/RH_RF22.cpp

That should point you in the right direction for configurations!

Cheers,
RĂ©na