NEW PRODUCT Adafruit SHARP Memory Display Breakout – 1.3′ 168×144 Monochrome https://www.adafruit.com/product/3502 The1.3′ 168×144 SHARP Memory LCDdisplay is a cross between an eInk (e-paper) display and an LCD. It has the ultra-low power usage of eInk and the fast-refresh rates Read More
NEW PRODUCT – Espressif ESP32 Development Board -…
NEW PRODUCT – Espressif ESP32 Development Board – Developer Edition https://www.adafruit.com/product/3269 The ESP8266 started a small revolution by bringing WiFi to a small and cheap package that also had enough processing power and enough pins to get small things done. Read More
Made a Guide to PlatformIO Thats a pretty…
Made a Guide to PlatformIO. Thats a pretty nice alternative to the standard Arduino IDE. If you are coding Arduino (or mbed, plain c, c++) you might find that pretty interesting! Feedback is appreciated 🙂 https://youtu.be/EIkGTwLOD7o
ESP32 Arduino – First Look – Maker Hacks Quick…
ESP32 Arduino – First Look – Maker HacksQuick introduction to the ESP32 with Arduino 😀
NEW PRODUCT -Adafruit HUZZAH32 ESP32 Feather Board (pre-soldered)…
NEW PRODUCT -Adafruit HUZZAH32 ESP32 Feather Board (pre-soldered) https://www.adafruit.com/product/3591 Aww yeah, it’s the Feather you have been waiting for, this time withpre-assembled headers!TheHUZZAH32is our ESP32-based Feather, made with the official WROOM32 module. We packed everything you love about Feathers: built Read More
#ESP32 can run Adafruit 27 OLED with the…
#ESP32 can run Adafruit 2,7′ OLED with the Arduino libraries. Just some pin numbers need changing (and connecting). Also level shifter is not needed. I wish that there was an easy to use board for MIPI DSI displays (like amoled Read More
Sending data to cloud with ESP8266 and arduino…
Sending data to cloud with ESP8266 and arduino Nano, using PHP, mysql as a server. http://miguelburgosworld.com/internet-de-las-cosas-iot/esp8266-subiendo-datos-a-la-nube/ on youtube: https://youtu.be/B-Cq9zxm534
Simple Watchdog Timer A simple watchdog timer…
Simple Watchdog Timer. A simple watchdog timer to reset the ESP8266 if it gets stuck in a loop. Capacitor = 4,700F and R3 = 33K. Using Panasonic 1381R voltage monitor. (pin 3 to ground, pin 1 output, pin 2 voltage Read More
Im trying to connect two esp8266 to send…
I’m trying to connect two esp8266 to send data from Tx to Rx. I’m using IDE to program it and connect it to arduino board. The first esp8266 is considered as Tx. The second one is considered as Rx is Read More
Hi how transfer data between esp8266 and arduino…
Hi, how transfer data between esp8266 and arduino by SPI??? Thanks…