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
I used a Arduino Nano. The signal looks fine on the oscilloscope but it should get a predefined state via pull up.
Maybe this will help somebody for future reference.
Thanks for your work! It is an awesome base for Arduino and ARM projects!
Cheers,
Martin
There should be a pull up on the MISO pin in the device specific radiopinfunctions.c
set_bit(PORT, PIN_MISO); // MISO pull up
Was not able to communicate over SPI without it.
The text was updated successfully, but these errors were encountered: