Brain Inside (Intel IoT)

by shubhan3009 in Circuits > Wearables

4455 Views, 29 Favorites, 0 Comments

Brain Inside (Intel IoT)

IMG_2319.JPG
11376182_741651219295638_400640061_n.jpg
IMG_2325.JPG

Brain Inside is a smart helmet built within 24 hours using Intel Edison at Intel IOT Roadshow. It’s designed for Motorcyclist’s safety.

It has features like

• Auto Turn Indicator
• Alert on Accident
• Light sensing lamps
• Auto Brake Indicator
• Auto Navigation

What You Need

To create the smart helmet you need:

  1. Intel Edison
  2. Breakout Board
  3. Accelerometer,
  4. LED strips or LED Bar
  5. Single LED
  6. Buzzer
  7. Light sensor,
  8. Proximity sensor

Connect these to the Edison and enable Wi-Fi on the Edison.

Next is the code...

Running the Solution

Take the code in Step 3 and copy it to the Edison using vi or any other editor of your choice.

To run the code use NodeJS to execute the JavaScript file.

like

node SmartHelmet.js

Code dependencies:

  • MRAA (included in Edison image)
  • http
  • fs

Adding Email alerts:

In the place where we detect accident, you can insert the Email sending code from SendGrid.

Code (SmartHelmet.js)

Attached is the code for running the helmet solution.

Downloads

Demo Videos

Brain Inside #IntelMaker #IOT
Brain Inside - A quick look