Objective
---------------
To enable 'emergency' access to a Raspberry Pico from an Android device. This is not for main development but just for small fixes on-site.
So Far
-----------
I have accessed Pico REPL using Serial USB Terminal app. This enables diagnostic messages to be received by the Android device and the running of programs via 'exec'
rshell would be fine but it is not available on Android.
The next step is easy uploading/downloading of files so editing could be done via an Android app. Ideally I was thinking of running a small program on the Pico to do FTP so I could use a GUI FTP app on Android (i.e. similar to FileZilla). Surprisingly I have not been able to source such a program.
Any suggestions?
---------------
To enable 'emergency' access to a Raspberry Pico from an Android device. This is not for main development but just for small fixes on-site.
So Far
-----------
I have accessed Pico REPL using Serial USB Terminal app. This enables diagnostic messages to be received by the Android device and the running of programs via 'exec'
rshell would be fine but it is not available on Android.
The next step is easy uploading/downloading of files so editing could be done via an Android app. Ideally I was thinking of running a small program on the Pico to do FTP so I could use a GUI FTP app on Android (i.e. similar to FileZilla). Surprisingly I have not been able to source such a program.
Any suggestions?
Statistics: Posted by rallan — Tue Apr 30, 2024 10:36 am — Replies 0 — Views 18