Search found 7 matches
- 12 Apr 2017, 19:28
- Forum: ESP Easy: General Discussion
- Topic: [FIXED] Problem with Rules - Clock#Time event
- Replies: 22
- Views: 27245
Re: [FIXED] Problem with Rules - Clock#Time event
Thanks! It does work now with: On pir#Motion do // Motion detected: if %systime% > 17:00 // After 17:00 PWM,1,800,3000 // fade leds on timerSet 1,25 // start timer endif if %systime% < 10:00 // Before 10:00 PWM,1,800,3000 // fade leds on timerSet 1,20 // start timer endif endon on Rules#Timer=1 do P...
- 09 Apr 2017, 22:25
- Forum: ESP Easy: Hardware
- Topic: Cheap casing with solar & battery for less than 4$
- Replies: 7
- Views: 9357
Re: Cheap casing with solar & battery for less than 4$
I've tried similar ones and it didn't work, because these things do not provide enough current for the ESP (e.g. this one provides only 10 mA @ 0.8V)
- 07 Apr 2017, 14:14
- Forum: ESP Easy: Hardware
- Topic: Cheap casing with solar & battery for less than 4$
- Replies: 7
- Views: 9357
Re: Cheap casing with solar & battery for less than 4$
Thanks for your replies. I could not yet find a step-up/boost converter that I can use here. The one posted above needs input voltage >2V and all the other ones I've found (e.g. https://www.aliexpress.com/item/1-5V-1-8V-3V-to-3-3V-DC-DC-Converter-Step-up-Boost-Module-esp8266/32714632034.html?ws_ab_t...
- 07 Apr 2017, 13:57
- Forum: ESP Easy: General Discussion
- Topic: [FIXED] Problem with Rules - Clock#Time event
- Replies: 22
- Views: 27245
Re: [FIXED] Problem with Rules - Clock#Time event
Is it possible to use the time as a condition in a rule, like: On pir#Motion do if [pir#Motion]=1 // Motion detected: if [Clock#Time]>All,17:00 // On any day after 17:00 PWM,1,800,3000 // fade leds on timerSet 1,25 // start timer endif endif endon on Rules#Timer=1 do PWM,1,0,3000 // fade leds off en...
- 23 Mar 2017, 00:57
- Forum: ESP Easy: Hardware
- Topic: Cheap casing with solar & battery for less than 4$
- Replies: 7
- Views: 9357
Cheap casing with solar & battery for less than 4$
Hi everyone, I was looking for a cheap case for an outdoor ESP project - I want to record temperature, humidity, air pressure (and the battery voltage). What I found was this solar led light, which comes already with a small solar cell and a 1.2V battery at a very cheap price: https://de.aliexpress....
- 19 Mar 2017, 23:58
- Forum: ESP Easy: Hardware
- Topic: IR Transmitter ?
- Replies: 120
- Views: 259722
Re: IR Transmitter ?
Hey GusPS, thanks for your effort! Unfortunately I couldnt get it to work yet :( I've tried your suggestions, plus I replaced "cbits: 0" with "cbits: 1" because I thought there should be a space as well, but no luck so far. 36 or 40 Hz didn't work either. I've created a spreadshe...
- 19 Mar 2017, 01:04
- Forum: ESP Easy: Hardware
- Topic: IR Transmitter ?
- Replies: 120
- Views: 259722
Re: IR Transmitter ?
Hey everyone, I've tried to use the send RAW function but without success so far. The hardware part should be okay, it works with other devices. From the raw data (see below) I thought that these were the correct parameters: Blank: 450 Pulse: 1200 (I also tried 400 without success) Binary: 001010100...