Tag: ST7735
Make Wireless Pentesting Easy with ESP32-DIV
ESP32-DIV is a palm-sized wireless pen-testing device powered by an ESP32. It features an ST7735 TFT LCD display and can perform Packet Monitoring, Wi-Fi Scanning, Beacon Spamming, and Deauth Detection. The ESP32-DIV combines the powerful ESP32 microcontroller with an ST7735 TFT LCD...
Continue ReadingTiny TFT Graphics Library for ATtiny84
This is a graphics library for the family of small colour TFT displays based on the ST7735 and ST7789 driver chips. These are really nice displays; bright, colourful, available in a variety of useful sizes, and available at low cost from suppliers like Adafruit, AliExpress, or Banggood....
Continue ReadingUsing the 433MHz RF Transmitter and Receiver with Arduino
While building microcontroller based projects, there are occasions where communication will be required between two devices, either in a duplex/transceiver based operation (where both devices can transmit and receive at the same time) or in a simplex-based operation where communication...
Continue ReadingNIMO Clock – Recreating the look of a 60’s CRT display
Recreating the look of a 60's CRT display with small LCDs. By Paul Bricmont @ hackster.io: My design uses six 1.44-inch TFT LCD displays to display NIMO-style digits. These small LCD displays are cheap (around $3.50 US each) and use the ST7735 chipset and SPI bus. To drive the...
Continue ReadingColor Detector Using TCS230 Color sensor and Arduino
Hi guys, welcome to today’s tutorial. In this tutorial we will look at how to use the TCS230 color sensor with Arduino. To demonstrate the ability of the color sensor, we will build a color detector system capable of detecting the color in front of the sensor and displaying that color...
Continue ReadingArduino Real Time Clock with Temperature Monitor
Hi guys, in one of our previous tutorials, we built a real-time clock with temperature monitor using the DS3231 and the 16×2 LCD display shield. Today, we will build an upgrade to that project by replacing the 16×2 LCD display with an ST7735 based 1.8″ colored TFT display. Apart...
Continue ReadingUsing the ST7735 1.8″ Color TFT Display with Arduino
Hi guys, welcome to today’s tutorial. Today, we will look on how to use the 1.8″ ST7735 colored TFT display with Arduino. The past few tutorials have been focused on how to use the Nokia 5110 LCD display extensively but there will be a time when we will need to use a colored...
Continue ReadingBitmap graphics on an Arduino Touch Screen and other 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...
Continue Reading