https://github.com/leech001/motoboard
Auto oiler for lube on moto chain
https://github.com/leech001/motoboard
android arduino ble bluetooth-low-energy chain hal kotlin kotlin-android lube motorcycle stm32
Last synced: 12 months ago
JSON representation
Auto oiler for lube on moto chain
- Host: GitHub
- URL: https://github.com/leech001/motoboard
- Owner: leech001
- Created: 2017-06-04T18:24:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T10:16:51.000Z (over 7 years ago)
- Last Synced: 2025-04-10T19:05:00.846Z (about 1 year ago)
- Topics: android, arduino, ble, bluetooth-low-energy, chain, hal, kotlin, kotlin-android, lube, motorcycle, stm32
- Language: C
- Size: 2.18 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autoiler motorcycle chains (Автосмазчик цепи мотоцикла)
Auto lubricator for automatic lubrication of motorcycle chains
The control module chain lubrication on the basis of the STM32F103C8T6 (BluePill).
Works on the principle of processing interrupts from the hall sensor from the wheel to calculate the number of revolutions.
Модуль управления смазкой цепи на базе STM32F103C8T6 (BluePill).
Работает по принциру обработки прерывания от датчика холла с коллеса для подсчета количества оборотов.
## Principle of operation
When an interrupt is received from the hall sensor (wheel rotation), the variable is incremented.
When the specified threshold number of revolutions is reached, the static pump is switched on through the TIP120 transistor.
## Managed settings
1. The duration of pump operation (lube)
2. The lubrication frequency (number of revolutions of the wheel)
## Принцип работы
При поступлении прерывания от датчика холла (оборот колеса) происходит приращение переменной.
При достижении заданного порогового количества совершенных оборотов, происходит включение перестатического насоса через транзистор TIP120.
## Управляемые параметры
1. Длительность работы насоса (смазки)
2. Частота смазки (количество оборотов колеса)
## Scheme (Схема устройства)

## Android Application (Приложение для управления устройством)

