Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altanai/ramudroid

Ramudroid, autonomous solar-powered robot to clean roads, realtime object detection and webrtc based streaming
https://github.com/altanai/ramudroid

arduino computer-vision deep-learning deep-neural-networks deep-reinforcement-learning garbage-classification garbage-collection machinelearning motors opencv raspberry-pi robot streaming

Last synced: 4 days ago
JSON representation

Ramudroid, autonomous solar-powered robot to clean roads, realtime object detection and webrtc based streaming

Awesome Lists containing this project

README

        

![alt Ramudroid ](https://altanaitelecom.files.wordpress.com/2016/03/ramudroid-image.png?w=500)

![Project Ramudroid](http://altanai.github.io/Ramudroid/)

Project “Ramudroid” is designed to use computer vision and autonomous robots to target litter and clean roadsides for keeping the locality clean.
The hardware assembly is designed to drive through roads / lanes / alleys / narrows pathways and lift up small litter objects like plastic cups, wrappers, leaves etc.

It's got wireless connectivity.

There's a camera for real-time image sensing of the environment

[![Join the chat at https://gitter.im/altanai/m2mcommunication](https://badges.gitter.im/altanai/m2mcommunication.svg)](https://gitter.im/altanai/m2mcommunication?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Ramudroid's Hardware

![alt Ramudroid v7.5](robot_controller_rpi_setup/imgs/Ramudroid_circuit_diagram.jpg)

List of components

### Processing and MicroController

**Raspberry Pi 3B+/4 as Central Processing Unit**
- runs webservices to receive remote navigation command
- runs uv4l streaming server for webrtc
- opencv remote object identification

**Arduino Uno as Microcontroller**
- receives commands from Rpi on serial interface
- control motors for movement and cleaning

### Driving Unit

**Pi NoIR Camera V2**
Object and obstacle detection , uses Sony IMX219 8-megapixel sensor
accessed through the MMAL and V4L APIs,

**motor driver**
L298 Motor Driver

**power**
Lipo batteru 11.1 V or Solar Panel connection 12 V

### Cleaning Unit

**brushes motor**
3 x 5V DC gear motor

**relay**
5V single channel relay

**power**
Lipo battery 11.1 V or Solar Panel connection 12 V

#### IR sensor to detect if garbage collection bin/tray is full
infrared radiation can be found between the visible and microwave regions, wavelengths between 0.75 and 1000µm.

## Software

Following are the modular components of the project :

### 1. m2m-communication communication

Communication between the web client , mobile client , cloud server and robot's core unit is primarily on REST API's.
Communication techniques used in the project are as follows

For external world
- Wifi
- BLE

For inter-components
- GPIO
- UART
- I2C

![comminterface](webservices_rpi_arduino_comm/imgs/Screenshot%202019-10-12%20at%201.08.54%20PM.png)

### 2. Computer Vision, object tracking, realtime video analysis

To effectively limit the usage of power on frontal clenaing brushes, it is crucial to target garbage/litter and active the motors only when suited target is found.
Implementing edge image analysis based on opencv filters and classifiers to detect garbage

Ref : https://github.com/altanai/computervision
https://github.com/altanai/opencv_extra

### 3. Live streaming and augmented reality

https://youtu.be/O7b6NlOpLso

### 4. Robot's core control unit

![alt Ramudroid v6.5](http://s32.postimg.org/tkx97ih9x/Ramudroid_blacknwhite.jpg)

Connecting Motors, drivers , sensors , batteries etc and controlling operation

GPIO access library written in C for the BCM2835 used in the Raspberry Pi
```
git clone git://git.drogon.net/wiringPi
cd wiringPi
git pull origin
cd wiringPi
./build
gpio -v
gpio readall
```

### 5. Web Console for Ramudroid

![alt Ramudroid webconsole ](webrobocontrol/screenshots/webconsole1.png)

**Contributing guidelines**

https://github.com/altanai/Ramudroid/wiki/Contributing-Guidelines

**External References and Resources**

Hackaday : https://hackaday.io/project/11201-ramudroid

JigsawAcdemy : https://youtu.be/49dtFYhxmjc

## Version

- Ramudroid v5
- Autonomous navigation with GPS
https://altanaitelecom.wordpress.com/?s=Bot+to+clean+roads+and+outdoors

- Ramudorid v6
- Enhancement to autonomous navigation
- Sensors addons - rain , ultrasonic
- Web console enhanced.

- Ramudroid v6.5
- Minimize usage of heavy libraries such as three.js for Augmented reality, google maps for GPS coordinates plotting
- Autonomous control to the robot to self drive through obstacles.
- Edge analytics on Obstruction and recalculate the route.

- Ramudorid v7 Surajdroid ( Ramudroid v7 Solar Powered)

https://telecom.altanai.com/2018/12/09/surajdroid-ramudroid-v7-solar-powered/

- Ramudorid v7.5 Surajdroid

https://telecom.altanai.com/2018/12/09/surajdroid-ramudroid-v7-solar-powered/

## Author
![@altanai](https://www.linkedin.com/in/altanai)

**License**
MIT