Search found 39 matches

by moetaz
Tue Nov 16, 2021 5:49 pm
Forum: ESP8266 boards
Topic: ESP8266WebServer input
Replies: 0
Views: 2437

ESP8266WebServer input

Hello

i looking how to handle get or post request from html
or how to get HTML form value / data / input to save it in function in the main. py
by moetaz
Tue Nov 09, 2021 10:25 pm
Forum: ESP8266 boards
Topic: deep sleep problem need help
Replies: 9
Views: 5473

Re: deep sleep problem need help

also may be the function machine.deepsleep() need amendment

and i don't know how to access it and amend
by moetaz
Tue Nov 09, 2021 10:21 pm
Forum: ESP8266 boards
Topic: deep sleep problem need help
Replies: 9
Views: 5473

Re: deep sleep problem need help

i found this issue with a lot of user especially with esp produced from espressif Co. but with ESp from AI co. deep sleep work i will post this discussion but at the moment hard rest work with chip , deep sleep not walk up the chip so i try to find cheap solution to reduce the power consumption that...
by moetaz
Tue Nov 09, 2021 8:23 pm
Forum: ESP8266 boards
Topic: deep sleep problem need help
Replies: 9
Views: 5473

Re: deep sleep problem need help

capacitor idea not working

i think about transistor that can work on the negative pulse from gpio16
so will connect rst to gnd direct

do have idea about this transistor
by moetaz
Tue Nov 09, 2021 2:12 pm
Forum: ESP8266 boards
Topic: deep sleep problem need help
Replies: 9
Views: 5473

Re: deep sleep problem need help

i do all but still the same issue

i think the problem come from pin 16
the negative pulse is too short so it doesn't make the rst down
by moetaz
Tue Nov 09, 2021 12:06 am
Forum: ESP8266 boards
Topic: deep sleep problem need help
Replies: 9
Views: 5473

Re: deep sleep problem need help

when i try to do this code
this is the result
rr$r$ and some symbol not can copy it
and the esp8266 freeze

please note
i use it without any support board so i direct connect GPIO 16 to RST

i think the issue is hardware or it need some resistor or something like this

what you suggest
by moetaz
Mon Nov 08, 2021 11:00 pm
Forum: ESP8266 boards
Topic: Lightsleep mode 16 mA any advice
Replies: 7
Views: 3585

Re: Lightsleep mode 16 mA any advice

what the possibility to add to power supply battery circle
ic timer 555 or similar with very low power consumption

so can cut power for esp8266 and supply it again on timing

this can reduce power consumption
by moetaz
Mon Nov 08, 2021 7:48 pm
Forum: ESP8266 boards
Topic: Lightsleep mode 16 mA any advice
Replies: 7
Views: 3585

Re: Lightsleep mode 16 mA any advice

so any suggestion for deepsleep

how can wake up the device
by moetaz
Mon Nov 08, 2021 6:31 pm
Forum: ESP8266 boards
Topic: Lightsleep mode 16 mA any advice
Replies: 7
Views: 3585

Re: Lightsleep mode 16 mA any advice

measure current with millimeter with usb stick or without powered with battery or by usb all the reading the same lightsleep must consume around 950 uA when close the wifi power down from 70 mA to 19 mA when enter to lightsleep the consumption go from 19 mA to 15-16 mA and deepsleep consume around 1...
by moetaz
Mon Nov 08, 2021 6:03 pm
Forum: ESP8266 boards
Topic: Lightsleep mode 16 mA any advice
Replies: 7
Views: 3585

Lightsleep mode 16 mA any advice

hello
ESP8266 12E
sta_if = network.WLAN(network.STA_IF)
sta_if.active(False)
ap_if = network.WLAN(network.AP_IF)
ap_if.active(False)

and with
machine.lightsleep()

power consumption is 16 mA

any advice