diff --git a/README.md b/README.md index d68e2a2f..5eb137d7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github * __ES8266__ WiFi module * __HC05__ Bluetooth module * __JDY08__ BLE module +* __nRF24L01__ 2.4 GHz module * __RF69__ FSK/OOK radio module * __RFM9x__ series LoRa modules (RFM95, RM96, RFM97, RFM98) * __SX127x__ series LoRa modules (SX1272, SX1273, SX1276, SX1277, SX1278, SX1279) @@ -27,12 +28,11 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github ### Supported protocols: * __MQTT__ for modules: ESP8266 * __HTTP__ for modules: ESP8266 -* __RTTY__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231 and CC1101 -* __Morse Code__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231 and CC1101 +* __RTTY__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231, CC1101 and nRF24L01 +* __Morse Code__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231, CC1101 and nRF24L01 ### In development: * __SIM800C__ GSM module -* __nRF24L01__ 2.4 GHz module * __LoRaWAN__ protocol for SX127x, RFM9x and SX126x modules * ___and more!___