Sending Sensor Data to Android Phone using Arduino and NRF24L01 over Bluetooth (BLE)
Sending Sensor Data to Android Phone using Arduino and NRF24L01 over Bluetooth (BLE) Sending Sensor Data to Android Phone using Arduino and NRF24L01 over Bluetooth (BLE) Bluetooth Low Energy (BLE) is a version of Bluetooth and it is present as a smaller, highly optimized version of the classic Bluetooth. It is also known as Smart Bluetooth. The BLE was designed keeping in mind the lowest possible power consumption specifically for low cost, low bandwidth, low power and low complexity. ESP32 has inbuilt BLE capabilities but for other microcontrollers like Arduino, nRF24L01 can be used. This RF module can be also used as BLE module to send the data to other Bluetooth device like smartphones, computer etc. Here in this tutorial we will demonstrate how to send any data over BLE using nRF24L01. We will send temperature readings from DHT11 to smartphone using Arduino and nRF module over BLE. How Bluetooth Low Energy (BLE) is different? The BLE was adopted due to its powe...