Looking to flash Arduino via the serial bootloader with the Raspberry Pi GPIO serial port? This article explains how to use the Raspberry Pi serial port to flash Arduino without…
Did you know that the Arduino IDE can be run from the command line? This means that we can create and flash sketches using the Raspberry Pi terminal and this…
Are you wanting to learn how to quickly and easily link two ESP8266 modules using Arduino? This article provides an easy step-by-step solution and you don't even need a router!…
So you want to know how to flash Tasmota quickly and easily? Introducing the only post you will ever need! In this article you will find 6 great ways to…
Looking for the easiest way to send and receive data from an ESP8266? A great starting point is understanding how to configure your ESP8266 to send and receive a UDP…
Looking for a way to add or expand the digital inputs and outputs on your Home Assistant server? Perhaps you have used up all of your Raspberry Pi GPIO pins…
You may already know that the ubiquitous ESP8266 is designed to connect to WiFi, but did you know it can also act as a web server? In this tutorial we…
ESP8266 WiFi devices can be conveniently flashed over the air (OTA) using the Arduino IDE. All that is required is a little additional code in the sketch in order to…