ESP8285 Infrared Board

I've once again found a small board with an ESP on the fast Ali. This time, however, it's an ESP8285, which apparently only differs from the ESP8266 in its internal 1MB flash memory. This board costs just under 4 Euros, has no USB port, and must be programmed with applications using a programmer. On the other hand, it has an IR receiver and an IR transmitter and is quite small. The ports are not brought out via pins, but it seems quite possible to solder cables to the ESP board. You'll find the data as always in the following chapters.

Continue reading "ESP8285 Infrarot Board"

ESP8266 RTOS SDK

The RTOS SDK is Espressif's own programming environment for the ESP8266. Facts The Arduino SDK also encapsulates the functionalities of this SDK. Now one might ask why write specialised code for the ESP8266 by using the SDK directly. The answer is not entirely simple but here are a few arguments: The framework offers extended functionalities which...

Continue reading "ESP8266 RTOS SDK"

Node MCU V3.0

A development board with the ESP8266-12E including a USB interface for programming and serial communication. This board is identical to version 1.0/2.0. It can be powered via the USB port, via 5 volts on the Vin pin, or with 3-3.6V on the 3.3V pins. Additionally, it has an output for the USB voltage (see pinout). …

Continue reading "Node MCU V3.0"
NodeMCUBaseV1 perspektivisch

NodeMCU Base for Node V3

Here is a brief overview of the NodeMCU Base add-on board for the NodeMCU V3 by Lolin. Apart from a voltage converter that operates from 6-24V and a few brought-out pins, the board offers nothing else. Facts Description Value Slot for NodeMCU V3 1 piece Voltage converter 6V-24V Brought-out pins 9 pins Brought-out pins with power supply 10 pins …

Continue reading "Node MCU Base für Node V3"

SwitchLib

I needed a library to poll multiple buttons. Since I had three buttons but needed at least 4 functions, I implemented a short/long press detection. Each button can therefore be pressed briefly or for a longer duration and, after release, will call a callback method accordingly. Apart from a loop through the buttons, this library should not…

Continue reading "SwitchLib"