For the RP2040? It’s absolutely suitable for commercial work with the caveat that it lacks any security features to hide your code from users.
I’m using it on the brushless motor controllers and CAN BUS nodes on our open source farming robot. I’m also using it on some LED controllers for fun, and really anything I want to build. I’m learning about switching power supplies so I’m designing a bidirectional buck/boost controller with discrete components and software control using the RP2040 as the switching controller.
I’m using it on the brushless motor controllers and CAN BUS nodes on our open source farming robot. I’m also using it on some LED controllers for fun, and really anything I want to build. I’m learning about switching power supplies so I’m designing a bidirectional buck/boost controller with discrete components and software control using the RP2040 as the switching controller.
Here’s my motor controller: https://github.com/Twisted-Fields/rp2040-motor-controller