Hey guys I’m seeking expert advice on optimizing realtime loT applications with Edge Impulse on my Raspberry Pi 4. Specifically, I’m using Edge Impulse library version 2.14.0 to run a […]
Hello I am deploying Edge Impulse models on the Arduino Nano RP2040. Although Edge Impulse doesn’t provide a specific library for the Nano RP2040, I have successfully adapted the models […]
Hello everyone, I’m currently developing a vibration anomaly detection system using an Arduino Nano 33 BLE Sense. The machine learning model was trained with Edge Impulse, and it worked well […]
Hi guys on an ESP32 using TensorFlow Lite for Microcontrollers, I encounter the error `RuntimeError: Failed to run model at node 13 with status 1` during inference, often with longer […]
Hello engineers, I have a problem with an RL model. I’m trying to fetch data from the database using a Flask API, but it’s giving me a Connection Error. However, […]
This topic is to share with how you manage your application and how you deal with it in case the connectivity is lost, and what you do when the connection […]
Hello guys am workin on Disease Detection from X-Ray Scans Using TinyML, i have gathered a diverse dataset of X-ray images from public medical databases, used images labeled with specific […]
Context: Your IoT device collects time-sensitive data that needs to be logged with high precision and analyzed locally at the edge. Challenge: Ensure accurate time stamping of data points, even […]
Still on my project, I’m trying to implement a real-time data processing feature using Edge Computing on the AVR128DA48. The goal is to perform basic filtering on the sensor data […]