Hi,
I am working on a project where I need to send the data from several sensors to a website using Arduino YUN. The YUN works for scenarios where we select a network and enter a password to access a Wifi network or attach a ethernet cable and directly access the internet. What if I need to connect the YUN to a mobile hotspot? I am currently using the following device as a mobile hotspot.
https://yourkarma.com/how-it-works
So Each time a new device wants to join the Karma's network, it has to follow these steps.
- Select the network.
- select connect
- A login screen opens in your browser
- enter the member ID and password in the screen -> Authentication happens and it connects.
If I plan to connect my YUN to Karma's wifi network, I can just select the Karma's wifi network in the YUN's configuration page and select configure. So the steps 3 an 4 dont happen and so Im not able to actually connect My YUN to the mobile hotspot's network.
Can anyone help me fix this issue?