KY-038 Microphone Module

Here is an acoustic connection for microcontrollers. The KY-038 module houses a microphone and a threshold switch, which can be set via a variable resistor. Both signals, that of the threshold switch and the inverted microphone signal, are provided at pins A0 and D0. WARNING: I was unable to operate this module meaningfully!!! Fact Sheet Description Value Digital...

Continue reading "KY-038 Mikrofon Modul"
HCSR501 von der Seite

HC-SR501 PIR motion sensor

The HC SR501 is a 360° infrared motion sensor. It has a detection radius of 120°. When movement is detected within the measuring range, it switches a pin to 3.3V and holds it for a set hold time (on-time). Sensitivity and hold time can be adjusted using the respective rotary knobs. Facts Technical Data Description Value Operating voltage 5-20V Current < 60µA Output voltage (on/off) 3.3V/...

Continue reading "HC-SR501 PIR Bewegungs Sensor"

ESP32 Cam Module

I found an ESP32 module with a camera for under €10 from AliExpress. I'll give a brief introduction to it here and show the first steps. Facts In addition to everything the ESP32 already offers, here are a few additional features. Space for an SD card 520 KB SRAM + external 4MB PSRAM Support for OV2640 and…

Continue reading "ESP32 Cam Modul"

ESP8266 Arduino GUI setup

As always, there is a wealth of information online on how to configure the Arduino GUI. Therefore, I'll keep this section very brief, referring you to the sources linked below for more detailed information. IDE Configuration In the settings, enter the following URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json Start the Board Manager: Search for ESP8266 and the sources …

Continue reading "ESP8266 Arduino Gui einrichten"

ESP32 Useful Information

The ESP32 is the successor to the successful ESP8266 controller. It features a 32-bit Tensilica Xtensa LX6 CPU, usually with two cores (RISC architecture). Here I'm collecting information that I find interesting. Areas of Application Documentation https://www.espressif.com/en/products/hardware/esp32/overview https://github.com/espressif/arduino-esp32 Hardware Packaging The ESP32 is available as a chip or a module with additional external memory, antennas, etc. Which versions are currently available...

Continue reading "ESP32 Nützliche Infos"

ESP8266 Useful Info

Here I'm collecting important information about the ESP8266. This is a working document and will be updated sporadically. Areas of Application Household applications Home automation Smart sockets and lighting Control Wi-Fi control Baby monitors IP cameras Sensor networks Wearables Internals Setting up the programming environment Arduino GUI Documentation I always get documentation on the standard libraries from GitHub https://github.com/esp8266/Arduino https://github.com/esp8266/esp8266-wiki/wiki Software Tools…

Continue reading "ESP8266 Nützliche Infos"
bannerEsp32Fota

OTA - ESP32fota Test

OTA (Over-the-Air Update) is a concept for updating firmware over a network. I've taken a closer look at the Esp32FOTA library here. All of the files I used are in the following GitHub directory: https://github.com/sfambach/esp32/tree/master/test/ESP32fota If something doesn't work, it's better to use the GitHub files, as they are more up-to-date than the post. If you encounter problems, let us know...

Continue reading "OTA – ESP32fota Test"