Category Archives: Esp8266

ESP8266 VGA OUTPUT

This is a VGA library for ESP8266. To use this library you need only 1 resistor and one DSUB15 connector. VGA signal generation based on https://github.com/hchunhui/esp-vga (thanks for your awesome works). [….] The library implement a 512x480px framebuffer with 1bpp, where each … Continue reading
Posted in Esp8266, Retro Computing | Tagged | Comments Off on ESP8266 VGA OUTPUT

esp8266 micropython uasyncio experimental build

Esp8266 is the super cheap chip which can run Micropython. You can buy it on Amazon for as little as €8 or less, and as little as $5 or less on Bangood/AliExpress. The ESP8266 (ESP-12E spec) has a 4MB Flash … Continue reading
Posted in Esp8266 | Tagged , , , , | Comments Off on esp8266 micropython uasyncio experimental build

esp8266 webImport

UPDATED and BUGFIXED! MicroPython Repl command line is very nice, because you can telnet to the chip and read-and-evaluate python code. It is a great way of learning embedded IoT. The bad thing you cannot copy file while it is running, so … Continue reading
Posted in English Content, Esp8266, IT Featured | Tagged , | Comments Off on esp8266 webImport

IoT Async

Qualche mese fa avevo sviluppato una applicazione IoT per misurare la temperatura e spedire i dati ad una coda mqtt. Poi c’era uns server che collezionava i dati. Totale: tre server, con tre punti di fallimento ma architettura molto “cool” … Continue reading
Posted in English Content, Erlang, Esp8266 | Comments Off on IoT Async

Esp8266 Music Machine

After months of esp8266 experimentation, I “just” discovered this little chip has also a I2S Audio digital interface. To discover it you must install the Arduino IDE adapter and code directly in C++ (brr, ok not a breeze but not … Continue reading
Posted in English Content, Esp8266 | Tagged , | Comments Off on Esp8266 Music Machine

Esp8266 your WiFi Embedded solution

Arduino is a great hardware for a lot of reason: easy to use, difficulto to break, it is a very solid 5-Volt board. But it a way too much and it has a very limited amount of RAM. So I … Continue reading
Posted in English Content, Esp8266, IT Featured, Knowledgebase | Tagged | Comments Off on Esp8266 your WiFi Embedded solution