ILI9341 SD card or other problems with ESP32? Try this.

June 10, 2020 XTronical 0

A quick rough and ready one take video of a solution to a problem I had when I had several components on my board and a “as delivered” ILI9341. Until the extra components went on everything was fine, then it wasn’t…. Here’s my solution to the problem.

ILI9341 TFT LCD to ESP32 – Full HOW TO

April 28, 2020 XTronical 33

The ILI9341 is a great display, fast, cheap and most modules for hobbyists come with an on-board SD Card reader and built in touch screen – marvellous! But getting all these things working, especially with the ESP32 has sometimes been a little hit and miss – if you trawl the […]

Using E-Paper (E-Ink) displays with the ESP32

October 2, 2019 XTronical 0

E-Paper (or E-Ink) displays are remarkable devices. They require very little power when up-dating and no power at all once updated. The also provide a paper like contrast and clarity. Which is why they were adopted by e-readers a long time ago. Here we look at hooking them up to ESP32’s.

OLED (SSD1306) to ESP32

September 4, 2019 XTronical 2

Using one of these screens with an ESP32 is very easy and requires little change over using then with an Arduino except that the connections are different. This article should be used in conjunction with the video below. The ConnectionsThe SDA connection goes to pin 21 and the SCL to […]

Star Trek: Real Working Sick-Bay – Build #2

August 2, 2019 XTronical 4

If you haven’t read the previous article (part 1) then I suggest you follow this link otherwise this write-up won’t be of much use! In the last article we got the screen and the MAX30100 pulse/oximeter up and working. In this one we’re going to add everything else! A video […]

Star Trek: Real Working Sick-Bay – Build #1

July 31, 2019 XTronical 0

This article supports a video on the build of the Star Trek Sick Bay project (external you tube link). You should watch that video as well as this article as it contains information not mentioned below. This is part one of a two part write up. Doing all this on […]

SODAR (Sonic Detection And Ranging)

January 12, 2019 XTronical 0

In this project we build a type of radar system using sound, a “Sodar”. It implements the traditional “sweeping” display using an OLED display. Click to discover more!

256×320 Colour LCD (5408 driver)

September 9, 2018 XTronical 0

256×320 colour LCD screens are widely and cheaply available and very often come on a board that we can connect up to an Arduino Uno (and some other boards types). It’s then just a simple manner of adding the required libraries and trying out an example. This is all we […]