Search found 3 matches

by zacsek
Thu Apr 05, 2018 6:00 am
Forum: ESP8266 boards
Topic: Two ESP8266 talking to each other
Replies: 6
Views: 9323

Re: Two ESP8266 talking to each other

Okay I think it is enough information to start with.

Thank you very much.
by zacsek
Tue Apr 03, 2018 6:57 pm
Forum: ESP8266 boards
Topic: Two ESP8266 talking to each other
Replies: 6
Views: 9323

Re: Two ESP8266 talking to each other

Thank you both. I checked all options and the link and I think I would like to use TCP/IP(socket) with the link. So one has to be configued as a server and the other one as a client. Then the server has to listen if the client asks for data. The first thing I don't really understand is the address. ...
by zacsek
Mon Apr 02, 2018 11:05 pm
Forum: ESP8266 boards
Topic: Two ESP8266 talking to each other
Replies: 6
Views: 9323

Two ESP8266 talking to each other

Dear Everyone, I have a project, where I am using two NodeMCU_v3. I'm a student and this is my first micropython project so my question may will be obvious. In the project one ESP8266 is used to collect two light sensors data through I2C and the other ESP8266 is calculating, then set an RGB LED's br...