Latest news about Bitcoin and all cryptocurrencies. Your daily crypto news habit.
Trashware — IOT Redefined
Trashware is a project which aims at environment cleanliness through smart devices.
Things used in this project
Hardware components -
Ultrasonic Sensor — HC-SR04 (Generic)×1
HC-05 Bluetooth Module×1
SG90 Micro-servo motor×1
Software apps and online services
Story
The device hacked in this project uses image recognition to identify recyclable and non-recyclable waste and seperate them in 2 different bins.
Hardware
The following parts were used to build this project -
- Arduino UNO
- Ultrasonic Sensor — HCSR04 (Generic)
- HC-05 Bluetooth Module
- SG90 Micro-servo Motor
Software
The following software packages were used to power this project -
- Arduino IDE
- OpenCV
- Python
- Clarifai REST API
How To Build
- Connect the ultrasonic sensor and the bluetooth module according to the configurations in the ultrasonic_with_bluetooth/ultrasonic_with_bluetooth.ino file.
- Upload the .ino file to the Arduino and connect it to your computer.
- Now configure the software part. Inside the project directory, run the following commands -
- virtualenv Trashware
- For Windows — cd Trashware/Scripts && activate
- For Linux and Mac — source Trashware/bin/activate
- Now run the Main_Program.py in terminal
- If everything went well, then the program will display the ultrasonic sensor readings on the screen. You can also view the sensor readings on your Android or IOS device by downloading an arduino emulator.
- If an object is kept in the range of 30 cm in front of the ultrasonic sensor, then the Webcam_Capture.py captures the image through a webcam connected to computer, and the Image_Prediction.py predicts the captured image and classifies it as recyclable or non-recyclable.
- If the object is recyclable, then the servo motor turns 45 degree right, dumping it in the recyclable bin. And if the object is non-recyclable, then the servo motor turns 45 degree left dumping it in the non-recyclable bin.
Note — The code for the servo motor will be added in the future commits. Watch the repository for changes.
Share and fork the project if you would like to.Feel free to pull requests and open issues.
Source Code
prakhargurunani / trashware
Latest commit to the master branch on 4–11–2019
Trashware — IOT Redefined was originally published in Hacker Noon on Medium, where people are continuing the conversation by highlighting and responding to this story.
Disclaimer
The views and opinions expressed in this article are solely those of the authors and do not reflect the views of Bitcoin Insider. Every investment and trading move involves risk - this is especially true for cryptocurrencies given their volatility. We strongly advise our readers to conduct their own research when making a decision.