Search found 13 matches

by jarekd
Mon Jan 29, 2018 9:28 pm
Forum: ESP8266 boards
Topic: MQTT on Esp8266
Replies: 5
Views: 4552

MQTT on Esp8266

Hey :) I wanted to play a little with MQTT and Adafruit.IO, as I'm building some sensors for my home. But when I import "umqtt" library it looks empty... (help(umqtt) lists only __name__ and __path__ there) Tried to use library made for CirquitPython (Adafruit version of MicroPython) but lib don't w...
by jarekd
Wed Aug 23, 2017 12:52 pm
Forum: ESP8266 boards
Topic: Power usage, sleep modes
Replies: 2
Views: 2454

Re: Power usage, sleep modes

Oh, I didn't know that. So, the solution to that is to disable WIFI at all or disable sleep modes? For me, it seems like Micropython don't use any sleep modes - besides deep sleep, which works correctly. Also I can't find a way to turn off WIFI - even if i make both interfaces inactive (STA and AP),...
by jarekd
Mon Aug 21, 2017 4:01 pm
Forum: ESP8266 boards
Topic: Power usage, sleep modes
Replies: 2
Views: 2454

Power usage, sleep modes

Hi. I have noticed, that micropython doesn't use ESP8266 sleep modes (besides deep-sleep). Reading different threads here, but still no solution. I was trying to use those to decrease power usage. Whatever I do - disabling / enabling wifi, webrepl, etc. - I have almost constant 60-70mA draw (measure...