Notifications
Clear all

Excited to Join and Learn from This Community!

3 Posts
2 Users
1 Reactions
101 Views
Aria James
(@aria-james)
Member
Joined: 4 weeks ago
Posts: 4
Topic starter  

Hey everyone!

Glad to be here! I’ve been into electronics and robotics for a while, always tinkering with microcontrollers and different hardware. Lately, I’ve been diving deeper into embedded systems and motor control.

Looking forward to learning, sharing ideas, and chatting with like-minded folks. What projects are you all working on?


   
THRandell reacted
Quote
THRandell
(@thrandell)
Brain Donor
Joined: 4 years ago
Posts: 273
 

 

Posted by: @aria-james

What projects are you all working on?

Hi Aria,

I’m glad you decided to join us here at the Droning Lot Forums.  I look forward to hearing about some of your experiences with robots.

My workshop is in a bit of a mess these days, so I’ve been working on software.  I made the switch from Arduino based robots to using the Raspberry Pi Pico (W) for robot control/sensor data collection a few years ago.  Currently I’m investigating the use of MQTT to report program status and debugging information.  Apparently their 3rd party TCP/IP library is not reentrant so there are a lot of things in play to help ensure that the work is performed asynchronously.  More stuff to learn, but it should make debugging code easier.

Have you ever looked into using FreeRTOS on your projects?

 

Tom

To err is human.
To really foul up, use a computer.


   
ReplyQuote
Aria James
(@aria-james)
Member
Joined: 4 weeks ago
Posts: 4
Topic starter  

Hey, thanks for the warm welcome! Sounds like you’re doing some really cool work 

I haven’t used FreeRTOS yet, but it’s been on my radar for a while, especially as projects get more complex and real-time performance starts to matter more. I’ve mostly stuck with bare-metal or simple loop-based logic so far, but I can see how FreeRTOS would make task management a lot cleaner. I might give it a go on my next project maybe something with multi-sensor fusion or motor coordination. Appreciate the suggestion!


   
ReplyQuote