Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpatacchiola/roboroom
Memories from another life (when I was a robot-maker)
https://github.com/mpatacchiola/roboroom
arduino raspberry-pi robot robotics
Last synced: 16 days ago
JSON representation
Memories from another life (when I was a robot-maker)
- Host: GitHub
- URL: https://github.com/mpatacchiola/roboroom
- Owner: mpatacchiola
- License: gpl-3.0
- Created: 2017-08-25T18:18:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T15:54:09.000Z (5 months ago)
- Last Synced: 2024-11-14T12:53:49.100Z (3 months ago)
- Topics: arduino, raspberry-pi, robot, robotics
- Language: Python
- Homepage:
- Size: 55.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to the roboroom
-----------------------In this repository I collected images and code of (very) old projects regarding robotics.
- **Ulisse**: was my first serious project. This robot was built using PVC and the lynxmotion tracks. The rover had a pan-camera with infrared sensors. The controller was a PIC16F Microchip which I programmed from scratch. The wireless communication was obtained through two Xbee modules. I also realised a basic control interface in Autoit in order to control the robot from a laptop.
- **Ulisse v2**: was an improved version of Ulisse. It had aluminium body which made it lighter and faster. The electronic control board and comunication interface were the same of the first version (cannibalized).
- **Tarasco**: it is (still alive) a six-wheels robot controlled through a Raspberry-pi. The robot has its own webserver which allows controlling it using a browser. The camera streem is obtained through a modified webcam which has been connected to the USB port of the Raspberry.
- **Exoskeleton**: it is a miniaturized board containing an IMU and an Arduino mini which has been used to record the movement of patients wearing an exoskeleton for leg rehabilitation.
- **Neural**: images and Python code (Tensorflow) for a simplified "neural turret" used as an example in a tutorial on Neural Networks.