Nieuws

#OpenCase A tool for generating dxf files for laser cut cases (Arduino, RaspPi, etc...) ##Description Open Case is an OpenScad file which can easily be used to generate any size of case.
An LED controller I made for an ARGB Case Fan. Contribute to marwans200/Arduino_Case_Fan_ARGB_Controller development by creating an account on GitHub.
As example, two case studies related to Arduino platform are considered: 1) ChatGPT-based predictions on sensor data collected by Arduino 2) model-driven automated Arduino code generation.
Hard-drive based media players aren't anything new, but hifi equipment actually built from old drives are somewhat rarer. At Hifiduino they're using an Arduino microprocessor… ...
For remote control projects, a text-based serial protocol is often used. In the code for the receiver, switching to the corresponding commands can be done with switch...case in an elegant way. However ...
Arduino and LVGL-compatible ESP32-C3 board features a 1.28-inch round touchscreen display fully housed in a case The ESP32-2424S012 is an ESP32-C3 WiFi and BLE development board with a 1.28-inch round ...
With Arduino C, small if/then state-machines generally come out smaller a switch/case version. Which ever is chosen, the result is pretty efficient, and the switch/case penalty is rarely greater than ...