Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
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
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 esp8266, micropython
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
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 esp8266
Comments Off on Esp8266 your WiFi Embedded solution