Articles 2019

Blog

11/2019

30.11.2019 ESP8266 - HTTP server and AngularJS

Many of the examples for the ESP8266 use the HTML browser only to display static pages generated by the microcontroller. But this way the Internet worked ten years ago. Today, every browser has a high-performance core that can make static pages dynamic by using javascript.

9/2019

29.09.2019 Arduino USB MIDI in - Ableton Live 10

Connecting Arduino to a computer as a USB MIDI is not difficult. All you need is the Arduino Pro Micro, which includes the ATmega32U4 microcontroller. This microcontroller can be directly connected to USB.

11.09.2019 MIDI without USB - Classic MIDI connections explained

The video explains the typical connection of each MIDI connector. Nowadays you can find only USB connectors on many synthesizers, but if you need to connect individual devices, the classic connector has been doing this for many years. The video focuses mainly on Behringer synthesizers.

07.09.2019 Node-RED: ESP8266 and DS18B20

In today's article we will link two amazing technologies. Node-RED and its flows will serve as a server and ESP8266 will be used as an HTTP client to send the measured temperature to the server. In this article we will use the knowledge of the two previous articles.

8/2019

13.08.2019 ESP8266 - HTTP server and DS18B20 temperature sensor

In previous articles we learned how to create HTTP server using microcontroller ESP8266. So far, we've displayed static pages. Gradually, we learned to show pages that were in the source code of the program or were stored in the SPIFFS file system.

03.08.2019 Moonlight Guitar

Sometimes I sit behind a small piano (Yamaha Reface CP) and compose music. I'm not a musical genius, but I'm fascinated by the mathematical view of music. I sit behind the piano and randomly play some key sequences, and when a hint of melody appears, I try to rework it into a song.

7/2019

21.07.2019 For Beginners: Delayed Switch-off

We will build on the previous article on NPN transistors. Here, we have learned that the transistor current gain causes a very small current across the transistor base to generate much larger current between the collector and emitter. By adding a capacitor to the electrical circuit, we can change this circuit to a delayed switch-off.

05.07.2019 For beginners: NPN transistor as a switch

Electronic devices are becoming increasingly complex and complex. This means for beginners it is difficult to get a minimum level of knowledge without having to study complex things. In this article, we look at the very beginning.

6/2019

29.06.2019 Teensy synthesizer

Sometimes I get interested in someone else's project. Teensy 3.2 is a powerful microcontroller that is compatible with the Arduino IDE.

13.06.2019 NeoPixel Ring HSV - Neverending story

Previous articles (0, 1, 2) and videos on using the HSV (hue, saturation, value) color model have shown that readers still have difficulty setting the right value to obtain the desired color on the rotating ring. We'll try to resolve this in this article. Using the two buttons and an OLED display we set an appropriate color and its value can be read directly on the display.

4/2019

22.04.2019 Node-RED: Debug HTTP endpoint

I'm working on continuing the article on Node-RED. In the following article, I will deal with ESP8266 and the DS18B20 temperature sensor. But before we program it all, I'll write this article about HTTP server debugging, which is basically the flow I'm preparing for ESP8266.

16.04.2019 ESP8266 - HTTP server, favicon and error handling

In the previous article, we found that our HTTP server cannot handle hypertext that points to a nonexistent page. We've found that the browser will also request favicon.ico for each page.

12.04.2019 ESP8266 - HTTP server with multiple pages in SPIFFS

In the previous example, we created an HTTP server with three pages. If you look at the source code of the server, you will find the html directory where are the source codes of HTML pages. In this directory I created the design of each page.

11.04.2019 ESP8266 - HTTP server with multiple pages

In this article, we'll build on the articles we learned to create a simple page and give it a nice responsive design. We will now try to create an HTTP server that contains multiple pages. You will be able to switch between pages using hypertext.

07.04.2019 ESP8266 - HTTP server and responsive design

In the previous article, we created an HTTP server with one page. Pages are formatted with HTML tags. Use these tags to design a basic page structure that looks amateurish.

06.04.2019 Node-RED: Arduino and DS18B20

Node-RED can work with serial port. In this article, we will connect the Arduino and the DS18B20 temperature sensor to the serial port. Arduino will send the measurement results through the serial port, and Node-RED will parse them to make it easier to process.

3/2019

28.03.2019 Node-RED: First flow

This article will show you how to create flows. It will be a simple example based on an example from the official documentation. The generated flow will have one input, one function that modifies the data and one output on the debug console.

26.03.2019 Node-RED: Installation

Node-RED is a flow-based environment that lets you create data flows. It works as a package for Node.js that installs on your computer.

10.03.2019 ESP8266 - HTTP server with one page

In this article we will program the HTTP server using the ESP8266 microcontroller. It will be a simple HTTP server that provides one page. In the example, we'll show you how to program this server.

2/2019

20.02.2019 Arduino IoT (Internet of Things)

Large companies promise a great future from IoT, and Arduino is not out of the question. In recent months, we've noticed that both Arduino Cloud and Google Cloud have gone from beta to more complete versions. I do not follow Amazon and Microsoft but they also work intensively on IoT.

08.02.2019 ESP8266 - SPIFFS file system

The ESP8266 microcontroller allows you to store data using the SPIFFS file system. The data is stored in internal Flash memory. Flash memory is divided into several blocks.

1/2019

30.01.2019 ESP8266 - Thermometer with DS18B20

In today's article, I would like to start working on a simple thermometer theme, which I will gradually improve. In the first article we create a simple thermometer with the ESP8266 microcontroller and the DS18B20 integrated circuit. The result will be displayed on the OLED display.

05.01.2019 ATtiny85 - DS18B20 Thermometer

In this article we will describe the project of a miniature thermometer. We will use the ATtiny85 microcontroller and the DS18B20 integrated circuit. The result will be displayed on the TM1637 display.

02.01.2019 Arduino Slovakia in 2019

In 2019, we continue the course. The form of the articles on the blog has settled in the way it suits me. I have set a reasonable compromise between the needs of our children and the pursuit of free time in electronics.

Menu