I'm connected with putty, on Windows 7 to Arduino Yun by usb cable and ethernet.
I'm able to open a putty windows and if I type ~1 the console displays "Speed set to 115200".
When I push the YUN reset button, nothing happens. (The one by the leds)
I should see the linino start in the console but nothing.
When I write on the terminal, I don't see what I write but for each character the Yun RX led blink once.
Do you have any idea what it's going on? Because I don't.
Thank you for your help.
Run cmd.exe from the search programs and files on the Start menu. Run IPCONFIG with and without the Yun plugged into the Ethernet port on the host computer. Is there any difference?
Access the configuration of the router and find the DHCP clients table (for me this is under Status->Local Network->DHCP Clients Table). Note the clients that are shown, plug the Yun into a Ethernet port on the router does a device show up that could be the Yun?
If you click the wifi icon on the toolbar is there a network shown that could be the Yun?
Run cmd.exe from the search programs and files on the Start menu. Run IPCONFIG with and without the Yun plugged into the Ethernet port on the host computer. Is there any difference?
No difference excepts I lost the internet connection because I'm not anymore plugged by ethernet on my box.
noblepepper:
Access the configuration of the router and find the DHCP clients table (for me this is under Status->Local Network->DHCP Clients Table). Note the clients that are shown, plug the Yun into a Ethernet port on the router does a device show up that could be the Yun?
I'm on a public router, access restricted. I don't have this kind of information. And I don't think I can get these information from windows if I'm not admin of the router.
noblepepper:
If you click the wifi icon on the toolbar is there a network shown that could be the Yun?
Before I could connect with the YUN and see it on the list of the hotspot, but not anymore since the accident. And no, there is not hotspot provided by the YUN.
Vadorequest:
I'm connected with putty, on Windows 7 to Arduino Yun by usb cable and ethernet.
I'm able to open a putty windows and if I type ~1 the console displays "Speed set to 115200".
Serial connection between linux and 32u4 is running at 250K. Why Have you changed it to 115200?
I think I read somewhere it was 115200 between the computer and the Arduino.
I tried with 250000 but no change.
Do you know how I could restore the state of the Arduino at the factory state? I think it's the only solution... I have RS232 wire (via usb) if needed.
Let's try this first: upload the YunSerialTerminal, open the Serial Monitor then reset the ar9331 (white button near the leds). Does it show something?
I don't think so, but I don't have the YUN here, I'll get it later.
I never saw the USB led lid since I'm trying to fix it, maybe it's really weak so I'll check again but .. i don't think so.
Vadorequest, any news about your issue? Still nothing printed on the ide console with the yunserialterminal sketch loaded, the yun connected to your pc via usb and the ar9331 reset with it's white button?
Nothing more than the last time actually...
Nothing is printed, I don't think it will print anything now if it doesn't the last time.
I don't think I'll able to fix it, I commanded another one, I can't loose too much time with this issue.
I would like to reset the Linino but not with the reset button because it don't looks working, if there is another solution, I'll try it but I don't have too much hope now.
i have the same problem. I tried the described steps. But i can not see anything on the serial monitor ( build in the IDE, Boud 115200). The white "on" led is not glowing. I can upload the YunSerialTerminal Sketch and this sketch runs, because i debuged it with the status led on pin 13. is there any further steps so i can resuscitate my arduino Yun?