Did you even see that tiny little A0 pin hiding on your Wemos D1 Mini? Yes that is correct, your D1 Mini and all ESP8266 devices have a single analog…
Category: Arduino
Top 5 Arduino Projects Your Girlfriend Probably Wouldn’t Understand
Sometimes men need to be men and do cool shit, like you know… the kind of shit your girlfriend or mother just does not understand… Sometimes it is essential for…
The Dummies Guide To The Wemos D1 Mini
The Wemos D1 Mini is like a tiny Arduino with WiFi capability based on the ESP8266 chip, in other words it is a superb little board that everyone should be…
How To Make An Arduino Shield In KiCad 6 (it’s easier than you think!)
Designing your own Arduino shield is WAY easier that you might think! In this tutorial we will learn how to design a shield in KiCad, which can be manufactured for…
How To Add Arduino To An EAGLE Schematic
Learn step-by-step how to add Arduino into an EAGLE project, for building your own shield or embedding Arduino into your own project design! There are two ways that we can…
How To Use Raspberry Pi GPIO Serial Port To Program Arduino
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…
How To Program Arduino From The Raspberry Pi Command Line
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…
How To Setup Communication Between Two ESP8266 Using Arduino
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!…
Flashing Tasmota: 7 Great Methods (And ONE Exclusive Bonus!)
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…
ESP8266 UDP Send & Receive Example (Step-by-Step Tutorial)
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…