Skip to content

Build your own robot like a Ninja πŸ±β€πŸ‘€ This is the first emotional modular EdTech robot that can walk and roll!

License

Notifications You must be signed in to change notification settings

OttoDIY/OttoNinja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Otto Ninja Robot Arduino Libraries

License: GPL v3 version

This repository has the main Otto Ninja robot libraries for ESP compatible boards.

Compatible Hardware

  • Designed to work with ESP8266 boards, but most of the code could be adapted to other microcontrollers.

You will need to add the ESP8266 to your Arduino IDE

⭐ Star us on GitHub; it helps!

Installation:

You will need the Arduino IDE on your computer

  1. Download Otto Ninja libraries here
  2. Open the Arduino IDE and navigate to Sketch > Include Library > Add .ZIP Library...
  3. Navigate to .zip file location that you just downloaded and open it.
  4. You will see in the bottom black area a message that it has been installed.Β 
  5. To verify they are properly installed, go to Sketch > Include Library menu. You should now see the library at the bottom of the drop-down menu.

Example:

You can find codes in File > Examples > OttoNinja.

*For more details or other ways to install libraries, visit this linkΒ 

*For the LED matrix, you will need the Adafruit LED Backpack library and all the dependencies just do the exact same installation steps.

*For the OLED display, you will need the U8g2 libraries

Uploading:

For the firmware code to remote control Ninja via the Remote XY mobile App, select NodeMCU 1.0 as the board.

  1. Connect the ESP board using the USB cable to your computer.

  2. Upload this codeΒ 

  3. Download the app to your phone

  4. Open the app and press + Add new device.

  5. Select the WiFi point.

  6. Select "OTTO NINJA" from the options.

  7. The password is 12345678.

(Make sure to have wifi disconnected from other networks) and power the robot with a battery all the time.

How to Contribute:

Contributing to this software is warmly welcomed.

  1. Test it, and if you find any problems, then post an issue.
  2. Help us solve the issues or other bugs.
  3. Improve and optimize the current libraries. You can do this basically by forking, committing modifications, and then pull a request.Β 

Thanks for your contribution, and welcome to the Otto DIY community

License: CC-BY-SA

You can use all resources of Otto for free, but Otto DIY website must be included in any redistribution, and remixes must keep the CC-BY-SA license. In open source, the idea is that more people can have access; therefore, if you copy or remix Otto, you must also release it under the same open license, which means you must also release all files to the public.

Creative Commons License
Otto DIY by www.ottodiy.com is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Thanks to Sebastian Coddington for this project.