Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
BinHong Lee 263bde7cc6 Set theme jekyll-theme-hacker il y a 7 ans
.gitignore Initial commit il y a 7 ans
README.md Added README.md il y a 7 ans
_config.yml Set theme jekyll-theme-hacker il y a 7 ans
compileandexecute.sh Initial commit il y a 7 ans
main.c Added some print messages il y a 7 ans
setup.sh Added another line to the created sendMail.sh by setup.sh il y a 7 ans

README.md

Bike Safety with Pi

A raspberry pi to be mounted on a bike to alert surrounding and the emergency contact of the rider if they fall.

Hardware requirements

Required What I used
Raspberry Pi Pi 3 Model B
MPU3050 gyroscope OSEPP GYROS-01
Button interrupt OSEPP PUSH-01
Buzzer

Code dependencies

  1. g++
  2. ssmtp
  3. wiringPi

Setup

  1. If you don’t have ssmtp installed, run this
$ sudo apt-get update && apt-get install ssmtp
  1. Run the setup script
$ ./setup.sh
  1. Input the email you want to sent to
  2. Done!

Usage

$ ./compileandexecute.sh