WeMos D1 mini (esp8266), debug on secondary UART – Part 3
WeMos D1 mini have 2 UART, one on dedicated pins and a transmit-only UART that can be enabled on GPIO2 (D4), It’s very usefully for debug.
WeMos D1 mini have 2 UART, one on dedicated pins and a transmit-only UART that can be enabled on GPIO2 (D4), It’s very usefully for debug.
A simple method to notify a problem is to use email, It’s very usefully and simple to share, so I created a library to do It. I get some code from GSender a library that It’s quite simple, but not so complete and configurable.
Serial Peripheral Interface Flash File System, or SPIFFS for short. It’s a light-weight file system for microcontrollers with an SPI flash chip. The on-board flash chip of the ESP8266 has plenty of space for your files.
WeMos D1 mini, a little guide to use this low cost but powerful microcontroller with WIFI integrated.
Specification and IDE configuration to start use It.
Summer work for my wife, a little lantern with led and removable battery
I really like the ATtiny and programming it, so I built a simple board to use Arduino UNO as ISP in a faster way.
Library to use i2c pcf8575 IC with arduino and esp8266.
This IC can control (until 16) digital devices like button or led with 2 only pins.
Can read and write digital value with only 2 wire (perfect for ESP-01).
I try to simplify the use of this IC, with a minimal set of operation.
Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer (competitor bmp280, DHT11, DHT22, Dallas and thermistor).
Finally the comparison.
Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer (competitor bmp280, DHT11, DHT22, Dallas and thermistor).
Today the code to get sensors fully working.
Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer, and introduce the competitor bmp280, DHT11, DHT22, Dallas and thermistor.
Today the specification of the sensors I use.