Communication between two Omega2's.
-
Is it possible to have a communication between two Omega2, without being on the same WiFi?
Example. If a button on Omega_A has been pressed a led should light up on the Omega_B.
How can I do this.
-
@Morten-Gustafsson presumably you want to do it wirelessly?
Maybe take a look at the Blynk bridge.
-
@Morten-Gustafsson Not particular sure if this will helped but there are few alternatives
- You can use bluetooth to communicate between the 2 Omega2 (depending on how far they are)
- You can use cloud messaging service like pubnub
-
If you're talking about wireless communication over the net, you can use a cloud service such as our Onion Cloud at cloud.onion.io. See the Cloud reference for full details on how to get started.
You can also have them physically connected via their UARTs. See the UART guide for more details.
Gabe
-
@Gabriel-Ongpauco Thanks.
It is wireless, and cloud.onion.io is properly what I'm looking for.
Just one last question is it possible via the api ".../file/exec" to run a python script on the omega?