Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.16 KB

BIKE CAMERA

A video camera for your bike.

This project involves both hardware and software. This repository contains the software only. The software and hardware aspects of the project are described in detail at instructables.com

BikeCamera project

Here are some screenshots:

Contents

Prerequisites

Raspbian Stretch RaspberryPi Zero W Raspberry Pi camera module Camera cable suitable for PiZero Power supply

Quick installer

Install BikeCamera from your RaspberryPi's shell prompt:

$ wget -q https://git.io/fpOh4 -O /tmp/bci && bash /tmp/bci

The installer will complete the installation for you.

After the reboot at the end of the installation the wireless network will be configured as an access point as follows:

  • SSID: bikecamera_bc
  • Password: ChangeMe
  • IP address: 10.1.1.1
    • Username: admin
    • Password: secret

License

See the LICENSE file.