Search found 9 matches

by P406
20 Mar 2019, 07:47
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 156014

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Unfortunately, moelski is not reading private messages, so I have to post it here... :? Can anyone help me out to get a 24-LED-ring working? I'm not very experienced in coding, so I don't know what to change and how to compile an "own" ESPeasy version.... :roll: :oops: I'd read somewhere t...
by P406
17 Jan 2019, 17:28
Forum: ESP Easy: Software
Topic: Ser2Net - send data to UDP
Replies: 5
Views: 3746

Re: Ser2Net - send data to UDP

:)

The Transmit-Part is working perfectly! ;) Just missing the possibility to get the state back....

Kind regards,

P406
by P406
17 Jan 2019, 07:29
Forum: ESP Easy: Software
Topic: Ser2Net - send data to UDP
Replies: 5
Views: 3746

Re: Ser2Net - send data to UDP

Hi grovkillen,

I'm controlling my AV-Receiver that only supports RS232 commands. But he is also sending the state back on the Rx pin, when you change something (like volume f.e.) directly on the receiver. So I want to make ESPeasy a kind of "Serial Wifi Bridge" . :)

Kind regards,

P406
by P406
16 Jan 2019, 17:45
Forum: ESP Easy: Software
Topic: Ser2Net - send data to UDP
Replies: 5
Views: 3746

Re: Ser2Net - send data to UDP

Is there no way to send everything received to an UDP-port? :roll:
I had an Sketch for Arduino what did exactly this, but was only for DHCP... That's why I want to use ESPeasy.

Kind regards,

P406
by P406
16 Jan 2019, 17:43
Forum: ESP Easy: Software
Topic: Strobe light controlled by a rule possible?
Replies: 6
Views: 4063

Re: Strobe light controlled by a rule possible?

Nobody? Which outputs are recommended for PWM usage (LEDs)?

Kind regards,

P406
by P406
13 Jan 2019, 16:37
Forum: ESP Easy: Software
Topic: Ser2Net - send data to UDP
Replies: 5
Views: 3746

Ser2Net - send data to UDP

Hey guys,

how can I send the serial commands received on the Rx-Pin to a UDP-port....? The other direction (send commands to ESPeasy) works fine 8-) :P
Would like to use it as a "Serial Wifi Bridge".

Kind regards,

P406
by P406
13 Jan 2019, 16:31
Forum: ESP Easy: Software
Topic: Strobe light controlled by a rule possible?
Replies: 6
Views: 4063

Re: Strobe light controlled by a rule possible?

Okay, but why should this have an impact on the rule or timer...?

EDIT: Whats GPIO 6 and 7 in ESPeasy....?
GPIO5 is SCL in my case... Okay but I can change this.

Kind regards,

P406
by P406
12 Jan 2019, 13:16
Forum: ESP Easy: Software
Topic: Strobe light controlled by a rule possible?
Replies: 6
Views: 4063

Re: Strobe light controlled by a rule possible?

Hi iron, I tried the example from "best practice", but the led is just flashing 1 time and is not repeated in a loop (like I understood the example?) : //start the warning signal when we receive a start_warning event: On start_warning do timerSet,1,2 endon //stop the warning signal when we...
by P406
11 Jan 2019, 19:49
Forum: ESP Easy: Software
Topic: Strobe light controlled by a rule possible?
Replies: 6
Views: 4063

Strobe light controlled by a rule possible?

Hello folks, first of all, let me thank you for this awesome work!! :) ESPeasy is one of the best things for my smarthome ! I need a little help regarding the following: I would like to create a strobe light (something like 500ms GPIO HIGH, 500ms GPIO LOW) and use the timer inside ESPeasy... All I w...