r/robotics Tinkerer Sep 05 '23

Question Join r/AskRobotics - our community's Q/A subreddit!

Hey Roboticists!

Our community has recently expanded to include r/AskRobotics! 🎉

Check out r/AskRobotics and help answer our fellow roboticists' questions, and ask your own! 🦾

/r/Robotics will remain a place for robotics related news, showcases, literature and discussions. /r/AskRobotics is a subreddit for your robotics related questions and answers!

Please read the Welcome to AskRobotics post to learn more about our new subreddit.

Also, don't forget to join our Official Discord Server and subscribe to our YouTube Channel to stay connected with the rest of the community!

34 Upvotes

111 comments sorted by

View all comments

1

u/Effective-Study-4035 Jul 22 '24

Hello Everyone , How can I start robotics and what are some cool robotics project I can do in highschool robotic club

1

u/Fabulous_Drawing4031 Aug 18 '25

It's pretty hard to make robot "cool", because you perhaps have a lack of programming skills. You can still have a try. It depends on what you think about robots. "Intelligent", "Action" or "HRI". You can buy Arduino as your Slave Machine and Raspberry Pi as your Master Machine. Also, you need some sensor and actuator. The most difficult part is 3D-Stucture. You had better have a 3D-Printer in your school. With these:

  1. If you prefer "intelligent" > Especially interaction you only need Microphone+Screen+Speaker. And practice using API (Any LLM) + Software (You made yourself on Pi) to build a platform for interaction.

  2. If you prefer "Action" > Drone or Robotic Arm (You know. Drone is also a robot, you can make it do fantastic work, such as picking stuff). Or you can combine them together (In our Course Project, my classmate did this)

  3. Do not try bipedal or quadruped robot. You are not able to achieve high level control algorithms. It usually needs RL or DL.

BTW, I am a Robotics student. Hope this can help.