Search found 513 matches

by LisaM
24 Aug 2017, 18:19
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19871

Re: How to measure speed of three air fans?

themanfrommoon wrote: 24 Aug 2017, 18:01 Hmmmm, okay.

And how to get a value for rpm?
This means pulses per minute?

Thanks and best regards,
Chris
Duh, pulse delta/time delta = rpm...
by LisaM
24 Aug 2017, 18:17
Forum: ESP Easy: General Discussion
Topic: Turn off i2c sensor when esp is in deep sleep
Replies: 13
Views: 15280

Re: Turn off i2c sensor when esp is in deep sleep

As far as i know the ESP does a reboot when waking from deepsleep. If I remember this correct then any solution with a relay or transistor to switch an I²C sensor will fail. On startup the I²C init runs before the rules start. But it needs a rule to switch the relay or transistor so the I²C init ru...
by LisaM
24 Aug 2017, 17:36
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19871

Re: How to measure speed of three air fans?

https://github.com/letscontrolit/ESPEasy/blob/mega/src/_P003_Pulse.ino = RTBFC Quite simple: The change detection will detect both rising and falling edges. Low is just that: pulse has low value. Delta / Total / Time : String options[4] = { F("Delta"), F("Delta/Total/Time"), F(&...
by LisaM
24 Aug 2017, 14:17
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19871

Re: How to measure speed of three air fans?

To little information to help:
- Which air fans?
- What connections do they have?
- etc...
by LisaM
24 Aug 2017, 14:15
Forum: ESP Easy: Hardware
Topic: Motion sensor support (MPU-6050, MPU-6500, MPU-9250)
Replies: 1
Views: 2570

Re: Motion sensor support (MPU-6050, MPU-6500, MPU-9250)

Can MPU-6500 and MPU-9250 (GY-91) be used with ESPEasy in addition to the officially supported MPU-6050? It seems from the vendor page that MPU-6500 is a product replacing the MPU-6050. MPU-9250 is 9-axis, which adds a compass. The GY-91 module includes the BMP-280 pressure sensor. Buy it & try...
by LisaM
24 Aug 2017, 14:11
Forum: ESP Easy: General Discussion
Topic: Turn off i2c sensor when esp is in deep sleep
Replies: 13
Views: 15280

Re: Turn off i2c sensor when esp is in deep sleep

Of course i can switch it off via relay. Thanks for the transistor solution! How should parameters for espeasy should look like? How can i configure espeasy in order to activate a gpio for lets say 15 sec.or for uptime of esp... By the way, i am using that kind of battery shield, which works very w...
by LisaM
24 Aug 2017, 14:02
Forum: ESP Easy: Hardware
Topic: More support for i2c modules/sensors [UPDATED 25.09.2016]
Replies: 14
Views: 15527

Re: More support for i2c modules/sensors [UPDATED 25.09.2016]

beic wrote: 16 Sep 2016, 21:39 Is there any chance to add more i2c modules/sensors like on my list bellow?
The REAL question here is, what's keeping you from:
- Buying the sensor from Ali
- Build a plugin for it
- Test the plugin
- Publish the plugin

It's always easy to ask others to do your work...
by LisaM
23 Aug 2017, 22:52
Forum: ESP Easy: Software
Topic: MHZ19 sensor working ??
Replies: 18
Views: 18300

Re: MHZ19 sensor working ??

LouiS22 wrote: 23 Aug 2017, 19:06 I also got Unstable reading almost all the time and can't figure it out why? Could it be a wrong soldering?
Pics!
by LisaM
23 Aug 2017, 22:49
Forum: ESP Easy: General Discussion
Topic: Turn off i2c sensor when esp is in deep sleep
Replies: 13
Views: 15280

Re: Turn off i2c sensor when esp is in deep sleep

grovkillen wrote: 23 Aug 2017, 18:32 You can always use a relay that cut the incoming current to the sensor(s).
A Relay??? Doesn't that eat a LOT of precious power?
Google is your friend:
sensor sleep.jpg
sensor sleep.jpg (171.7 KiB) Viewed 14293 times
by LisaM
21 Aug 2017, 09:42
Forum: ESP Easy: Hardware
Topic: Issue with MH-Z19 sensor !!
Replies: 13
Views: 11253

Re: Issue with MH-Z19 sensor !!

Pics of the wiring? Well I followed indication of Wiki: 3.3V from ESP -> Vin MH-Z19 GND -> GND 2 GPIO declared to RX and TX or reverse Crossed and uncrossed TX/RX but not really much more luck out of error log different but not working ! How long are the wires? CRC errors might point to a wiring pr...
by LisaM
20 Aug 2017, 23:30
Forum: ESP Easy: Hardware
Topic: Issue with MH-Z19 sensor !!
Replies: 13
Views: 11253

Re: Issue with MH-Z19 sensor !!

Code: Select all

718891021 : MHZ19: PPM value: 612 Temp/S/U values: 20/64/10360.00
718891022 : EVENT: MH-Z19#PPM=612.00
718891103 : EVENT: MH-Z19#Temperature=20.00
718891183 : EVENT: MH-Z19#U=10360.00
Working reliable for some time now...
by LisaM
20 Aug 2017, 20:25
Forum: ESP Easy: Hardware
Topic: Issue with MH-Z19 sensor !!
Replies: 13
Views: 11253

Re: Issue with MH-Z19 sensor !!

Pics of the wiring?
by LisaM
20 Aug 2017, 14:29
Forum: ESP Easy: Projects / Applications
Topic: RCWL-0516 Microwave Motion Sensor
Replies: 43
Views: 85303

Re: RCWL-0516 Microwave Motion Sensor

Shardan wrote: 19 Aug 2017, 23:04 Definitely. The antenna is (more or less) omnidirectional so it collects echoes from all directions.
It's obviously not a radar dish with a focussed beam. That's why i had the idea to shield it with some aluminium foil.
But... doesn't the alu foil's echo interfere with the operation of it?
by LisaM
19 Aug 2017, 21:36
Forum: ESP Easy: Projects / Applications
Topic: RCWL-0516 Microwave Motion Sensor
Replies: 43
Views: 85303

Re: RCWL-0516 Microwave Motion Sensor

A VERY comprehensive test of several cheap radar sensors including this one: http://hackaday.com/2017/05/24/radar-se ... -the-test/
But... a 360dg angle??? :shock:
And detects everything, even through walls. Including cats, making a LOT of detection...
Not usable for my purposes.
by LisaM
19 Aug 2017, 15:01
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 188332

Re: Arduino Easy 2560

frank wrote: 19 Aug 2017, 13:06 looks greatbut what does it do?
Gate motor control:
- 1 Sensor to detect if the gate is open or not
- 1 Relay for opening the gate half (2 wings)
- 1 Relay for opening the gate full

No Wifi there, but ethernet was present...
by LisaM
19 Aug 2017, 12:44
Forum: ESP Easy: Hardware
Topic: Wiring of BMP180 ?
Replies: 10
Views: 8805

Re: Wiring of BMP180 ?

Does the BMP show up on the i2c scan?
To which gpio's is the bmp's SDA/SCL connecten?
bmp setup details?
by LisaM
19 Aug 2017, 11:32
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 188332

Re: Arduino Easy 2560

Very happy with it, running reliable:
IMG_2927.JPG
IMG_2927.JPG (1.67 MiB) Viewed 47446 times
by LisaM
19 Aug 2017, 11:04
Forum: ESP Easy: Hardware
Topic: Wiring of BMP180 ?
Replies: 10
Views: 8805

Re: Wiring of BMP180 ?

pics or schematics of your setup please :!:
Ps. i2c often needs a complete power-down (off and wait at least 10 secs!) to work...
ps2. 5v tolerant: https://ba0sh1.com/blog/2016/08/03/is-e ... -tolerant/
by LisaM
18 Aug 2017, 17:12
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Volunteers wanted... ;)

Tested with HC-SR04 and JSN-SR04T...
_P013_HCSR04.zip
(1.97 KiB) Downloaded 639 times
by LisaM
18 Aug 2017, 11:41
Forum: ESP Easy: Hardware
Topic: New Sonoff Device Sonoff 4CH Pro - ESPEasy here we come!
Replies: 4
Views: 6251

Re: New Sonoff Device Sonoff 4CH Pro - ESPEasy here we come!

[Sorry, but that does not answer the question, how to install ESPeasy on the 4CH Pro. It only answers some questions about setting it up after the installation. Google is your friend (when they are not selling your data...) https://captain-slow.dk/2017/04/01/flashing-espeasy-to-the-sonoff-4ch/ Capt...
by LisaM
18 Aug 2017, 10:34
Forum: ESP Easy: Hardware
Topic: INA219 wiring
Replies: 8
Views: 5015

Re: INA219 wiring

nikki81 wrote: 18 Aug 2017, 10:17 Thank you ! hopefully now i wont get any smoke signals (again) :roll:

Thanks Nikki
Smoke signals are usually a bad thing when experimenting with pcb's... ;)
by LisaM
18 Aug 2017, 10:29
Forum: Experimental
Topic: Dev11 P036 FrameOled compile error
Replies: 3
Views: 11754

Re: Dev11 P036 FrameOled compile error

I've just downloaded the code from github and made a testcompile of DEV4096 with platformio, works. Do you use the Arduino IDE? Then a library might not be in place. Regards Shardan Sorry for the confusion, i used the Arduino IDE 1.8.3 You're are right, it's in the esp8266-oled-ssd1306 lib. For som...
by LisaM
17 Aug 2017, 20:42
Forum: Experimental
Topic: Dev11 P036 FrameOled compile error
Replies: 3
Views: 11754

Dev11 P036 FrameOled compile error

_P036_FrameOLED.ino:22:20: fatal error: images.h: No such file or directory

:?: :?: :?:
by LisaM
17 Aug 2017, 18:49
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81010

Re: MH-Z14 / MH-Z19 CO2 sensor

I have set up an ESP unit with several sensors, of which one is a Senseair S8. Works great, but when I try to link it to an "Air quality" device in Domoticz, it does not feed any values. In Domoticz it stays on zero. I then defined a "userdefined" device, and linked the S8 to th...
by LisaM
16 Aug 2017, 21:48
Forum: Experimental
Topic: Round up...
Replies: 5
Views: 14917

Re: Round up...

I have the Mega working, it's exactly what i was looking for. I also order the Nano, but it turned out to be the Nano 168 (me sucker!).
Ordered the 328 so i can experiment with it. The fixed ethernet part is making me curious, both for the mega and nano. I'll test the Nano and put the result in here.
by LisaM
16 Aug 2017, 10:05
Forum: ESP Easy: Projects / Applications
Topic: MQTT Subscribe OLED1306
Replies: 3
Views: 3377

Re: Dynamic OLED1306

Hi all I am new to this esp easy mega, I have an ESP-12E and I would like my openhab2 to control a display trough the MQTT service Is it possible to let the MQTT subscribe function deside what to be written in my SSD1306 display? If I send a MQTT subscribe command to the ESP, "window open"...
by LisaM
16 Aug 2017, 00:20
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Would it be possible to include median function of the New ping lib?(optional with parameter on device page). It can be done using a dummy device and rules, however it can b very handy when using t distance sensor a water level sensor. Regards seb No problem, i'll add another pulldown (normal, medi...
by LisaM
15 Aug 2017, 13:56
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77128

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

did you consider that the 4ch Sonoff does not use a ESP-8266? It is an ESP8285, a slightly different processor. ESPEasy runs on the 4CH sonoff, but you have to compile a version for the other processor. Thanks for the notice but I have read that with build of version 2 now the firmware works with b...
by LisaM
15 Aug 2017, 13:39
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Definitely. These sensors are omnidirectional. I can make it work if i go to a wall made from ferroconcrete. Anyways it should be possible to shield the antenna if you cover two or three sides of a case with aluminium foil for example. But don't put the foil too near to the module, keep some centim...
by LisaM
14 Aug 2017, 18:01
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 727683

Re: ESP Easy Mega

I have a simple question for which I'm sure there must be a page in the Wiki or a post in the forum. For a new ESP sensor I am planning to include a DHT22 with a SenseAir S8. I think I will need to compile a special version, since I can't see the S8 in the dropdown of the precompiled version (148)....
by LisaM
14 Aug 2017, 16:58
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Re: Distance Sensors HC-SR04, JSN-SR04T and more

I've ordered some and are considering using it at ground floor directed downwards. That should eliminate the triggers from the next room.
I'm done rewriting it, test phase is next...
by LisaM
14 Aug 2017, 13:34
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Shardan wrote: 14 Aug 2017, 12:45 I'm using state mode with a HC_SR04
just for light switching in the basement.
It's far mor precise as PIR's
Did you try the new microwave radar (RCWL-0516) yet?
by LisaM
14 Aug 2017, 12:56
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Ok, i'll leave it in there. State is actually a 10-times per second check if the distance value has fallen below the threshold set in the form. Strangely enough the measured values in a 10-times per second loop are not broadcasted to the HA server, probably to not overload the HA server with message...
by LisaM
13 Aug 2017, 23:26
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Re: Distance Sensors HC-SR04, JSN-SR04T and more

Please let me know if anyone is using the STATE mode, state mode means that the distance is below the threshold set in the form earlier. When state mode is reached, distance below threshold, then a sensor switch event is send.

If nobody is using it, i can as well take it out...
by LisaM
13 Aug 2017, 16:41
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77128

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

Hi is there any fix for this yet? I have two SONOFF units and they worked fine until i flashed them with the same settings as above and now they dont seem to do anything. If i boot them with the button pressed they still go into upload mode as if i dont press the button the upload tool errors so i ...
by LisaM
12 Aug 2017, 15:24
Forum: ESP Easy: Hardware
Topic: Distance Sensors HC-SR04, JSN-SR04T and more
Replies: 51
Views: 55012

Distance Sensors HC-SR04, JSN-SR04T and more

I'm going to revamp PO13 to include a whole new set of distance sensors using this library: https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home This should make maintaining the plugin a lot easier, since most functions are now part of the library. I have an HC-SR04 and a JSN-SR04T, the others ...
by LisaM
12 Aug 2017, 15:13
Forum: ESP Easy: Software
Topic: (Updated in English now) JSN-SR04T (FZ1655) plugin
Replies: 5
Views: 5077

Re: (Updated in English now) JSN-SR04T (FZ1655) plugin

I bought this sensor to, i'll write a plugin for this...
P013 should be updated for this, but i'm not sure they will let me. ;)
by LisaM
12 Aug 2017, 11:12
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77128

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

Hi is there any fix for this yet? I have two SONOFF units and they worked fine until i flashed them with the same settings as above and now they dont seem to do anything. If i boot them with the button pressed they still go into upload mode as if i dont press the button the upload tool errors so i ...
by LisaM
12 Aug 2017, 00:12
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244596

Re: ESP Easy development status

Maybe the micropython route is a good way to get esp easy to run on esp32 :shock: And on a IO monster like this: https://www.aliexpress.com/item/STM32-STM32F405RGT6-Core-Board-For-MicroPython-Development-Board-for-Circuit-Pyboard-Python-Module-STM32F405-with-Full/32805371346.html 1. STM32F405RG mic...
by LisaM
11 Aug 2017, 15:21
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244596

Re: ESP Easy development status

Be carefull with those ESP-01 with 8Mbyte shown at AliExpress. It has shown that many of our chinese friends can't (or acidentally forgot to) differ between MBit and MByte Every "8MByte" modul i tested showed up to be a 8MBit one....... in other words as a standard 1Mbyte type. Give it a ...
by LisaM
11 Aug 2017, 13:16
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244596

Re: ESP Easy development status

With the ongoing development of ESP8266 MicroPython it's now in reach to rewrite ESPEasy in python. The ESP8266 hardware(with standard 8MB of flash memory on an ESP-01 module in Ali as latest record) is capable of supporting it although the minimum of 4MB should be required. Performance test should ...
by LisaM
11 Aug 2017, 12:22
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 188332

Re: Arduino Easy 2560

I hope that the mega 2560 branch will ferther develop Don't get your hopes up, there is very little reason to spent a lot of time on this branch. The Arduino platform is outdated, even the DUE has only 512KB of flash memory and it's CPU still slow. The Arduino platform is growing WAY to slow... It ...
by LisaM
11 Aug 2017, 00:44
Forum: ESP Easy: General Discussion
Topic: 433mhz and espeasy how?
Replies: 14
Views: 16196

Re: 433mhz and espeasy how?

cinds wrote: 10 Aug 2017, 22:00 Theres a plugin for espeasy, just found it ...

viewtopic.php?f=6&t=2032&start=30
That is ONLY for KaKu...
RFlink supports dozens of protocols.
by LisaM
11 Aug 2017, 00:11
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 188332

Re: Arduino Easy 2560

So i wonder what sense make two humidity sensors with 1m distance? It doesn't make sense at all. It makes sense to attach a humidity sensor, a lumi sensor and other types of i2c sensors to the same two wires to use only 2 gpio's for a lot of different sensors. That saves gpio's so you attach stuff ...
by LisaM
10 Aug 2017, 21:46
Forum: ESP Easy: General Discussion
Topic: 433mhz and espeasy how?
Replies: 14
Views: 16196

Re: 433mhz and espeasy how?

cinds wrote: 10 Aug 2017, 21:39 RF link is also running on an ESP8266?

I want to run the 433Mhz receiver module on an ESP ... so i want to mix it :D
Nope...
by LisaM
10 Aug 2017, 21:32
Forum: ESP Easy: General Discussion
Topic: 433mhz and espeasy how?
Replies: 14
Views: 16196

Re: 433mhz and espeasy how?

cinds wrote: 10 Aug 2017, 21:22 Hm well, what exactly is the difference between espeasy and rflink?

I also want to run this on an esp8266
http://rflink.nl/blog2/
433MHz and ESPEasy don't mix...
by LisaM
10 Aug 2017, 21:11
Forum: ESP Easy: General Discussion
Topic: 433mhz and espeasy how?
Replies: 14
Views: 16196

Re: 433mhz and espeasy how?

I want to receive data from my motion detector, they are cheap and long battery life ... There is no such device with these specs, you dont get an motion detector for 10 bucks ... an esp with battery is horrible, when they are in deepsleep they are not fast enough- So 433mhz best value i think Use ...
by LisaM
10 Aug 2017, 20:47
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 188332

Re: Arduino Easy 2560

Shardan wrote: 10 Aug 2017, 20:14 Sadly the usual i²c based temp/humidity sensors (SI7012, BME280, DHT12) do not have an address pin to change the
i²c address. The other sensors (DHT11/22, SHT1X) don't have any addressing possibility.
BMP/E280 do have I2C address jumper!: https://forum.arduino.cc/index.php?topic=404946.0
by LisaM
10 Aug 2017, 19:58
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 188332

Re: Arduino Easy 2560

mutipel dht 12 messes the system up. Is there a solution for that? I hope that i am not asking for to much DHT12 uses the I2C bus and has only one fixed I2C address. Therefore it is limited to one by design. A DHT11 or DHT22 should work with more than one device thx martius. Ik zal wat andere opnem...