Recently there are some discussion regarding whether ESP8266 I/Os are 5V tolerant. The most active one being the article on Hackaday. The same article was shared on ESP8266 Facebook group and Espressif CEO Mr Teo Swee Ann commented that "i can reply officially here: it is 5V tolerant at the IO. while the supply voltage … Continue reading Is ESP8266 I/O really 5V tolerant?
Tag: ESP8266
ESP8266 MQTT client on RTOS
In the recent Maker Faire I demonstrated an ESP8266 MQTT VFD clock. Some readers had wrote to ask for the soure code. Because the project was builtup within only 2 days, the actual source code is more or less of spaghette type. However the underlying MQTT client may be useful to someone who likes the … Continue reading ESP8266 MQTT client on RTOS
Maker Faire, Yearly Review, and Rant
Well I've been bit lapse. This post is supposed to written in July. Another year, another Maker Faire. Yes! for this year it is nolonger "Mini Maker Faire", we've just upgraded to the full fledged "Maker Faire" event. As Singapore Maker Faire has grown 10 times compare to 3 year ago, I am not able to … Continue reading Maker Faire, Yearly Review, and Rant
ESP8266 breadboard adapter and I’m on Tindie
The rise of the ESP8266 WiFi chip was almost overnight with Espressif's open approach and pushing from Hackaday. While no ground-breaking product has yet emerged, the development on the chip are phenomenon. However due to an unknown reason the ESP8266 modules manufacture seems to prefer non-standard 2.0mm pitch connector, which gives a lot of headache … Continue reading ESP8266 breadboard adapter and I’m on Tindie
Happy New Year from ESP8266
Happy New Year! http://youtu.be/h-lI6ucDg8M The application is made with ESP8266 RTOS SDK. SSD1306 based OLED panel is connected on GPIO4/5 using software emulated I2C. I rushed this out last night and the code is in a mess now.To prevent bad influence I'll release the code after I reorganize them.