Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 631 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 631 Bytes

ebike

My first e-bike

components:

  • Pi 4 2GB
  • Rasbian OS Lite (Debian) latest
  • 48V 1500W Motor (aliexpress)
  • Kelly KLS7222N (aliexpress) | max 2000W ; regen-braking
  • 13S3P Samsung 35E
  • 801S Vibration Sensor Module (SE040) (D0)
  • BME680 (I2C)
  • STROMPI3 Pi HAT
  • GPS/Galileo/GLONASS/Beido nav system (UART)
  • PN532/C1 NFC controller (SPI)
  • KY-025 REED SWITCH MODULE (D0)
  • GY-521 MPU-6050 Gyro (I2C)

python-dependencies:

  • python3
  • python3-pip
  • adafruit-circuitpython-pn532 (pip3)

other-dependencies:

  • git

How to:

  1. Install all dependencies
  2. sudo pip3 install adafruit-circuitpython-pn532
  3. WIP