Port IP Arduino for LG01

Hi
I just bought a Lora gateway LG01P wich is on the same network as my computer. In arduino IDE I have installed the right board Dragino yun LG01 and selected the board.
I want to upload sketch to the gateway through IP netword but the arduino IDE does not display the port.
can some on help
JP

Hi @ritzjp and welcome to our forum!

Could you send some screenshots of the problem so we can better understand it?

Thank you.

Hi finally I got the port working however I still not be able to upload the sketch file.
The following message appear after compilation :

processing.app.debug.RunnerException: Impossible de se connecter à 192.168.0.16
at cc.arduino.packages.uploaders.SSHUploader.uploadUsingPreferences(SSHUploader.java:148)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:77)
at processing.app.SketchController.upload(SketchController.java:732)
at processing.app.SketchController.exportApplet(SketchController.java:703)
at processing.app.Editor$UploadHandler.run(Editor.java:2055)
at java.lang.Thread.run(Thread.java:748)
Impossible de se connecter à 192.168.0.16
In fact it ask for a password and I enter the password I use to login on web interface but i refuse it.
Any idea
Jean-Paul

Hello @ritzjp
Usually a ssh-connection requires a separate password or a ‘key’ for automated login.
I’m not familiar with the LG01 controller, but if it runs Linux (on SD-card), you can search for ‘linux ssh password’ to find a general answer how to setup an ssh connection.

//edit
It took me 3 minutes to figure out the default ssh password: dragino
https://wiki.dragino.com/index.php?title=Getting_Start_with_Arduino_Yun

Hi Thank you for your answer bit it does not help me
I’ve read this document and the default password is dragino when first login on the web interface I know that but after I have change de default password for security reason. So I can login ssh via the password i have changed. The probleme is that the ssh connexion is refused from the arduino ide

I never tried to use the IDE for a ssh connection.
You can try ‘puTTy’ instead.

1 Like