When we interact with machines, the visual aspect is often the most prominent and often the only interface to human physicality. However, it should not be neglected that our sensory system has the ability to …ESP32
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
what is ᴏɴᴇʙɪᴛ:ɢᴀʟʟᴇʀʏ? As you might already guessed, OBG is all about digital pixel art. The OBG is the most minimalist and therefore most sustainable gallery for digital art worldwide. minimalistic constraints The OBG is …EPAPERESP32LOW POWER
Gamepad Code for ESP32 Javascript Code / p5.js This code needs to be put in a new js file called: „gamepad_basic.js“ and works as a kind of nice library to keep the code clean 🙂 …ESP32JAVASCRIPT
This example shows a direct connection of both ESP32 and any computer running Processing in the same network. Both ESP needs the suitable C++ code uploaded with the Processing application. you will need this lib …COMMUNICATIONESP32
Code for Processing/Java and ESP32/C++ Both code work with the ESP32 connected via USB. C++ ESP32 main loop code C++ helper functionELECTRONICSESP32TEXTILE
This code grabs the integrated gamepad API of your browser to use in context of P5. The connection is down through the integrated BLE interface of the ESP32.ESP32JAVASCRIPT
Arduino LED Helpers Simply create an LED object from the helper functions to handle fading, pulsing or manual call of the LED without interfering with the main loop routines. This helper code needs to be …ELECTRONICSESP32
Here is an example of basic usage for the helper functions. This is the main code for the helpers. This code needs to be put prior to your mainloop code.ELECTRONICSESP32