Search found 4 matches

by Gnassel
02 Feb 2020, 13:25
Forum: ESP Easy: Projects / Applications
Topic: Cocktail mixer helper
Replies: 1
Views: 10553

Cocktail mixer helper

Hi Guys, This is my current ESPeasy project: I wanted to modify a scale so that it could help me mix cocktails, whiskey cola or Aperol Spritz. I would like to select a drink using an iOS app and the app guides me while mixing. I want to measure the liquid of the glass with a kitchen scale. If I put ...
by Gnassel
26 Jan 2020, 16:03
Forum: ESP Easy: General Discussion
Topic: Sensorupdate faster than 1 second?
Replies: 6
Views: 9141

Re: Sensorupdate faster than 1 second?

Thanks a lot.
Setting an output pin with
Longpulse_ms
Connected via wire to an input pin, and trigger an action by a change
Works for me.
Maybe there is a software solution, but I am happy for now.

Frank
by Gnassel
23 Jan 2020, 07:52
Forum: ESP Easy: General Discussion
Topic: Sensorupdate faster than 1 second?
Replies: 6
Views: 9141

Re: Sensorupdate faster than 1 second?

Thanks a lot for you fast support.

Timing looks good - as I understand-
Read HX711 2ms
Loop: 229ms

I will now try to find the relevant lines in the code a compile a new one.

Thanks
Frank
by Gnassel
22 Jan 2020, 18:29
Forum: ESP Easy: General Discussion
Topic: Sensorupdate faster than 1 second?
Replies: 6
Views: 9141

Sensorupdate faster than 1 second?

Hi, I love the ESPeasy project. Thanks a lot. Currently I have a application with a hx711 board + 4 weighting Sensor. For my iPhone I made an iOS application that ask for values every 500mseconds (Json). Works stable and fine so far. Is is somehow possible to update the sensor mor often than 1 per s...