I don't think this is related to the frequency though the timeout could be from a number of things I imagine. Wrong pins, bad hardware or whatever.
But I ran into an error that didn't seem appropriate.
https://github.com/ConnorRigby/elixir-rf69/blob/master/lib/rf69.ex#L387
That call to set_mode can be run as set_mode(:timeout, :STANDBY) which blows up.
** (FunctionClauseError) no function clause matching in RF69.Util.set_mode/2
(rf69 0.1.0) lib/rf69/util.ex:121: RF69.Util.set_mode(:timeout, :STANDBY)
Don't know if that timeout is unrecoverable regardless and the blowing up is appropriate but I don't think it's as intended :)
Aside from not getting it working the library has been straightforward to work with :D
I don't think this is related to the frequency though the timeout could be from a number of things I imagine. Wrong pins, bad hardware or whatever.
But I ran into an error that didn't seem appropriate.
https://github.com/ConnorRigby/elixir-rf69/blob/master/lib/rf69.ex#L387
That call to set_mode can be run as
set_mode(:timeout, :STANDBY)which blows up.Don't know if that timeout is unrecoverable regardless and the blowing up is appropriate but I don't think it's as intended :)
Aside from not getting it working the library has been straightforward to work with :D