Search found 61 matches

by EDsteve
29 Jun 2018, 17:37
Forum: ESP Easy: General Discussion
Topic: Sending a serial command from ESPeasy to Arduino
Replies: 16
Views: 19765

Re: Sending a serial command from ESPeasy to Arduino

Hmm. Guess there is not much demand for it :(

I am not much of a coder, but good in testing :)
If i can do something for it. Let me know.

So for now i will go back to my own code. Thanks for your support though
by EDsteve
29 Jun 2018, 15:11
Forum: ESP Easy: General Discussion
Topic: Sending a serial command from ESPeasy to Arduino
Replies: 16
Views: 19765

Re: Sending a serial command from ESPeasy to Arduino

Thanks for the comma. I also lowered the bit rate to 4 and the rules look like this now: on SerialRAW do if [wemosUP#Switch]=1 publish /123, test endif endon But nothing is happening in the Log... It only shows this when i turn the switch to 1: EVENT: wemosUP#Switch=1.00 If i want to send TurnOn to ...
by EDsteve
29 Jun 2018, 13:21
Forum: ESP Easy: General Discussion
Topic: Sending a serial command from ESPeasy to Arduino
Replies: 16
Views: 19765

Re: Sending a serial command from ESPeasy to Arduino

Without proper documentation that Serial Server doesn't help much. I spend a good hour to get it running... nothing. Here my settings if someone actually knows how to use it: Rules (I know it's publishing a MQTT... but that should work according to the few examples i found which mostly didn't work e...
by EDsteve
29 Jun 2018, 00:55
Forum: ESP Easy: General Discussion
Topic: Sending a serial command from ESPeasy to Arduino
Replies: 16
Views: 19765

Re: Sending a serial command from ESPeasy to Arduino

Oh. I was blind before... there it is. Already installed plugin.

Thanks a lot for writing again
by EDsteve
28 Jun 2018, 22:43
Forum: ESP Easy: General Discussion
Topic: Sending a serial command from ESPeasy to Arduino
Replies: 16
Views: 19765

Re: Sending a serial command from ESPeasy to Arduino

Thanks for the info. I didn't expect it will become that complicated.
Hmm. In my case it's easier to just write my own code before i start compiling a new ESPeas bin file.
by EDsteve
28 Jun 2018, 21:43
Forum: ESP Easy: General Discussion
Topic: Sending a serial command from ESPeasy to Arduino
Replies: 16
Views: 19765

Sending a serial command from ESPeasy to Arduino

Hi, I want to control an Arduino from a Wemos D1 via TX/RX commands. So i have to generate a serial command first from the Wemos side. The Arduino is connected to the Tx/Rx pins and should receive the commands. According to the wiki: https://www.letscontrolit.com/wiki/index.php/ESPEasy_Command_Refer...
by EDsteve
24 Jun 2018, 22:05
Forum: ESP Easy: Projects / Applications
Topic: Motor / Stepper motor
Replies: 8
Views: 16305

Re: Motor / Stepper motor

@timbiker
did you get it running?
by EDsteve
18 Jun 2018, 21:07
Forum: ESP Easy: Software
Topic: Stepper Motor
Replies: 36
Views: 50979

Re: Stepper Motor

Hey,

i am using the code from the fist page of this thread. Compiling and uploading OK.
When i try to add the motor plugin i get this error:
Capture.PNG
Capture.PNG (32.44 KiB) Viewed 43990 times
Is that something i can ignore? Doesn't look like it. Am i the only one with this error?
Would be thankful for an advice.

Thank you
ED
by EDsteve
24 May 2018, 00:58
Forum: ESP Easy: Software
Topic: Incoming dimmer-values sets Switch state to 0
Replies: 3
Views: 3363

Re: Any dimmer-value sets Switch state to 0

I guess removing Plugins works only when i compile myself. Unfortunately my Arduino IDE is a bit messed up. And i don't really know how to remove plugins. Switching from Dimmer to Switch and back i tried. No changes :( I made a fresh install on a brand new device ( Sonoff S20 ) with the newest relea...
by EDsteve
23 May 2018, 21:45
Forum: ESP Easy: Software
Topic: Incoming dimmer-values sets Switch state to 0
Replies: 3
Views: 3363

Incoming dimmer-values sets Switch state to 0

Hi, my "simple" aim is to control the speed of a computer-fan with ESPeasy running on Sonoff S20. So i set up a dimmer in ESPeasy and gave a value over http but after many hours and many tutorials i always get the same result. What i have: ESPeasy (Built 20100 (core 2_3_0) ---- (ESPeasy_ev...
by EDsteve
11 May 2018, 21:25
Forum: ESP Easy: Software
Topic: Delays explanation
Replies: 8
Views: 13869

Re: Delays explanation

Hi, i have connected a BME280 on a NodeMCU using ESPeasy (from 24.03.18) which sends the data to Domoticz. I want the data to be updated every 30 seconds but if i write 30 seconds in the delay it keeps updating every 60 seconds. Is that a bug or a feature? ;) With my connected light sensor 10 second...