Frequently Asked Questions

Have an enquiry about the Rover, Code Editor or Simulator? Here are some of our most commonly asked questions:


Micromelon Rover:

Can it flip?

The Micromelon Rover can drive on both sides, just be careful to invert your controls! The orientation of the Rover can be checked in the code editor with the isFlipped() boolean or viewed in the sensor view. See more about the Gyroscope here.

What sensors does it have?

The Rover has 5 main sensors: Colour, Infrared, Ultrasonic, Gyroscope and Accelerometer. More details can be found at Rover Sensors.

Can I add extra sensors?

Absolutely! Sensors can be added using the UART expansion header. See the guide on How to use UART and How to use 2iC.

What are the ports at the back?

Those are for connecting servo motors! See the guide here.

Where can I find 3D printed parts?

You can buy parts directly from our Store or print your own from our Printables link.

How do I design my own parts?

See the guide on How to Design a Rover Attachment.

Code Editor:

How do I get started?

Follow our helpful Getting Started guide on writing your first line of code and connecting to the Micromelon Rover. From there, you can find many activities and challenges to try on the Activity Resources page.

Can I import other python libraries?

To use and import python libraries, please use the Micromelon Python Module. This can be used through Pycharm or Visual Studio Code. Get started here.

How do I save?

The code editor auto saves all of your work locally and to your account, so no need to worry about losing code!

Simulator:

Can I make my own worlds?

No, however you can customize some activities like the maze. You can do this by generating a new seed with custom shapes and sizes. A valid Simulator License is required for this.

How do I connect to the Code editor?

Simply type 9000 into the Rover ID box and click go! Make sure you disconnect from any rover you are connected to.


Have another question? Need more info? Check out our Resources page for a wide range of information, activities and guides. Otherwise, we’d love to hear from you!

Previous
Previous

Design Blog: Fan Gecko

Next
Next

Activity: Seed Planter