PS3 controller on Windows 10
Integrating a PlayStation 3 Bluetooth Game Controller under Windows. The article discusses the specific characteristics of PS3 controllers.
Continue reading "PS3-Controller unter Windows 10"Integrating a PlayStation 3 Bluetooth Game Controller under Windows. The article discusses the specific characteristics of PS3 controllers.
Continue reading "PS3-Controller unter Windows 10"Sometimes a remote control or a joystick is needed to test a project or just have fun. The following describes how to connect an ESP32 via Bluetooth.
Continue reading "ESP32 BlueTooth Gamepad"Integrating any game controller (joystick, gamepad, ...) under Windows 10
Continue reading "Bluetooth Gamecontroller unter Windows 10"A friend was recently complaining to me. He's now working from home and is worried that his employer is tracking his computer data. Since the computer goes into standby mode after a few minutes, he came up with the idea of constantly moving the mouse to prevent this. His wireless mouse even reaches the toilet, he said…
Continue reading "ESP32-S2 das Spiel mit der Mouse"Error handling in the IDF is one of the core functionalities. You'll encounter it in practically every example program, which is why I'd like to go into more detail here. All important IDF functions return error codes. These can either be handled manually (if condition + own handling) or they can be passed to a special macro (function) for...
Continue reading "Espressif IDF – Fehlerbehandlung"Here is a board from the Liligo family with the new ESP32-S2. I have already reported on the ESP32-S2 HERE. It is a USB-C board. The ESP32 is directly soldered. The board has an on/off switch and a LiPo battery regulator with a JST connector. A connecting cable was supplied for the JST connector. The antenna is not soldered but consists of a small metal frame. An external antenna can also be connected. It has three push buttons, a DIP switch, and an SD card slot.
Continue reading "LILYGO EP32 S2 V1.1"Installation of the VS Code environment with the Espressif IDF plugin.
Continue reading "VS-Code Espressif IDF"Anyone who doesn't read this report... won't get any smarter either. I'll briefly describe the installation of the Espressif IDF for the ESP32-S2.
Continue reading "Espressif IDF für ESP32-S2 Installieren"In this article, you'll find a brief description of how I install MicroPython on my ESP32 boards. For extensive information, a good starting point is the MicroPython ESP32 page. Facts: We want to load MicroPython firmware onto an ESP32, for which we will need: An ESP32 board with sufficient RAM, MicroPython firmware, Programming tool, Miscellaneous: USB cable for...
Continue reading "Micropython auf ESP32 Installieren"I have described how to install the PlatformIO IDE in the relevant report. This section is about using it for the ESP8266. I am using a NodeMCU V3 for hardware.
Continue reading "PlatformIO + ESP8266"