You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dekay
I have an ISS with markings Revision E3, and a Vantage Pro 2.
I built out a 3.3V atmega328P with a RFM69HCW wired appropriately.
have you tested with any of the latest firmware versions or do you know if the RF protocol has changed? Im unable to grab any packets from the ISS and it's sitting right beside the device. The radio initializes correctly and im able to load custom sketches with the RFM69 library and send and receive data.
The text was updated successfully, but these errors were encountered:
I went through the code and in environments where there is other 900MHz band traffic it will fail to remain locked onto the ISS since everytime it receives a packet that does not match it jumps channels even if it still within the packet receive window for the Davis ISS.
I rewrote the code to better handle noisy RF environments and it will usually get and stay locked on for over an hour before it desynchs for a little bit. I'll put a pull request and throw in the updated code.
@dekay
I have an ISS with markings Revision E3, and a Vantage Pro 2.
I built out a 3.3V atmega328P with a RFM69HCW wired appropriately.
have you tested with any of the latest firmware versions or do you know if the RF protocol has changed? Im unable to grab any packets from the ISS and it's sitting right beside the device. The radio initializes correctly and im able to load custom sketches with the RFM69 library and send and receive data.
The text was updated successfully, but these errors were encountered: