Category Archives: CPU

5″ 800×480 capacitive touch LCD with built-in ft811 graphics controller

In a previous post  I used a 7″ capacitive touch display together with a ft810 graphics controller (using FTDI VM810C development board) and ESP8266 processor. This time I’ll try to run the same software using a 5″ LCD from Thaoyu (cost $38 + shipping) with a built-in FT811 graphics controller. While it’s a smaller display it cheaper and less complex to put together. You only need the display and a main processor.

Continue reading 5″ 800×480 capacitive touch LCD with built-in ft811 graphics controller

ESP8266/NodeMCU with FT81x based 7″ display

c7d20659-2

I want my weatherstation to be connected wirelessly to internet to fetch weather data, time info, symbols etc. One of the cheapest option these days is to use a ESP8266. Originally I planned to use it only as a serial wifi device for Arduino. Moving small abouts of (structured) data such as forecast, time etc. from ESP8266 to Arduino is easy. But what about images? It seems to be easy to download images using ESP8266, such as Daniel Eichhorn have done in his ESP8266 Weather Station Color. But how to transfer images from 8622 to the Arduino? Common external flash or SDcard ? Serial ? I really don’t know. So, what if I can use the ESP8266 for everything and just ditch the Arduino? After all, the ESP8266 is a capable processor.

Continue reading ESP8266/NodeMCU with FT81x based 7″ display

Gameduino2 + Arduino mini pro

I just got three Arduino pro mini’s but have problems uploading sketches to it using a USB->TTL device. Some googling suggests that I have a converter that is not ideal. It lacks a RST pin. This makes it hard to use. There seems to be a number of different variants of these devices, ref i.e. this post. I gave up on my device and used by Arduino UNO board to program the Pro Mini instead. It’s easy, just removing the processor from the UNO, connection TX/RX/5v/Gnd and reset. I uploaded the sketch without problems.  I the hooked it up to the Gameduino2 and it worked ! I’ve ordered another converter that hopefully works…

Continue reading Gameduino2 + Arduino mini pro