Add OLED Display To Your Projects With TeensyView
https://www.electronics-lab.com/add-oled-display-projects-teensyview/
The Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. You can program for the Teensy in your favorite program editor using C or you can install the Teensyduino add-on for the Arduino IDE and write Arduino […]
Choose The Best Display For Your Arduino Project
https://www.electronics-lab.com/choose-best-display-arduino-project/
Have you ever been unsure which display you should be using in your next project? This tutorial from educ8s.tv will come in handy for choosing the best display for your each and every Arduino project! There are lots of choices, so let’s talk about each one of them. Basically, you have three types of displays: […]
A LEGO-Compatible Digital Weather Billboard
https://www.electronics-lab.com/lego-compatible-digital-weather-billboard/
Internet of LEGO “IoL” is an interactive LEGO city built and designed by Cory Guynn, a cloud computing and IoT enthusiast. This project combines computer and electronics engineering with our favorite childhood toy, LEGO! Through the IoL blog, Cory shares a collection of circuit projects, coding examples, and tutorials which use Arduino, Raspberry Pi, NodeJS, […]
CHIP Computer Project: CPU Temperature Monitor with OLED display SSD1306
https://www.electronics-lab.com/chip-computer-project-cpu-temperature-monitor-oled-display-ssd1306/
Today educ8s.tv is going to connect an OLED display to the CHIP 9$ computer in order to monitor its CPU temperature in real time. I received the CHIP single board computer about a year ago. It is an impressive board, it costs $9 and it offers a 1GHz CPU, 256MB of RAM wifi Bluetooth and […]
ESP8266 based plane spotter
https://www.electronics-lab.com/esp8266-based-plane-spotter/
A how-to on building an ESP8266 based plane spotter from Daniel Eichorn: In order to get this project running you’ll need the following list of hardware: NodeMCU ESP8266 module or Wemos D1 Mini 0.96″ SSD1306 OLED display A few connectors and USB Wire Or order a complete starter kit from my shop ESP8266 based plane […]
ESP8266: SSD1306 Oled Library Release
https://www.electronics-lab.com/esp8266-ssd1306-oled-library-release/
Daniel Eichhorn writes: The “ESP8266 OLED SSD1306″ is an open source library which allows you to control those pretty OLED modules from our beloved ESP8266 module. Fabrice Weinberg cleaned up all the ugly pieces of code which I initially wrote caused by my near C/C++ illiteracy. He also added support for Pasko’s BRZO I2C library […]
ATtiny85 Game Console
https://www.electronics-lab.com/attiny85-game-console/
webboggles.com has designed a SSD1306 OLED Screen based game kit using an ATtiny85 microcontroller. They also sell it as a kit to assemble it yourself. The new snap case has been updated to allow enough height for the screen header as well as a factory made CR2032 battery holder. The buttons have been concealed to […]
ATtiny85 Ring Watch
https://www.electronics-lab.com/attiny85-ring-watch/
This is a great ATtiny85 watch that uses a SSD1306 OLED display and is powered by a CR1220 battery. Today core subject, ATtiny85. Someone suggest me to use SOIC version to reduce the watch size and I found the coin cell mAh calculation method will count the battery voltage down to 2.0 V, so this […]