TL;DR
Arduino has announced a significant update for boards using the NINA-W102 module, like the MKR WiFi 1010, Nano RP2040 Connect, and Nano 33 IoT. Users can now run Wi-Fi and Bluetooth Low Energy (Bluetooth LE) simultaneously in the same sketch. Previously, due to hardware limitations, you had to choose one or the other, but this update eliminates that restriction, allowing for more versatile IoT applications.
Why This Was Curated
The article provides practical information about using Wi-Fi and Bluetooth LE simultaneously on Arduino NINA-based boards, which is highly relevant for software developers interested in embedded systems. It is accessible and actionable, offering clear steps for implementation, though it leans slightly towards being an update rather than a full tutorial or project.