Notifications
Clear all

Pico question

3 Posts
2 Users
0 Likes
1,443 Views
(@davida)
Member
Joined: 5 years ago
Posts: 2
Topic starter  

I just watched the demo using a pico running Python.

Would such a system be capable of properly controlling a drone with 4 motors, accelerometer and other sensors? Does the fact that this is not a compiled language (I believe) restrict its use for such a project?

Thanks for any feedback.   Dave


   
Quote
 mday
(@mday)
Member
Joined: 5 years ago
Posts: 9
 

I doubt MicroPython (or CircuitPython) would be good for controlling a drone.  The problem is that a drone needs very accurate and consistent timing.  Even the Arduino framework can be problematic.  Here is an excellent video that describes how the friendliness of the Arduino framework leads to inaccurate timing (from someone who has published videos using microcontrollers to build quadcopter flight controllers):

To be fair, in many applications, the slight inaccuracies in timing just don't matter.  But in a quadcopter, it can be a problem with the algorithms that stabilize flight.


   
ReplyQuote
(@davida)
Member
Joined: 5 years ago
Posts: 2
Topic starter  

Thank you, mday, I had an idea that this would be the case.

 

I appreciate the assistance.

 

Dave


   
ReplyQuote