i have a graduation project. I bought a robot dog bittle x and I have to develop it using things I bought: petoi Voice Recognition, AI Vision, intelligent Camera, Nyboard, Petoi Sensor Pack and finally a raspberry pi3 model A. But I am a beginner. Can anyone help me with the stepsđ?
top of page

bottom of page
That is a lot of kit, which is good, but that also makes the number of things you can do very large. Â I hope you don't have to use every single purchased item in your project!
If you're a beginner, I recommend starting with Bittle X and the Sensor Pack to have the robot respond in various ways to the different sensor inputs. However, a key question is âwhat education level are you graduating from?â The answer will help you decide how you will control the robot.
Since I don't know, I'll make three education-level dependent suggestions:
At the lower levels, I advise controlling the robot with âBlock Codingâ. For example see https://docs.petoi.com/block-based-programming/petoi-coding-blocks and https://www.petoi.com/pages/free-quadruped-robotics-curriculum-scratch-coding.
At the middle levels, robot control with Python is better. For example, see https://segunakinyemi.com/blog/stem-workshop-three-levels-of-programming-petoi-bittle/
At the upper levels, I recommend using C++. For example, see https://www.petoi.com/pages/free-cplusplus-quadruped-robotics-curriculum
Exactly what you do with the robot is up to you because it is your project. Hopefully looking at those resources will give you some idea of the possibilities and you can select the approach that is best for your robotics journey.
Please keep us updated on your progress by posting in the Petoi Camp forum!
There are a lot of technical documents in the Petoi Doc Center (https://docs.petoi.com/) for you reference.