Send wireless (BLE or WiFi) data from STWINBX1
Hello STM32 Community,
I am working on an STM32 project using NanoEdge AI Studio, where I’ve trained models on sensor data and deployed them to my STWINBX1 for anomaly detection. The model is successfully integrated, and now I need to send real-time notifications wirelessly whenever an anomaly is detected.
Requirements:
Bluetooth (Preferred): I would like to transmit "normal" or "abnormal" status using Bluetooth Low Energy (BLE) and receive real-time notifications on the Android ST BLE Sensor app. How can I achieve this? Are there any examples or libraries available for BLE communication on STWINBX1?
Wi-Fi Alternative: If BLE is not the best approach, how can I send this anomaly detection data over Wi-Fi? Are there example implementations for sending real-time alerts via MQTT, HTTP, or another protocol?
Since STWINBX1 includes BlueNRG-M2 (BLE 5.0) and EMW3080 (Wi-Fi), I believe there should be an efficient way to integrate wireless communication with my anomaly detection system. Could someone guide me with the best approach and available example projects?
Thanks in advance for your help!
Best regards,
