Search found 4 matches

by jan2000
Tue Aug 08, 2017 8:19 pm
Forum: ESP8266 boards
Topic: On socket(/webREPL) disconnected
Replies: 0
Views: 1724

On socket(/webREPL) disconnected

Hi guys. In my browser-based project I make a webREPL connection and begin listening to pins. When I refresh the browser - all my IRQs and functions still exist on the ESP8266 but my project tries to establish them once again which over time causes the ESP8266 to crash. A soft reset doesn't clear th...
by jan2000
Mon Jun 05, 2017 7:37 pm
Forum: ESP8266 boards
Topic: On analog pin change?
Replies: 11
Views: 11038

Re: On analog pin change?

Ok. That makes sense. Thank you!
by jan2000
Mon Jun 05, 2017 3:30 pm
Forum: ESP8266 boards
Topic: On analog pin change?
Replies: 11
Views: 11038

On analog pin change?

Hi guys! Is it possible to trigger something like a hard interrupt when the analog pin (A0) changes? I have a potentiometer connected to A0 on a WemosD1mini and want to know the value only when it changes - and would like to avoid asking for adc.read() every x ms.
by jan2000
Wed Feb 15, 2017 9:29 am
Forum: ESP8266 boards
Topic: Multicast DNS (mDNS)
Replies: 3
Views: 6748

Multicast DNS (mDNS)

An implementation of mDNS would really be helpfull! A fixed IP or having to configure the router's DHCP are not always the best solutions - and in those cases mDNS has worked very well in the Arduino core for ESP8266 https://github.com/esp8266/Arduino/tree ... SP8266mDNS