Inspiration

People tend to lean towards the fancy Electric 2 wheelers with all the latest Gizmo but miss out on the chance of buying one because of the price tag. New startups releasing electric 2 wheelers often fall prey to the fancy of big companies, well not anymore.

What it does

  1. Replacing the conventional display present on 2 wheelers, our system relies on probably the most powerful processing device we carry around all day, i.e. our phone. Our dedicated app plays the role of the display thus reducing the cost of the vehicle and at the same time giving the user benefits of his/her phone's features.
  2. Limitless possibilities in IoT due to our device's SIM and Bluetooth connectivity.
  3. Proximity sensors placed around a 2 wheeler are connected to our main CPU, ESP32 Node MCU using which we provide Collision Alert feature for the user to tackle busy Indian traffic.
  4. Accident Alert feature supported by our device's Accelerometer and SIM Module inform the authorities of a possible accident.
  5. Safety Alert feature supported by our device's GPS and SIM module specializes for Women's safety wherein the authorities are informed of possible Safety threat along with GPS coordinates.
  6. Smart Servicing feature supported by our SIM Module allows the Vehicle Health data to be transferred to company servers via the internet. The functionality of these features relies on our dedicated app as well as our SMART hardware system. Implementation of such a system on 2 wheelers will not only help the newcomers in the startup field gain stronghold but also provide a seamless experience for the users.

How we built it

  1. Our main device consists of ESP32 NodeMCU which is the brains of the system.
  2. Collision Alert Feature using VL53L0X LIDAR Sensors
  3. Accident Alert using MPU6050 Accelerometer
  4. SIM Connectivity using SIM900L
  5. Bluetooth Connectivity via Integrated Bluetooth inside ESP32
  6. Whole device powered by 2 Li-ion 18650 cells with a 5V voltage regulator for the SIM900L which requires 5V Voltage
  7. Currently the circuit has been implemented on a breadboard with future scope for a PCB
  8. App was built in MIT App Inventor where the functionality of the app was brought in by block coding
  9. Data transfer between the SMART system and our SMART App is done by Classic Bluetooth serial
  10. The hardware is written completely in C++ using Arduino IDE

Challenges we ran into

  1. Implementation on a 2 Wheeler without tearing it down completely
  2. Data sampling of all the sensors while at the same time maintaining a good processing speed
  3. Development of App in MIT App Inventor paved way for limited UI looks
  4. Identification of user's Bluetooth ID for 2-factor authentication
  5. Usage of HTTP Requests

Accomplishments that we're proud of

  1. Proper app functionality
  2. IoT implementation using simple GPRS connectivity
  3. Featuring a phone as the main display of a vehicle, risky step yet a futuristic one from our PoV

What we learned

  1. Using Thingspeak
  2. In-depth knowledge of Serial Bluetooth capabilities ## What's next for SMART EV System
  3. Implementing the system on a 2-Wheeler
  4. PCB instead of conventional wiring
  5. Better UI for the App
Share this project:

Updates