Tag: <span>ESP32</span>

The Playground: Wi-Fi and BLE Coexistence on Embedded Devices

Linux-based MPUs offers the provision for adding Wi-Fi and Bluetooth Low Energy (BLE) connectivity to embedded devices. However, there are situations where using Linux-based MPUs might not be an option due to various reasons such as cost, power consumption, or size constraints. In such cases, engineers need to look for alternative solutions that can provide…

Read MoreComment

BLE RSSI Proximity, Range General Test using NRF52(Central) & ESP32(Peripheral)

This was a quick and un-optimized test done to observe how proximity and range approximation can be done based on the Bluetooth Low Energy module’s RSSI(Received Signal Strength Indicator). We have utilized NRF52 SoC and ESP32 SoC for this test where NRF52 is in Central Role and ESP32 is in the Peripheral BLE role. in…

Read More