Work
The app generates ESP32-compatible code for IoT projects using LLMs. Users specify their needs, and the app produces ready-to-use code snippets. It also offers testing and validation features to ensure code reliability.
This code controls a two-wheeled car via a mobile app with buttons for movement (forward, backward, left, right). It also offers a foundation for future expansion beyond basic controls
Sensor-based Control & Mobile Monitoring: This code creates a sensor station that adapts to its environment. It uses sensors to monitor temperature and light, triggering a fan when needed. Real-time data is sent to a mobile app for remote monitoring.
Automated Water Level Control: This code uses an ultrasonic sensor to measure water level in a 100 cm tank and controls a pump based on real-time data.