-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UDP communication with ESP devices #7
Comments
yeah that would be nice, have a look at (http://sonoff.itead.cc/en/) You can buy that stuff very cheap and it is running on ESP8266. I guess most people connect those divces over a raspberry pi running node red (https://nodered.org/) How about a function were the controller can sent informations to "Siri" or another speaking device? |
The sonoff devices runs on MQTT protocol. It would talk a long while to figure out how everything would work. Node Red is awesome. What function would sending to 'siri' do? |
The "Alexa or Siri" function would connect the ESP to Alexa or Siri. So you could ask your Alexa: "Alexa how are my fish doing?" She would get the variables for ph and temp and answer: "You Fish doing good, the water is warm and the water is good" something like that. There are a couple totorials to connect the Esp to Alexa and turn on/off lights an stuff. So the aquarium controller comminicating with Alexa would be possible I guess. |
Ah, I see. It is possible an example here You'd have to set up a few online API and maybe a local server on a cheap computer or a raspberry Pi. |
I was thinking the ESP web server could tell another ESP to turn on and off or fade PWM.
I think UDP is best for local wifi communication.
The text was updated successfully, but these errors were encountered: