Search found 9 matches

by MadeInFck
27 May 2020, 23:09
Forum: ESP Easy: General Discussion
Topic: How to wake from deep sleep
Replies: 7
Views: 6588

Re: How to wake from deep sleep

Actually figured out that D0 and RST don't need to be linked, only essential for periodic wake up but not for external wake up. Just changed the capacitor to 10uF to have a 10ms low signal on RST pin instead of 1ms with a 1uF capacitor. Works fine since.
by MadeInFck
23 May 2020, 15:20
Forum: ESP Easy: General Discussion
Topic: How to wake from deep sleep
Replies: 7
Views: 6588

Re: How to wake from deep sleep

Indeed it could have been from 3.3v pin but with the 10k resistor, signal is 3.3V so no worry there.
Actually here's an update of the sketch to be more accurate.
PIR_sketch.png
PIR_sketch.png (128.97 KiB) Viewed 5726 times
by MadeInFck
23 May 2020, 13:53
Forum: ESP Easy: General Discussion
Topic: How to wake from deep sleep
Replies: 7
Views: 6588

Re: How to wake from deep sleep

Hello, I'm having the same type of issue to wake up a Wemos with a PIR to detect movement.
Did you figure it ou?
Here's the sketch I try to use.
by MadeInFck
06 Apr 2020, 21:45
Forum: ESP Easy: Software
Topic: [SOLVED] Unable to access value of progress bar
Replies: 9
Views: 6803

Re: Unable to access value of progress bar

Thomas, you made my day!!!
Indeed, that an issue with progress bar accepting only integers.
And actually I had already tried to have no decimal on the DHT22 device ESPEAsy itself but not in the virtual device received on my interface device (Nextion).

It works finally! Many thanks for your help.
by MadeInFck
06 Apr 2020, 20:59
Forum: ESP Easy: Software
Topic: [SOLVED] Unable to access value of progress bar
Replies: 9
Views: 6803

Re: Unable to access value of progress bar

So to answer your questions, yes I see the action related to the progress bar in the log: Capture d’écran 2020-04-06 à 20.53.12.png and the value is OK. Don't be surprised I changed the name of my device from InterfaceNextion to Nextion to gain room. Also in reference to your questions : 1. no it do...
by MadeInFck
06 Apr 2020, 08:02
Forum: ESP Easy: Software
Topic: [SOLVED] Unable to access value of progress bar
Replies: 9
Views: 6803

Re: Unable to access value of progress bar

Thank you Thomas. Actually, only line 7 is giving me trouble. if I set it statically like following, it works : line7: meteo.j0.val=25 If I use it via a http request, it works: IP/control?cmd=InterfaceNextion,meteo.j0.val=80 But dynamically within the command statements, it doesn't work with this sy...
by MadeInFck
05 Apr 2020, 22:52
Forum: ESP Easy: Software
Topic: [SOLVED] Unable to access value of progress bar
Replies: 9
Views: 6803

Re: Unable to access value of progress bar

Actually, meteo is the name of the page where I want to change the components (on the same page "meteo"). j0 is already global. Is it useful to write ? meteo.page0 Line 1: meteo.t4.txt="[DHT11#Tint]°C" //device connected directly to this Espeasy Line 2: meteo.page0.j0.val=[DHT22#...
by MadeInFck
05 Apr 2020, 21:18
Forum: ESP Easy: Software
Topic: [SOLVED] Unable to access value of progress bar
Replies: 9
Views: 6803

[SOLVED] Unable to access value of progress bar

Hello, I'm a new comer here. Started 2 weeks ago to use EspEasy to grow a domotic setup for my home. Many ideas and sensors are on their way. But of course to control it overally, I need a display which led me to Nextion screen. So I finally managed to change the content of my textfields using param...
by MadeInFck
05 Apr 2020, 21:03
Forum: Introduce yourself
Topic: New comer!
Replies: 1
Views: 6012

New comer!

Hello,
I'm a hobbyist who just discovered EspEasy. I'm trying to build a domotic setup for my home with PIR, camera, T° & H% sensors...
I love DIY and coding and I'm being very curious about all the stuff.
Happy to join this community!