Hello, I would like my arduino 101 to switch on or off leds depending on the network state wifi,bluetooth and ethernet. However I don't know how I can get status of these networks. I would like to make blink a led when the wifi is connected to a device, same for bluetooth and ethernet. And when the wifi is just active but not connected to a device, just let the led turned on. I suppose I have to send the status of these networks through the serial port between the udoo x86 and arduino 101. But I don't know how to get access to these states. Thanks
As a reference you can check the Udoo web conf tool that is made for the Neo and Dual/Quad: https://github.com/UDOOboard/udoo-web-conf In the following source the network connections are checked: https://github.com/UDOOboard/udoo-web-conf/blob/2.0/app/Services/Connections.php To get the data to arduino 101 you can use one of the following examples of the Udoo Serial Library: https://www.udoo.org/docs-x86/Serial_Libraries/index.html