gpdaniels / spike-prime

Experiments with the LEGO Mindstorms (51515) and SPIKE Prime (45678)
MIT License
287 stars 39 forks source link

Create custom firmware for Robot Inventor? #49

Closed mrdc closed 1 week ago

mrdc commented 2 weeks ago

Hi,

Is it possible to make a custom firmware for Robot Inventor? I want to embed some custom sounds, so they are played via built-in speaker and not via laptop/iPad etc.

Thanks!

gpdaniels commented 1 week ago

You should be able to push files onto the filesystem of the device and play them without needing an entire custom firmware. It'll probably have to be done in python rather than with blocks.

If you really want to go the custom firmware route check out https://pybricks.com/

mrdc commented 6 days ago

If you really want to go the custom firmware route check out https://pybricks.com/

Thanks! Do you mean their pybricks-micropython implementation? It's overkill for me, because only custom sounds are needed :D