Search found 10 matches

by jupiter8
17 Aug 2020, 04:00
Forum: ESP Easy: General Discussion
Topic: Send data to uart FROM espeasy
Replies: 9
Views: 8617

Re: Send data to uart FROM espeasy

That would be great, could you give me an example of this kind of rule?
by jupiter8
16 Aug 2020, 21:31
Forum: ESP Easy: General Discussion
Topic: Send data to uart FROM espeasy
Replies: 9
Views: 8617

Send data to uart FROM espeasy

I' looking for a way to send data serialy from espeasy to other controllers without wifi, i've tried with ser2net and the p2p networking but could'nt make it work... anybody has a working solution for this? Espeasy is wonderful for easily hooking up sensors and such, but i have to deply some in the ...
by jupiter8
12 Jul 2019, 07:53
Forum: ESP Easy: Software
Topic: Serial data from arduino uno to espeasy
Replies: 7
Views: 9951

Re: Serial data from arduino uno to espeasy

Yes indeed, that's what i'm doing as explained in post #2 only dummy device.
by jupiter8
11 Jul 2019, 15:37
Forum: ESP Easy: Software
Topic: Serial data from arduino uno to espeasy
Replies: 7
Views: 9951

Re: Serial data from arduino uno to espeasy

REPORT: Tanks for pointing that. In fact i was using those cheap wemos D1 Mini knock off. They seem to be V.2.xx. The serial port doesn't work on theses, even when connected with a level shifter and powered by a power shield and the pin cut from the board. Tried with Wemos Di Mini Pro and it works. ...
by jupiter8
10 Jul 2019, 22:41
Forum: ESP Easy: Software
Topic: Serial data from arduino uno to espeasy
Replies: 7
Views: 9951

Re: Serial data from arduino uno to espeasy

All wright. for some reasons i hooked up a node mcu the same way, same config and i succeeded. Looks like my wemos have a problem with serial pins. this is the arduino code that works, simple sketch that reads anlog 0 beware that this is on a mega with serial1: void setup() { // initialize serial co...
by jupiter8
10 Jul 2019, 20:33
Forum: ESP Easy: Software
Topic: Serial data from arduino uno to espeasy
Replies: 7
Views: 9951

Serial data from arduino uno to espeasy

Hi, i've searched and tried for 2 days to make a serial connexion from an Arduino Uno to a wemos di mini with Espeasy with Ser2net and also tried the dummy device plugin with no results. does anybody have a tutorial how to do this? What i tried; arduino pin 2 (Softserial) ---> Voltage divider-----> ...
by jupiter8
06 Feb 2019, 23:50
Forum: ESP Easy: General Discussion
Topic: reading an input switch over mqtt
Replies: 6
Views: 4956

Re: reading an input switch over mqtt

Well, thanks for this.

I had this whole topic naming thing mixed up. :oops: I was subscribed on: /wemos2/gpio/12 like i did for a relay...

so i just subscribed on: /wemos2/# to see what's going on and discovered that the topic is in fact: /wemos2/sw1/Switch

now works perfectely.
by jupiter8
06 Feb 2019, 06:11
Forum: ESP Easy: General Discussion
Topic: reading an input switch over mqtt
Replies: 6
Views: 4956

Re: reading an input switch over mqtt

Thanks, but still no go, tried with a simple push button pin 12 to ground and on release still bouncing from 0 to 1 each 200 millisec.

Using mega-20190202
by jupiter8
05 Feb 2019, 22:08
Forum: ESP Easy: General Discussion
Topic: reading an input switch over mqtt
Replies: 6
Views: 4956

reading an input switch over mqtt

All wright, been reading and fiddling for 3 days on how to use a normal switch to flip an input pin high and low and read the result on Node-Red via mqtt. The goal is to monitor the state of switches in the field like i do with arduinos or pi's. Hardware: gpio 12 as input device: switch input, norma...