PI_RF/FM_RF #333
Replies: 1 comment
-
Hi Mike, If you look at the block diagram from the wiki , one antenna is connected to the SR105U FM transceiver module, while the other is connected to the GPIO clock pin on the Raspberry Pi Zero. The original v1 CubeSatSim just had one transmitter, the GPIO clock pin on the Pi Zero using the librpitx library https://github.com/F5OEO/librpitx. The Beta v1.3 design has that original transmitter plus the SR105U FM transceiver board. Having two antennas allows the two radios to be run at the same time. We use this when we are transmitting in FSK or BPSK modes with one antenna and receiving at the same time with the SR105U FM transceiver with the other antenna for Radio Command and Control signals. (See the new Command and Control capabilities that can be added to any Beta CubeSatSim: https://github.com/alanbjohnston/CubeSatSim/wiki/Command-and-Control Finally, by cutting JP3 and bridging JP7, both transmitters can use just one antenna. This works surprisingly well, but having separate antennas is better. If the 20dB attenuator circuit weren't present, the FM transceiver would likely damage the Pi Zero GPIO clock pin, but with this circuit in place, I haven't had any issues when I have tested this. 73, |
Beta Was this translation helpful? Give feedback.
-
I've studied the repo and the schematic, and I'll be damned if I can figure out why there are two antennas on the new board! :-) What am I missing?
Thanks. Mike
Beta Was this translation helpful? Give feedback.
All reactions