Arduino I2C SSD1306 OLED screen tutorial
This tutorial covers how to connect an SSD1306 OLED screen to an Arduino Nano over I2C and display text on it.
This tutorial covers how to connect an SSD1306 OLED screen to an Arduino Nano over I2C and display text on it.
Disclosure: If you buy any of the products listed here through the provided links I may earn a commission for the sales. Here you’ll find products or services I have bought, used, or owned at …
In this post, I’ll show you how to make API requests from the ESP32 or ESP8266, how to set up a web server on the ESP and use AJAX to send/receive data and how to establish a web socket connection for bi-directional data streaming. These examples can be used as basic starting templates for projects.
In this post, I will show you the contactless clamp power meter I made. I used a readily available SCT-013 current transformer clamp. The great thing about this is that you can measure the current flowing through a wire without having to put an amp meter in series with the load and source. This means you also don’t have to expose yourself to a potentially dangerous voltage.
This project of mine was inspired by Ben Eater and the 8-Bit breadboard computer he made. I would in fact highly recommend you check out his complete video series on it. When I first saw his computer on Hackaday I thought it was awesome and immediately wanted to build my own.
This is a tutorial on how to send/receive multiple values at once over the serial port with an Arduino.
This tutorial covers how to connect an SSD1306 OLED screen to an Arduino Nano over I2C and display text on it using U8Glib.