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
@heltrix what board are you using (in the Arduino IDE)? What version of the board definitions?
Selecting a Pro Micro board such as the Lilypad sets ARDUINO_ARCH_AVR which automatically selects the correct pins at
When setting up an NRF24 serial gateway it fails on my Arduino pro micro unless the CE and CSN pins are manually specified by adding the lines:
#define MY_RF24_CE_PIN 9
#define MY_RF24_CS_PIN 10
The following debug logs are shown.
0;255;3;0;9;40371 TSM:FAIL:DIS
0;255;3;0;9;40371 TSF:TDI:TSL
0;255;3;0;9;50373 TSM:FAIL:RE-INIT
0;255;3;0;9;50373 TSM:INIT
0;255;3;0;9;50378 !TSM:INIT:TSP FAIL
0;255;3;0;9;50379 TSM:FAIL:CNT=4
0;255;3;0;9;50379 TSM:FAIL:DIS
0;255;3;0;9;50379 TSF:TDI:TSL
The text was updated successfully, but these errors were encountered: