locxter / bkpvdsply

This is a bike POV display using readily available parts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bkpvdsply

Overview

Overview image

This is a bike POV display using readily available parts.

Dependencies

I generally try to minimize dependencies, but I'm a one man crew and can therefore only support Debian-based Linux distributions as I'm running one myself. Anyway, you need to have the following packages installed for everything to work properly:

  • Arduino IDE as a way to compile the Arduino code. Install it with sudo apt install arduino.
  • Arduino ESP32 LittleFS uploader for uploading the data. Install it via the installation guide.
  • Adafruit NeoPixel library for controlling the LEDs. Install it via the integrated library manager.
  • MPU6050_tockn library for communicating with the gyroscope. Install it via the integrated library manager.

How to build it

This project is relatively straight forward as it mainly consists of an ESP32, an LED strip that's slit into four segments, a MPU-6050 and an USB power bank all housed in 3D printed enclosures and mounted with cable ties. For inspiration take a look at the mounting and assembly image as well as wiring diagram down below:

Mounting image

Assembly image

Wiring diagram

Below is a full bill of materials with German sources for all non-printable parts:

Quantity: Item: Source:
1 ESP32 Amazon
1 LED strip Amazon
8 JST SM 3 pin connectors Amazon
1 MPU-6050 Amazon
1 USB power bank Amazon
1 Cable ties Amazon

How to use it

  1. Flash the sketch with the following settings:
    • Arduino Runs On: Core 0
    • Events Run On: Core 1
    • Partition Scheme: No OTA (1MB APP/3MB SPIFFS)
  2. Upload the additional files via the Arduino ESP32 LittleFS uploader.
  3. After turning on bkpvdsply, give the ESP roughly half a minute to boot up.
  4. Connect to the Wi-Fi network bkpvdsply, open any webpage (or 192.168.0.1 if the local DNS server doesn't work) and upload an image (examples are in the images folder).
  5. Then just hop on your bike and enjoy the glory of POV displays.

About

This is a bike POV display using readily available parts.

License:MIT License


Languages

Language:C++ 52.0%Language:JavaScript 29.1%Language:HTML 19.0%