ESP8266 Fun
Various fun and experiments using the #esp8266
- Details
- Created: 18 April 2015
- Last Updated: 18 April 2015
I received a cheap PC based logic analyzer that I wanted to try out. It has an analog channel too. Along with my mod to an FTDI board for getting more 3.3v power thru it, I had incorporated a 1ohm resistor in line so I could measure current draw.
- Details
- Created: 14 April 2015
- Last Updated: 14 April 2015
A Simple mDNS Responder for the esp8266 and their SDK Version 0.9.3 and above.
mDNS aka Bonjour, avahi, etc. Helps with resolving .local to IP addresses on your local network.
It allows multiple host names and ip resolution (up to 5). It utilizes one (1) UDP connection (out of the 4 that the SDK supports)
https://github.com/n0bel/esp8266-mDNSResponder
Working on a adding a module to nodemcu, too.