refibot
A small educational robot made from recycled plastic from fishnets. We provide all the data you need to build and play with the RefiBot. Play and learn building and programming this little robot on Arduino
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: sciencedirect.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.5%) to scientific vocabulary
Keywords
Repository
A small educational robot made from recycled plastic from fishnets. We provide all the data you need to build and play with the RefiBot. Play and learn building and programming this little robot on Arduino
Basic Info
Statistics
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
RefiBot
RefiBot
A small educational robot made from recycled plastic from fishnets
RefiBot is an open-source educational robot designed to be built at home using recycled plastics from fishnets, promoting sustainability and encouraging learning. The project includes hardware designs, software libraries, and documentation to help you build and program your RefiBot.

Citing
Please cite the following paper (https://www.sciencedirect.com/science/article/pii/S2468067223000913) when using ReFiBot for your research:
bibtex
@article{PANTOS2023Refibot,
title = {The ReFiBot makers guide: Fostering academic open science and circularity with a robotic educational kit},
journal = {HardwareX},
volume = {16},
pages = {e00484},
year = {2023},
issn = {2468-0672},
doi = {https://doi.org/10.1016/j.ohx.2023.e00484},
url = {https://www.sciencedirect.com/science/article/pii/S2468067223000913},
author = {Christos Pantos and Jurrian Doornbos and Gonzalo Mier and Joo Valente},
keywords = {Robotics, Education, Circularity, Open-science, Recycling, Low-cost}
}
Table of Contents
Features
Key Features
- Modular and customizable structure: RefiBot's laser-cut components are designed to fit together easily, making assembly and customization a breeze.
- Support for various sensors and actuators: RefiBot can be equipped with a wide range of sensors and actuators, such as distance sensors, light sensors, and servo motors, to adapt to different tasks.
- Pre-programmed example code: The provided
example.inoArduino sketch is the perfect start point to explore the functions of RefiBot. We also recommend you to take a look at the Tutorial - Open-source software and hardware: RefiBot's design files, software libraries, and example code are all open-source, encouraging collaboration and modification to suit your needs.
Possible Applications
RefiBot's flexibility makes it an ideal platform for a variety of applications, including:
- Robotics education: Teach programming and robotics concepts using RefiBot as a hands-on learning tool.
- Research and development: Use RefiBot as a test platform for new algorithms, sensors, or actuators.
- Artistic installations: RefiBot's unique appearance and movement capabilities can be used in interactive installations or performances.
The possibilities for RefiBot are only limited by your imagination and creativity. We encourage you to explore its potential and share your own customizations and applications with the community.
Hardware
The RefiBot is a robotic platform built using various hardware components, including motors, sensors, and controllers.
Main Components
- Arduino Uno
- Servo motors
- TCS34725 color sensor
- PCA9685 PWM servo driver
- QTR reflectance sensor array for line following
- HC-SR04 ultrasonic sensor
- Buzzer for audio feedback
- Power supply (LiPo battery, or USB)
- Several laser-cut parts
Laser-cut parts
The robot consists of the following parts, whose design files are available in the hardware folder:
- Ball Holder (
Ball_Holder.png) - Bottom Plate (
Bottom_Plate.png) - Front Plate (
Front_Plate.png) - IR Focus - Dark (
IR_Focus_Dark.png) - IR Focus - Light (
IR_Focus_Light.png) - Left Wheel Disk (
Left_Wheel_Disk.png) - M3 Spacer (
M3_Spacer.png) - Protective Plate (
Protective_Plate.png) - Right Wheel Disk (
Right_Wheel_Disk.png) - Robot Stand (
Robot_Stand.png) - Side Plate (
Side_Plate.png) - Top Plate (
Top_Plate.png)
Software
The library software/awesome_lib.h provides a set of functions and definitions for controlling the sensors of the RefiBot.
What's supported
- TCS34725 color sensor support
- PCA9685 PWM servo driver support
- QTR reflectance sensor array support for line following
- HC-SR04 ultrasonic sensor support
- Buzzer support for audio feedback
- Wheel odometry with proximity sensors
- Motor control functions for movement (forward, backward, left, right)
- Sonar distance measurement
- Color reading with RGB values
Dependencies
- Arduino.h
- Wire.h
- Adafruit_TCS34725.h
- Adafruit_PWMServoDriver.h
- QTRSensors.h
- Adafruit_NeoPixel.h
Example
Please refer to the example.ino file in the software folder for a sample usage of the library in an Arduino sketch.
The example provided initializes the sensors using the default_config_setup() function and prints "Hello World" on the serial monitor:
```cpp
include "awesome_lib.h" //Include the awesome library
void setup(){ defaultconfigsetup(); // Initialize all the sensors }
void loop(){ Serial.println("Hello World"); // Print "Hello World" on the serial monitor } ```
To learn more about how to use this robot, please, check the Tutorial
Demo Video

Contributing
Any contribution is welcome! Apart from pull requests you can open an issue to report bugs. For feature requests, general ideas, or any broader topic, please use the Discussions section.
License
This project (hardware and software) is licensed under the GPL3 license - see the LICENSE file for details.
Owner
- Name: saidlab-team
- Login: saidlab-team
- Kind: organization
- Repositories: 1
- Profile: https://github.com/saidlab-team
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1