FPGA eink controller
https://www.electronics-lab.com/fpga-eink-controller/
Julien @ hackaday.io build a custom board to control e-ink display. He writes: The idea is to control an old broken kindle 3 eink display with a FPGA. I started looking at http://essentialscrap.com/eink/waveforms.html and http://spritesmods.com/?art=einkdisplay since eink constructor is so secretive that you can’t find any information. I got some success with a stm32f4 microcontroller […]
Using I2C SSD1306 OLED Display With Arduino
https://www.electronics-lab.com/using-i2c-ssd1306-oled-display-arduino/
Sometimes it may be necessary to use a display when making a hardware project, but one confusing thing is the size of the display and the required pins to control it. This tutorial will show you how to use a small I2C OLED display with Arduino using only two wires. The display used in this tutorial […]
VGADuino-II : The New 256 Color Graphic Shield for Arduino
https://www.electronics-lab.com/vgaduino-ii-graphic-shield-for-arduino/
Arduino is pretty much famous for the numerous shields it has. These plug-and-play shields make our life a lot easier while working on some complicated projects. Among all other shields, graphic shields are getting more and more popular. A graphic shield lets you show text, numbers, shapes, and even small images on a screen, using […]
0.91 inch OLED display targets wearables
https://www.electronics-lab.com/0-91-inch-oled-display-targets-wearables/
Winstar’s WEO012832F is a small OLED display featuring 128×32 pixels in a 0.91 inch diagonal screen, suitable for wearable devices. by Julien Happich @ edn-europe.com: The WEO012832F module comes with a built-in SSD1306BZ controller IC, it supports an I 2C interface and a 14-pin FPC pinout. Standard emitting colours for the WEO012832F are available in […]
DIY Breathalyzer Using Arduino UNO
https://www.electronics-lab.com/diy-breathalyzer-using-arduino/
Today I am going to discuss how to make a very simple DIY Breathalyzer using Arduino UNO and few external components. Ana Carolina designed this project as an instructable in instructables.com. This is a low-cost project and a useful one too. If you have no idea about what breathalyzer is, let me explain briefly: A breathalyzer is a device […]
Bitmap graphics on an Arduino Touch Screen and other top Arduino Displays
https://www.electronics-lab.com/bitmap-graphics-arduino-touch-screen-top-arduino-displays/
In this video tutorial educ8s.tv shows us how to load bitmap graphics in our Arduino Touch Screen projects using Adafruit’s GFX library. The procedure that I am going to describe works with all the color displays that are supported by Adafruit’s GFX library and by the displays that use the TFTLCD library from Adafruit with […]
Using a Color Sensor (TCS230) with Arduino Uno and ST7735 color TFT display
https://www.electronics-lab.com/using-color-sensor-tcs230-arduino-uno-st7735-color-tft-display/
In this video tutorial educ8s.tv show us how use the TCS230 color sensor with Arduino: Hey guys, I am Nick and welcome to educ8s.tv a channel that is all about DIY electronics projects with Arduino, Raspberry Pi, ESP8266 and other popular boards. In this video we are going to learn how to use the TCS230 […]
Web Controlled IoT Notice Board Using Raspberry Pi 3
https://www.electronics-lab.com/web-controlled-iot-notice-board/
The concept of web controlled notice board is getting more popular day by day for its wide range of applications in the practical field. As an IoT project, simple web controlled notice board can be made using a Raspberry Pi. Saddam at CircuitDigest designed the project where you can send the notice message through web browsers and it […]
NEC Display Powered by Raspberry Pi
https://www.electronics-lab.com/computing-platform-raspberry-nec/
Earlier this month, NEC Display Solutions Europe announced that they are working on a new generation of large-format displays that support the Raspberry Pi compute module, enabling a seamless integration of Raspberry Pi devices with NEC displays. Originally developed to promote the teaching of basic computer science in schools and developing countries, the first Raspberry […]
Tiny OLED PC Performance Monitor
https://www.electronics-lab.com/tiny-oled-pc-performance-monitor/
Rupert Hirst build a tiny OLED PC performance monitor based on Psyrax’s serial monitor. The display monitors CPU and GPU temperature and activity etc. He writes: After a recent purchase of a Nvidia GTX1080 graphics card, 4k monitor plus Doom(2016), I thought it would be great to see some external telemetry… from my exorbitant purchase. Then, […]