Skip to content

tfrbf/e-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is an arduino based robot that can detect Fire, CO gas and send defined alarms to controller.

Hardware

1. We used Arduino UNO as a microcontroller (Arduino CH can be used instead)

  • 📌 check Datasheet here

arduino-uno-r3

2. L298N The L298N is a dual H-Bridge motor driver which allows speed and direction control of two DC motors at the same time. The module can drive DC motors that have voltages between 5 and 35V, with a peak current up to 2A. If you want to upgrade it to use 4 gearboxes notice that each pair of gearboxes in one axis should act same. This driver needs 9v voltage to work so choose your battery carefully.Remove speed pins cover to control the speed otherwise it runs in highest speed as default.

  • 📌 Check Datasheet here

L298N-Module-Pinout

3. HY SRF05 The HY-SRF05 is an ultrasonic emitter/receiver used to measure distance with a precision of ~0.3cm. It sends out a 40 KHz square wave signal that reflects on objects in front of the sensor. This signal is then read back by the sensor and the duration of the received signal is reflected on the ECHO pin.

  • 📌 check Datasheet here

71IfHMKGsHL AC_SY450

4. HC05 Bluetooth module Designed to replace cable connections HC-05 uses serial communication to communicate with the electronics. Usually, it is used to connect small devices like mobile phones using a short-range wireless connection to exchange files. It uses the 2.45GHz frequency band.

  • 📌 check Datasheet here

61uiAKEPWPL SL1000

⁉️ Any idea to make this project better?

📩 please contact us