Arduinos for designers
I am a teacher in (digital) design education and noticed my students were struggling to work with Arduinos. Even with AI, the Arduino IDE and C++ are an uphill battle to overcome.
So I built Microflow. A visual tool for wiring up interactive prototypes (Figma / web) to real hardware.
It sits in between Scratch (super basic) and TouchDesigner (super advanced).
It is completely free and open source, as it is mostly made to support my students; perhaps it can also help others!
Check it out at https://microflow.tech/ or check the code at https://github.com/xiduzo/microflow
It can control and listen to numerous actuators and sensors and works with Figma, MQTT, and local LLMs.