2025-02-13 03:41 AM
Hello STM32 Community,
I am working with an STM32 project using NanoEdge AI Studio, where I’ve trained models based on data from several sensors and deployed them to my STWINBX1 for anomaly detection. The models have been successfully integrated into the STM32 code, and I’m looking to send notifications or real-time data regarding whether the behavior is "normal" or "abnormal."
My question is: how can I communicate this data (such as "normal" or "abnormal") via Bluetooth? Specifically, I’d like to use the Android ST BLE Sensor app to monitor and receive notifications from the STM32 device. Is this feasible? If Bluetooth is not the best option, I am also open to alternatives like Wi-Fi. How would Wi-Fi work in this scenario, and what steps should I take to implement it?
Any help or guidance would be greatly appreciated!
Best regards,