Before we get started it is important to understand that there two types of nRF24L01 modules available in the market one is called just nRF24L01 and the other is called nRF24L01+ PA+LN. While both the ...
In my last tutorial I created a NodeMCU based Duino Coin Miner. It is an awesome little miner that sits on my desk and mines few cents a day. However, adding these miners to my home network choked my ...
When using 2-way communication between 2 RF modules, it is very useful to be able to detect loss of communication between the modules. Especially with remote sensing applications, you don't want to ...
This is a port of Nordic Semiconductor nRF24L01 transceiver's Hardware Abstraction Layer API (NRF HAL API) for the Arduino platform. All the original HAL function prototypes have been preserved plus ...
[Ralph] wasn’t satisfied with the required 5 control pins to drive his nrf24l01+ transceiver module, so he used this circuit needing just 3 pin using an ATtiny85. One of the key components was to ...