Search found 3 matches

by BobRyan
Mon Nov 21, 2016 3:21 pm
Forum: ESP8266 boards
Topic: "Flash wearing behaviour"
Replies: 5
Views: 5681

Re: "Flash wearing behaviour"

Does this mean the example doConnect() function performs three writes on each execution? wlan = network.WLAN(network.STA_IF) wlan.active(True) wlan.connect('ssid', 'password') If so I'm impressed that some of my devices are still operating properly as I've got a small sensor network which calls this...
by BobRyan
Wed Nov 16, 2016 5:12 am
Forum: ESP8266 boards
Topic: New chip ESP8285
Replies: 32
Views: 39484

Re: New chip ESP8285

MoonHouseAaron,

Make sure you're grounding GPIO15. Most (all?) of the esp8266 have this implemented and the 8285 may not.
by BobRyan
Sun Nov 06, 2016 9:47 pm
Forum: ESP8266 boards
Topic: Pin interrupts triggering errantly?
Replies: 3
Views: 7714

Pin interrupts triggering errantly?

I've got an application which takes input from a SPDT switch connected to pins 0 and 2. I'm seeing both interrupts triggered (almost) every time one should. I've checked the inputs on my scope and with a logic analyzer and while there's a tiny bit of bounce there's no action on the other pin. I assu...