nrf24l01_arduino_kiss_modem icon indicating copy to clipboard operation
nrf24l01_arduino_kiss_modem copied to clipboard

Arduino Amateur Radio NRF24L01 2.4 GHz USB serial KISS TNC (terminal node controller) for AX25 packet networks

Results 1 nrf24l01_arduino_kiss_modem issues
Sort by recently updated
recently updated
newest added

In the program it is written: ``` #define RADIO_PIN_CE 10 #define RADIO_PIN_CS 11 ``` To do this, pins 7 and 8 are used by default in the used library. In...