Notifications
Clear all

Controlling Pi Pico from Android (like Scoppy)

2 Posts
2 Users
0 Likes
728 Views
(@leonardo1123)
Trusted Member
Joined: 2 years ago
Posts: 56
Topic starter  

Hey all!

I just got Scoppy to work on my pico / tablet, and it has me excited about possibly making something similar. 

I couldn't make heads or tails of the Scoppy source code, but I figure it has to be two basic things with a lot of polish on top:

1. Set the Pico up to talk to an android tablet 

2. Make an android app thay listens to the Pico over the OTG cable. 

Anyone have any experience or advice on how to get the bare-bones template working so I can make my own project?

Thanks for any and all help!

Fortune Favors the Bold


   
Quote
Ron
 Ron
(@zander)
Illustrious Member
Joined: 2 years ago
Posts: 4499
 
Posted by: @leonardo1123

Hey all!

I just got Scoppy to work on my pico / tablet, and it has me excited about possibly making something similar. 

I couldn't make heads or tails of the Scoppy source code, but I figure it has to be two basic things with a lot of polish on top:

1. Set the Pico up to talk to an android tablet 

2. Make an android app thay listens to the Pico over the OTG cable. 

Anyone have any experience or advice on how to get the bare-bones template working so I can make my own project?

Thanks for any and all help!

My approach is to first make a backup, the run the aIDETools/Auto Format. Now identify and delete any fluff code (and most wrong, irrelevant or obvious commr=entsb like a  Maybe replace large blocks of repetitive code with a one line comment. As a second pass do a little structuring, create external black box funcions for well defined extensions

Arduino says and I agree, in general, the const keyword is preferred for defining constants and should be used instead of #define
"Never wrestle with a pig....the pig loves it and you end up covered in mud..." anon
My experience hours are >75,000 and I stopped counting in 2004.
Major Languages - 360 Macro Assembler, Intel Assembler, PLI/1, Pascal, C plus numerous job control and scripting


   
ReplyQuote