Search found 155 matches

by Mike Teachman
Sun Jan 22, 2017 4:58 pm
Forum: ESP8266 boards
Topic: [SOLVED] DS3231 uRTC set / read problems
Replies: 37
Views: 31842

Re: DS3231 uRTC set / read problems

A small contribution to help find root cause .... I see normal rtc operation with a Feather esp8266 and the micropython 1.8.6 release. I'm using the same urtc library. Perhaps try with this micropython release? here is the REPL trace: MicroPython v1.8.6-7-gefd0927 on 2016-11-10; ESP module with ESP8...
by Mike Teachman
Sat Jan 07, 2017 6:12 am
Forum: ESP8266 boards
Topic: LCD 1602 - Library
Replies: 57
Views: 103620

Re: LCD 1602 - Library

Most Excellent ! Many thanks @dhylands, @mcauser, and @ernitron. :D I've wanted to get these displays working with esp/uP for some time now. I put a level shifter in the mix as it's likely the i2c lines are pulled to 5V on the LCD backpack which might put the ESP at risk. Not sure that is really nee...
by Mike Teachman
Sat Dec 17, 2016 3:16 am
Forum: ESP8266 boards
Topic: How-to: Using MQTT with Adafruit.IO and Thingspeak
Replies: 8
Views: 15092

Re: How-to: Using MQTT with Adafruit.IO and Thingspeak

I downloaded and installed the binary version you are using and tried it. For some reason I can't reproduce the issue that you see. It looks OK on my Feather Huzzah both from the REPL and WebREPL WebREPL daemon started on ws://192.168.4.1:8266 WebREPL daemon started on ws://0.0.0.0:8266 Started webr...
by Mike Teachman
Fri Dec 16, 2016 6:50 pm
Forum: ESP8266 boards
Topic: How-to: Using MQTT with Adafruit.IO and Thingspeak
Replies: 8
Views: 15092

Re: How-to: Using MQTT with Adafruit.IO and Thingspeak

One thought -- is your ESP running a micropython binary release that includes the MQTT library?

I have used MQTT with two binaries, where the MQTT library is built-in:
esp8266-20160909-v1.8.4.bin
esp8266-20161110-v1.8.6.bin
by Mike Teachman
Fri Dec 09, 2016 10:11 pm
Forum: ESP8266 boards
Topic: How-to: Using MQTT with Adafruit.IO and Thingspeak
Replies: 8
Views: 15092

How-to: Using MQTT with Adafruit.IO and Thingspeak

I've been learning how to use MQTT with two free hobbyist cloud data services. The MQTT protocol is supported in a built-in library in the Micropython binaries -- this protocol can be used send data from your ESP8266, over WIFI, to a free cloud database. For example, your ESP board could read an I2C...