https://github.com/dodotronix/rembrake
electronic system to control breaks on handbikes remotely
https://github.com/dodotronix/rembrake
analog-devices circuitpython handicapped-people kicad ngo python rf-transceiver robotics
Last synced: 3 months ago
JSON representation
electronic system to control breaks on handbikes remotely
- Host: GitHub
- URL: https://github.com/dodotronix/rembrake
- Owner: dodotronix
- Created: 2024-09-12T09:19:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T18:29:41.000Z (4 months ago)
- Last Synced: 2025-06-25T19:30:48.378Z (4 months ago)
- Topics: analog-devices, circuitpython, handicapped-people, kicad, ngo, python, rf-transceiver, robotics
- Language: nesC
- Homepage:
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RemBrake - remote brake system for handbikes

## Introduction
- TODO explain what the RemBrake, why we decided to create this project### Assembling RemBrake
- TODO explain how to use the kicad data
- TODO how to solder the modules on the RemBrake PCB
- TODO how to connect the wires### Prepare the module
1) load the circuitpython to the QT Py RP2040
2) press and hold BOOT button and then press RST button
3) you should see now RPI partition mounted to your PC
4) download CircuitPython bootloader (.uf2 file) from [circuitpython.org](https://circuitpython.org/board/adafruit_qtpy_rp2040/)
5) drag and drop the file onto the partition
6) it takes few moments and you should see your partition name turn to CIRCUITPYTHON### Upload RemBrake files + necessary modules
1) go to the folder fw folder
2) run $ make prepare
3) move the folder target to your CIRCPITPYTHON partition## Features
- TODO how the PCB behaves (charging, running, error)
- TODO what the different colors mean## Possible further development
- Bidirectional remote contoller that the assistant can see the battery status
- Accelerometer feedback, to adjust braking power according to the situation
- Using hydraulic piston actuator to move with the brake directly, which could shrink significantly the size of the package
- designing custom usb-c charger to avoid the hustle with unprecise power management of the chinese module## Development

