- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 2 months ago
- Understanding the Mechanics of 3D PrintingPosted 4 months ago
- SDS011 the Air Quality SensorPosted 5 months ago
- NIXIE STYLE LED DISPLAYPosted 8 months ago
- TOTEM: learning by experimentingPosted 8 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 9 months ago
- Water Softener Salt Level MonitorPosted 9 months ago
- Sparkly Air SensorPosted 9 months ago
- Ultra sonic distance finder with live statusPosted 9 months ago
- Windows interface to have total control over lampsPosted 9 months ago
Getting started with open source robotics: 9 amazing projects
Open source isn’t just changing the way we interact with the world, it’s changing the way the world interacts back with us. Case in point: open source robotics.
Hardware projects:
A robot is a physical thing, and therefore, both its code and its hardware are subject to licensing. Fortunately, there are a number of open hardware platforms for getting started with robotics. Here are a few you might want to check out.
- Sparki is a complete open source robotics platform in every sense of the word. The schematics, 3D model files, and source code underneath are all open source. Designed to be an affordable introductory robot for students from elementary-age to adult, Sparki comes with a distance sensor, accelerometer, infrared communications, compass, light sensor, line-follower, and more. While Sparki comes on wheels, he has a walking cousin named Hexy the hexapod, a similarly open sourced platform.
- Robots don’t just walk; sometimes, they fly. A number of open source drones exist which take advantage of project like OpenPilot or Ardupilot systems. The ArduPilot Copter, for example, can be assembled as a helicopter, quadcopter, or a variety of other configurations, both in a DIY-approach, as well as kits and parts from a number of manufacturers.
Software Projects
- LeJOS might be a good robotics software project for beginners to become acquainted with; it’s essentially a drop-in replacement for the firmware which comes with Lego Mindstorms robotics, allowing the used to program their Mindstorms robots easily using the Java programming language.
- Rock, the Robot Construction Kit, is a software framework for robotics, based on the Orocos RTT (Real Time Toolkit). Rock is designed to be extensible and includes a number of drivers for existing applications.
more info here: Getting started with open source robotics