I’ve got an Arduino UNO R3 equipped and a LCD Keypad Shield.Since I work mostly on WiFi enabled project I just tried to run thisLCD Shield on Wemos D1 R2 and faced some issues which I could solv...Read More
In the past I have used Sonoff based door alarm sensor but for some reason the Sonoff App stopped to inform me in case the door was opened. So I started to look for a cost effective alternative and at...Read More
Since the GUI version of ST-LINK Utility made me some headaches like not automatic reload of the binary file after the file was changed, I was looking for an other more efficient way to flash the STM3...Read More
If you are in position that you twist a lot of wires for your DIY electronic projects, you will love this tool. My wire twister can be easily attached to an electrical screwdriver or drill. The Result...Read More
I’ve got this amazing and cheep USB charging module based on LM2596 converter. The module is available on ebay for around 1.5$. My idea was to install this on my bed, so no other family members ...Read More
Hi guys, I’ve wrote some functions to control Raspberry Pi IO’s via C code. The control approach is the same like in Arduino IDE: void pinMode (unsigned int pinNumber, unsigned int pinFunc...Read More
Working on an embedded system using Ethernet interface, one day you may need to know about the performance of your system. They are plenty tools which are able to run a data transfer test, but the mos...Read More
Motivation Since one work mate in my previous company used his place in a car park just three days a week, I was able to use this the other two days without wasting the time for searching a parking po...Read More
My former setup to control 433Mhz RF sockets over the internet was realized with a RaspberryPi (GPIO Control Software + HTTP Server) and one cheap FSA1000a 433Mhz Sender. Since I had one unused ESP826...Read More
If you use http server for displaying the data in your IOT projects using e.g.ESP8266 or Arduino with an Ethernet shield take a look on AJAX request. The main advantage of an AJAX request is:it runs i...Read More
you how the CRC32 calculation can be done on an STM32 device. The example is describing two ways of calculation. If you hardware allows it, you can do the crc32 calculation by peripheral hardware. The...Read More
STM32 Cortex microcontroller are powerful and very popular replace for 8-bit Atmel or Microchip devices. A lot of people switched to stm32 because the availability of free IDE’s, price, easy to ...Read More