Wokwi Simulators (ESP32) ├── Traffic Simulator → smarttransit/traffic/gps + speed ├── Environment Simulator → smarttransit/environment/passenger ...
The Raspberry Pi Zero 2W is one of the most useful little boards I've ever worked with. At just $15, it's affordable enough to experiment with freely and powerful enough to accomplish a lot. I've used ...
Last time, I set up cat detection using YOLO on the Mac mini. As a detection result, the Mac mini sends an HTTP request with the instruction, "There is a cat, so turn on the sprinkler." This time, I ...
solar-ball/ ├── firmware/ │ ├── platformio.ini PlatformIO + ESP-IDF build config │ ├── CMakeLists.txt Top-level CMake │ ├── sdkconfig.defaults Kconfig defaults (4MB flash, I2C legacy) │ └── main ...