Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
BinHong Lee 263bde7cc6 Set theme jekyll-theme-hacker há 7 anos
.gitignore Initial commit há 7 anos
README.md Added README.md há 7 anos
_config.yml Set theme jekyll-theme-hacker há 7 anos
compileandexecute.sh Initial commit há 7 anos
main.c Added some print messages há 7 anos
setup.sh Added another line to the created sendMail.sh by setup.sh há 7 anos

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