Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cparrapa committed Feb 5, 2018
1 parent 801a4bf commit 96e7c65
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

This Repository have all open source files for Otto DIY an interactive robot that anyone can make!
Otto walks, dances, makes sounds and avoids obstacles.
Is completely and truly open source, Arduino compatible, progeamable, 3D printable, once you have all components and tools you will be able to build your own Otto in only 1 hour! NO soldering required
Is completely and truly open source, Arduino compatible, programmable, 3D printable, once you have all components and tools you will be able to build your own Otto in only 1 hour!
NO SOLDERING REQUIRED!
you can just buy all components in our website http://www.ottodiy.com/
This is the entry version of otto DIY if you want to try Bluetooth connection, APP control, more sensors please go to [Otto DIY + (PLUS) repository](https://github.com/OttoDIY/PLUS)
This is the entry version of Otto DIY if you want to try Bluetooth connection, APP control, more sensors please go to [Otto DIY + (PLUS) repository](https://github.com/OttoDIY/PLUS)

## For the hardware
If you want to make by your own gather all electronic parts that you'll need for this assembly, then 3d print the latest .stl files and then follow the instruction manual to build your own robot
If you want to make by your own gather all electronic parts that you'll need for this assembly, then 3d print the latest .stl files and then follow the instruction manual PDF to build your own robot
<img src="https://github.com/OttoDIY/DIY/blob/master/media/OttoDIY_buildyourownrobot.jpg" width="500" align="center">

## For the quick start programming and learners
1. download mBlock.cc V3; is an opensource software released by MakeBlock for easy programming Robot by Drop and Drag blocks. Based on Scratch 2.0 (MIT), beside sharing the great Feature of Scratch, mBlock also intergrate an Arduino Code generator for upload program into Arduino based Hardware.
1. download mBlock.cc V3; is an opensource software released by MakeBlock for easy programming Robot by Drop and Drag blocks. Based on Scratch 2.0 (MIT), beside sharing the great Feature of Scratch, mBlock also integrated an Arduino Code generator for upload program into Arduino based Hardware.
2. install Otto Extension in mBlock software use Arduino mode
3. drag and drop functions, dance, sounds and conditionals from robot Otto blocks
4. connect and check COM port
Expand All @@ -22,13 +23,13 @@ If you want to make by your own gather all electronic parts that you'll need for
2. Copy all libraries to C:\Users\user\Documents\Arduino\libraries (or wherever your library folder is installed):
3. Open for example OTTO_smooth_criminal.ino, make sure in tools you have "Board: Arduino Nano" "Processor ATmega328" and your Otto is connected to the corresponding port
4. Upload code to your Otto and will dance!
5. Make your own dance just modify the arduino code using same functions
5. Make your own dance just modify the Arduino .ino sketch code using same functions

### Otto was design using Autodesk 123D Design software now in Thinkercad!
[You can modify it for customization](https://www.tinkercad.com/things/1kI624iowUR-ottodiy/) or further improvements!

Otto was inspired by another robot BoB the BiPed and programmed using code from [biped robot Zowi](https://github.com/bqlabs/zowi)
Otto's differences are in the assembled size (11cm x 7cm x12cm), cleaner integration of components and expressions.
Otto's differences are in the assembled size (11cm x 7cm x12cm), accessibility, cleaner integration of component and gestures.

## License CC-BY-SA
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Otto DIY</span> by <a xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName"> [www.ottodiy.com](http://www.ottodiy.com) </a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

0 comments on commit 96e7c65

Please sign in to comment.