A place to put your YouTube video that is ESP8266 related.

User avatar
By Joegi
#24159 See here the video of my newsfeedreader based on Teensy3.1, ESP8266 and 128x64 oleds(SSD1306). It has a build in accespoint and websrver (for the settings). The code cycles through three different feeds (URLs can be set in the webserver).
Every three minutes new feeds are loaded in parallel to the scrolling of the messages. All messages have a timestamp and the message which hasn't been shown for the longest time will be shown next (new arrived messages get the timestamop"0").
See the video-description for a link to the code.
I might try to do a new version without the Teensy, but only with the ESP8266.