WiFi Remote control

ESP8266 to control a range of devices. SSD1306 & ESP8266 controller This gadget takes a bit of soldering ! When finished, it connects via WiFi to local servers to control lights, switches or anything that can be controlled via a http request. The examples show it being used to operate a music system via pHp… Continue reading WiFi Remote control

ESP8266 with Touchscreen

ESP8266 with Touchscreen The ILI9341 is a powerful and cost effective screen.Here is a project with some suggestions on how the screen and touch functions can be managed. These make use of Bodmer’s splendid libraries. This version goes into a 3d printed box along with a charger module and small LiPo battery. For this application,… Continue reading ESP8266 with Touchscreen

TTGO Watch: IR remote

Control the TV ! A surprising function for the TTGO watch 2020.Fortunately all of the hard work has been done and libraries are well known. As always thanks to the inspiration and developers.https://github.com/Arduino-IRremote/Arduino-IRremote Here are some tips for getting the Watch going. First step is to get the codes you are going to need.I lashed… Continue reading TTGO Watch: IR remote

TTGO Watch: Images

High quality displays for TTGO Watch 2020 This is simply a demonstration of how Bodmer’s https://github.com/Bodmer/TFT_eSPI library can be used with the TTGO Watch 2020 v1 Rather than convert images to C arrays, I had the need to dynamically load images to the watch and have them displayed. To use this, the only requirment is… Continue reading TTGO Watch: Images