https://github.com/makevoid/esk8-config
Electric Skateboard VESC (open hardware electric speed controller) XML config tool as a Ruby frontend app (Inesita + Opal)
https://github.com/makevoid/esk8-config
Last synced: 5 months ago
JSON representation
Electric Skateboard VESC (open hardware electric speed controller) XML config tool as a Ruby frontend app (Inesita + Opal)
- Host: GitHub
- URL: https://github.com/makevoid/esk8-config
- Owner: makevoid
- Created: 2016-07-31T10:54:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T09:47:37.000Z (over 9 years ago)
- Last Synced: 2025-06-22T01:41:45.878Z (7 months ago)
- Language: Ruby
- Homepage: http://config.esk8.it
- Size: 1.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# VESC Config Web Tool
### [config.esk8.it](http://config.esk8.it)
Enjoy!
---
### Prerequisites
Ruby 1.9+ installed
### Setup and start
```sh
$ gem i bundle
$ bundle install
$ bundle exec inesita server
```
Go to [http://localhost:9292/](http://localhost:9292/)
---
###
```hson
# current.hson
{
# motor current
l_current_max: 70
l_current_min: 70
l_in_current_max: 35
l_in_current_min: 20
l_abs_current_max: 130
# RPM limit
l_max_erpm: 100000
# Battery (8S Lipo)
l_battery_cut_start: 28
l_battery_cut_end: 26.4
# BLDC
sl_min_erpm: 150
sl_min_erpm_cycle_int_limit: 1100
sl_bemf_coupling_k: 600
}
```