I followed this guide and evertything works until I'm at chapter Configuring the onboard WiFi.
I can see the arduino as an AP.
And I can connect with it. However when entering the IP adress 192.168.240.1 or arduino.local it does not give me the login page. When using the IP adress I get: the site is not accessable screen. Using arduino.local gives me a page that loads forever for a long time before giving me the exact same result.
I have looked on different forums for a solution. This one said that I should download bonjour and bonjour browser because they use the same port (port 5353). After installing the bonjour browser I should be seeing a connection called .arduino._tcp but I don't see that. In fact I often can't see any connection what so ever.
and sometimes I can see a few connections but none of those are the arduino.
I have tried to ping with the arduino on the adress 192.168.240.1 but all I got was a time out.
Pinging 192.168.240.1 with 32 bytes of data:
Request timed out.
Edit : I managed to get the bonjour browser to work all the time, by installing itunes. It also shows the arduino.
1 Answer 1
You have to find IP address of your Yùn on your local network. What I do in this case: - look on the Home router if you can see your Yùn and it's ip, or, - there is a sketch in Arduino Ide / exemple / bridge / wifi status which can help you to get ip, or - open the Arduino Ide software, upload serialTerminal sketch and open serial monitor. It allows you to access the Linux part of the Yùn and type 'ifconfig' to get the IP from the Yùn.
-
Well as you can see on the last screenshot I made the ip is 192.168.240.1RubenDefour– RubenDefour2017年12月19日 18:40:40 +00:00Commented Dec 19, 2017 at 18:40
Arduino-Yun
network and notWiFi-2.4-2348_EXT
.