Search found 15 matches

by gorogdaniel
15 Jun 2021, 23:43
Forum: ESP Easy: Software
Topic: HX711 Weight sensor with long cable
Replies: 8
Views: 5675

Re: HX711 Weight sensor with long cable

You must twist the cables. So better use UTP cables, although I don't really know which cables should be part of a pair. My first idea would be to try to put Output+ and Output- in a pair and Excitation+ and - in a pair. Ferrite may also help, but only for higher frequencies. It doesn't look like t...
by gorogdaniel
15 Jun 2021, 19:19
Forum: ESP Easy: Software
Topic: HX711 Weight sensor with long cable
Replies: 8
Views: 5675

Re: HX711 Weight sensor with long cable

Wich cables do you mean? the ones from the loadcell or the ones from the hx711 to the esp? And what do you mean by 4x0,6? Your cable is 60cm and has 4 wires? How thick are these wires? If possible keep the cables as short as possible and they should be thick enough. I build some logger for beehives...
by gorogdaniel
15 Jun 2021, 05:55
Forum: ESP Easy: Software
Topic: HX711 Weight sensor with long cable
Replies: 8
Views: 5675

HX711 Weight sensor with long cable

Hi, i have a project of 2 Microcontrollers who are connected to 6 hx711 pcb´s i have fluctuation in the reading of the values. is it possible to make advanced settings inside the code becouse a guy say me thath it is possible thath becouse th cable are so long (4x0,6) 15m the controller dont wait al...
by gorogdaniel
24 Dec 2020, 09:04
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28701

Re: Wemos D1 I2C Befehl senden

It is not possible with the esp to send and get Commands from a gsm module?
by gorogdaniel
29 Nov 2020, 08:16
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28701

Re: Wemos D1 I2C Befehl senden

If someone can help me today to bring the communication with the sim module to run i can pay for your time.
by gorogdaniel
29 Nov 2020, 06:23
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28701

Re: Wemos D1 I2C Befehl senden

Hello and good Morning, i have try evry thnink but i cant send and/or recive. i What to send AT commands a a gsm module to get GPWS Location and so on. The Module is connected to a WEMOS D1 mini on port D1 and D2 Wemos D1 mini --- sim800l D1 --- RXD D2 --- TXD i have connected the stuff to a Battery...
by gorogdaniel
24 Aug 2020, 12:54
Forum: ESP Easy: Hardware
Topic: Using a GSM Module / Web App / Custom CSS
Replies: 8
Views: 9473

Re: Using a GSM Module / Web App / Custom CSS

Hi,

I need this Option to.

Is possible to send the AT+ Commands to the GSM module over the rx tx wire and the rules?

Thanks
by gorogdaniel
18 Apr 2020, 18:58
Forum: ESP Easy: General Discussion
Topic: Esp Webserver Port 80
Replies: 3
Views: 5472

Re: Esp Webserver Port 80

if someone can do this i pay 2 coffee ;)
by gorogdaniel
18 Apr 2020, 11:30
Forum: ESP Easy: General Discussion
Topic: Esp Webserver Port 80
Replies: 3
Views: 5472

Esp Webserver Port 80

Hi, i have only a question :D where did I found in the code the Webserver Port becouse i need to change it from 80 to another number.

In espeasy.ino I don't find it any more.

Thank you very much.
by gorogdaniel
03 Mar 2020, 11:13
Forum: ESP Easy: General Discussion
Topic: Rules If & ON
Replies: 5
Views: 5872

Re: Rules If & ON

ok thank you very much for the voltage i can set 3.0 to but the code is right? and i can place the same rule on boot to. on System#Boot do If %vcc% < 3.0 deepSleep,3600 else on WiFi#Connected do SendToHTTP,url.com,80,/up.php?s=%unit%&b=%ip%&ti=[t#t]&ta=[t2#t]&lu=[l#l]&h=[t2#h]&am...
by gorogdaniel
03 Mar 2020, 10:40
Forum: ESP Easy: General Discussion
Topic: Rules If & ON
Replies: 5
Views: 5872

Rules If & ON

Hi i have a project in the forest and the internet connection is very bad there. so i work out a new rule and only whant to know if this can work or not. on System#Wake do If %vcc% < 2.2 deepSleep,3600 else on WiFi#Connected do SendToHTTP,url.com,80,/up.php?s=%unit%&b=%ip%&ti=[t#t]&ta=[t...
by gorogdaniel
23 Feb 2020, 18:53
Forum: ESP Easy: General Discussion
Topic: Generic HTTP Advanced - PHP - MySQL
Replies: 6
Views: 8744

Re: Generic HTTP Advanced - PHP - MySQL

There is no system variable named %temperature%, so you need to use [taskname#varname] For example if your task is called "bme" and your temp variable is called "T" then use [bme#T] which will then be replaced with the current value of that sensor value. Thanks very much for the...
by gorogdaniel
23 Feb 2020, 12:54
Forum: ESP Easy: General Discussion
Topic: Generic HTTP Advanced - PHP - MySQL
Replies: 6
Views: 8744

Re: Generic HTTP Advanced - PHP - MySQL

Thank You very much. I flash to the new version and now it work more or less :D

the esp post data to the database but not the value :))

i have in the database %temperature% not the value of the sensor
by gorogdaniel
23 Feb 2020, 11:02
Forum: ESP Easy: General Discussion
Topic: Generic HTTP Advanced - PHP - MySQL
Replies: 6
Views: 8744

Re: Generic HTTP Advanced - PHP - MySQL

hi, thank you very much for responding. i change my php script and test it like you say and now the values are working to put it inside the mysql if i acces directly the link. http://vps767964.ovh.net/test3.php?temperature=11&temperature2=22 my system info is: Build:⋄ 20104 - Mega System Librari...
by gorogdaniel
21 Feb 2020, 17:40
Forum: ESP Easy: General Discussion
Topic: Generic HTTP Advanced - PHP - MySQL
Replies: 6
Views: 8744

Generic HTTP Advanced - PHP - MySQL

Hi, i am new on this Forum and try to set up my ESP but i cant resolve the problem and i dont know what i made wrong. I set up a mySql server and i have a php Script wich import me the value. But i cant bring it to run. The HTTP Post is not working from this Device. I have try a lot of scripts and i...