The TEENSY microcontroller is a special device because of it’s very powerful lib written for it – the Teensy Audio Library which makes it possible to create a respectable variety of synthetic sound with a …ARDUINOSOUND
Compared to the Arduino IDE, PlatformIO has a crutial feature that elevates the development and fun significantly 🙂 > it complies way faster than ArduioIDE because only modified parts of the code are recompiled compared …ARDUINOCPPESP32
updated 32×8 matrix This updated version makes use of the very limited, but therefore simple matrix library made by ELECTRO707. It comes with basic buffer routines to animate text and images along the display. main.cpp …ARDUINOELECTRONICSLED
µTHREE – VERSION II The second version of the µONE is a slight update for three players – each one button and a LED ring as playground. The builtin game can be described as a …ARDUINOELECTRONICS
Der Proto-Dog freut sich wenn er dich sieht! Dafür braucht ihr einen Arduino o. ä. einen Servo Motor, Ultraschallsensor und für die Gestaltung Pappe, Schere und ggf. Leim. Code Beispiel: ARDUINOELECTRONICSTRACKING
….oder auch als Himmel oder Hölle bekannt. Servo Motoren kombiniert mit 3D Druck und Arduino lassen eure Papierfalt-Kunst zum Leben erwachen. Du brauchst: Arduino (Mega, Uno, Leonardo…), PCA9685 PWM Servo Driver, Servo, Netzteil 3D Druck-Datei: …ARDUINOELECTRONICSLASERCUTTRACKING
Creating prototypes or artpieces with code or electronics can be a quiet painful process, especially when complex technology is involved – which often is :). Therefore, the project Instant Prototypes is a kind of counterpart …ARDUINOELECTRONICS
Make MIDI Keyboard of your Arduino Arduino Code to make a full MIDI Keyboard out of the controller 🙂 – This needs the „MIDIUSB“ Library installed! Code for p5.js to visualize midi input THIS ONLY …ARDUINOJAVASCRIPTSOUND
Arduino Leonardo and equivalents can emulate a simple keyboard out of the box. We use this simple approach to send stepped keycode values to the browser. Those key values are used to drive some example …ARDUINOJAVASCRIPT