Unit Testing Python Ev3dev
Python Ev3dev
I’m learning about robotics with my hard-working son (his blog), and we’re starting the journey learning Ev3dev. Ev3dev is “a Debian Linux-based operating system that runs on several LEGO® MINDSTORMS compatible platforms including the LEGO® MINDSTORMS EV3 and Raspberry Pi-powered BrickPi.” Basically, you flash the OS on a microSD card, stick it in the Mindstorms EV3 brick, and it becomes the OS on the brick. With that, you can do all sorts of linux things - for now, we are using it so we can utilize Python to control the robots (via Python ev3dev)