The idea for the pxlDigit_PCB came to me during the construction of the pxlDigit (article here: https://nerdiy.de/howto-elektronik-sieben-segment-ziffer-pxldigit-aus-ws2812-leds-bauen/). There the pxlDigit is built from single WS2812 LED segments. For this, the LEDs must first be inserted into the 3D [...].
WeiterlesenCategory: Arduino
The Arduino category lists all articles that deal with the construction, operation and programming of Arduino microcontrollers.
HowTo: PCB - Build ButtonBoard PCB V1.2
The ButtonBoard PCB is my attempt to kill several birds with one stone. On the one hand I was always looking for a universal and easy to program remote control [...]
WeiterlesenHowTo: PCB - Building the Anemosens Sensor PCB
The Anemosens sensor PCB is the basis for the sensor setup of Anemosens a 3D printed anemometer that I developed for the second version of WinDIY. For this purpose on the PCB are [...]
WeiterlesenHowTo: ESPEasy - Configure MQTT Server and Subscribe to Topics
ESPEasy can now read out very many different sensors and / or control actuators (see also ESPEasy - Sensors & Actuators). With the help of the "Rules" can then locally on the ESP [...]
WeiterlesenHowTo: 3D Printing - Building a servo controlled 125mm butterfly valve
I recently built an exhaust system for my soldering station and the chamber of my 3D printer. The built exhaust system has two connections. One uses a connected hose to suck up the [...]
WeiterlesenHowTo: Arduino - Build timer "time_timy" for visualization of time durations
The 3D printed case of the "pxlDigits" was not intended to be "only" a 7-segment display with WLAN. Originally I made a kind of timer out of a two-digit 7-segment display for [...].
WeiterlesenHowTo: Electronics - Building seven segment digit "pxlDigit" from WS2812 LEDs
For another project I urgently needed a relatively large digit to display a time duration. This small "sub-project" ultimately arose from this. Because with the 3D printed frame described here [...]
WeiterlesenHowTo: ESPEasy – Connect and read LDR to Wemos D1 Mini
There are some situations in which the connection of an LDR to an ESP makes sense. This is because it is relatively easy and for little money to adjust the brightness in a room [...].
WeiterlesenHowTo: pxlBlck - build pxlBlck_Pot
The idea for the pxlBlck_Pot is strongly inspired by a design that Lukas (@i_am_lukas) had created. He agreed to let me take over his design. Thanks again for that 🙂 At the [...]
WeiterlesenHowTo: pxlBlck - build pxlBlck_SlotClock
The pxlBlck_SlotClock consists of a 1×60 LED matrix. So it can display the time according to the same scheme as an analog clock. The colors of the individual hands can be adjusted. [...]
WeiterlesenHowTo: pxlBlck – design icons, transfer them to the pxlBlck and display them
I started developing the pxlBlcks because I was looking for a way to stay informed about events in the SmartHome. In the meantime there are two in [...]
WeiterlesenHowTo: pxlBlck – configure clock faces and screen savers
The adjustable dials differ from the type of LED matrix used. Unfortunately, this is because different matrix sizes allow or do not allow different displays. Nevertheless, to give you a small overview [...]
WeiterlesenHowTo: ESPEasy – Activate NTP time retrieval from the Internet
Thanks to WiFi and thus (often) also Internet connection, an ESP8266 or ESP32 programmed with ESPEasy also has the possibility to display the time. For this to work, the call [...]
WeiterlesenCode snippet: Arduino - Enable I2C broadcast receive
I2C is the bus protocol or technology through which a microcontroller can communicate with many sensors or actuators. Thanks to the right software, you can also connect different microcontrollers with each other and [...].
WeiterlesenHowTo: ESP8266 - flashing .bin files with the "Esptool" under Windows
The actual flashing of firmware files like .bin files (also called "binarys") to the Wemos D1 Mini, the NodeMcu dev board or any other board based on the ESP8266 is done in the [...]
WeiterlesenHowTo: Node Red – Supply Nerdiys PanelMeter with weather data
In the articles Retro-SmartHome-Display via Analog-Anzeigen selber bauen and ESPEasy - NerdiysPanelMeter-Plugin installieren und konfigurieren we described what you have to do to build your own Retro-SmartHome-Display. If nu everything [...]
WeiterlesenHowTo: Node Red – Control WhatsApp(*) lamp
In the article NodeRed/Tasmota - Building a WhatsApp(*) icon lamp is explained how you can build your own WhatsApp(*) lamp. The goal is to link this later with your SmartHome and for example [...]
WeiterlesenHowTo: Node Red – Control Instagram(*) lamp
The article NodeRed/Tasmota - Building an Instagram(*) Icon Lamp explains how you can build your own Instagram(*) lamp. The goal is to link this later with your SmartHome and for example [...]
WeiterlesenHowTo: ESPEasy – Execute commands and actions via HTTP, MQTT, UDP and directly
One thing that makes ESPEasy so practical and universal is the possibility to read and control different sensors and actuators via commands. Especially in combination with corresponding rules, [...]
WeiterlesenHowTo: ESPEasy – Compile firmware, flash and configure WLAN access data
In addition to many important hardware components, each project also consists of the appropriate software. It is often less time-consuming to assemble the project than to write the appropriate software later. These [...]
WeiterlesenHowTo: ArduinoIDE - Install a library
The great/practical thing about the concept behind the Arduinos is that in many cases you can benefit from the work of others. It almost doesn't matter which sensor you read or [...]
WeiterlesenHowTo: GitHub - How do I copy files from a Git repository to my computer
Especially in the open source world, sooner or later you will stumble across GitHub, GitLab or similar with "Git" in the name - when searching for program code. Behind this are various [...]
WeiterlesenHowTo: ESP8266 – Remove/Disable LED
The ESP8266 has become in recent years more and more the universal forest-and-meadow microcontroller that you can use in almost any project. A microcontroller for ~2€ including WLAN and with [...]
WeiterlesenHowTo: Tasmota – flash firmware
Besides the hardware, the right software for your project is of course just as important. A practical and universally applicable firmware for the forest-and-meadow microcontroller ESP8266 is the Tasmota firmware. With it you can [...]
WeiterlesenHowTo: Build your own retro SmartHome display via analogue displays
Recently, while cleaning out the basement, I found an old control panel with old analog displays. This gave me the idea that you have to be able to use these displays somehow [...].
WeiterlesenHowTo: Tasmota – Build a SmartHome firefly lamp yourself
The other day I found the canning jar pictured below on the shelves of a large Swedish furniture store. Preserving jars are not an invention from Sweden. I would almost argue that they are somewhere in every [...]
WeiterlesenHowTo: Sonoff – Flash 433Mhz RF Bridge with Tasmota Firmware
The Sonoff 433Mhz RF-Bridge is an inexpensive way to control devices that communicate with each other via the radio frequency 433Mhz. In principle it is - as the name suggests - a [...]
WeiterlesenHowTo: Register OpenWeatherMap.org API key
Via the service of OpenWeatherMap.org you can get free weather data. To be able to access this service automatically - for example from NodeRed or from an Arduino [...]
WeiterlesenHowTo: Ardunio – Use the serial port
Normally every Arduino board is programmed via the serial interface. However, not only the program code can be transferred to the Arduino. It can also be used to send control commands to the Arduino [...].
WeiterlesenHowTo: Install programs - an example
To make the series of Löffel articles a bit more complete I would like to explain in this article how to install programs and what to consider [...]
Weiterlesen