-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
868MHz frequency does not work #12
Comments
Hi,
|
Hi Pablo,
|
Is your CPU little endian? |
It is Arduino Pro mini, ATmega328p 16MHz, 3.3v. |
Hmm, that is weird - I'm also using ATmega328p, RFM69@868MHz with no problem... |
Setting baud rate for RFM69 module other than 4800 (which is default) fixed the problem.
153600 and 300000 works reliably with 868MHz modules. |
Hmm, I can definitely see
So any value about 32 bits will get truncated. I developed this library against the 315 or 434 MHz version... clearly. Does an arduino support @Pablo2048 , are you sure you are setting the frequency with The
Cool! Could have had something to do with needing a higher |
Ehm, sorry for confusing - I take a look into my code and i'm not calling |
Hi, I've filed #13 , I cannot test this unfortunately. @Pablo2048 , @sheinz if you have time, could you give that branch a spin and see if that allows you to make a call to Thanks! |
Hi,
I have RFM69CW 868MHz modules. Trying them with unchanged "MinimalInterruptUno" example works fine. But after changing frequency to 868MHz the example stops working.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: