Skip to content
Configuration Tool for Vape Battery Mods with Arcticfox Firmware. ☁️ 🔧 Works on MacOS and Linux.
Branch: master
Clone or download
hobbyquaker Merge pull request #46 from tedski/homebrew-cask
Adds homebrew installation instructions for macOS
Latest commit 01f5d51 May 26, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build fix afterInstall Sep 15, 2017
dev P11 defaults Sep 10, 2017
i18n add i18n cs Sep 24, 2017
.gitignore add tooltips (closes #13) Jul 15, 2017
.travis.yml use node 8 for travis build May 20, 2018
LICENSE.txt Initial commit Jul 13, 2017
LICENSES.chromium.html Initial commit Jul 13, 2017
README.md Adds homebrew installation instructions for macOS May 26, 2018
afcfile.js fix lineContent May 20, 2018
bat.html battery curve editor (closes #6) Jul 18, 2017
default.afc.json P11 defaults Sep 10, 2017
icon.png start screen (closes #15), error messages (closes #10) Jul 19, 2017
index.html add CoilTemperature Sep 15, 2017
main.js
package.json
pireg.html translate pi-regulator dialog (closes #12) Jul 15, 2017
power.html fix windows height (closes #21) Jul 20, 2017
renderer-bat.js battery curve import/export Jul 18, 2017
renderer-pireg.js translate pi-regulator dialog (closes #12) Jul 15, 2017
renderer-power.js implement power curve editor (closes #5) Jul 17, 2017
renderer-tfr.js tfr import/export (closes #14) Jul 16, 2017
renderer.js startscreen translation Jul 20, 2017
screenshot.png crop Jul 19, 2017
screenshot2.png crop Jul 19, 2017
style.css start screen (closes #15), error messages (closes #10) Jul 19, 2017
tfr.html fix windows height (closes #21) Jul 20, 2017

README.md

arcticfox-config

Dependency Status devDependency Status Build Status Github All Releases License: GPL v3

Configuration Tool for Vape Battery Mods with Arcticfox Firmware. Works on MacOS and Linux.

Screenshot

Screenshot

Download

macOS

homebrew

To install the latest version, use homebrew:

brew install hobbyquaker-arcticfox-config

Direct download

Go to the latest release page and download the arcticfox-config-x.x.x.dmg file.

Linux

On the latest release page you can find a .deb file, a .rpm file and a .tar.gz that should work on other distributions.

For USB access with an unprivileged user you need udev rules, see Issue #25 The .deb and .rpm packages install these udev rules automatically and create a group arcticfox. You have to add you user to this group (usermod -a -G arcticfox username).

Usage

Start the Application, connect your Arcticfox Device.

Contributing

Clone the repo, do npm install in the project root. Use npm start to start the application in debug mode. Depending on your installed Node.js version it might be necessary to rebuild the USB HID module: npm run rebuild.

If you want to do a build on your own you can find hints on dependencies in Issue #23.

Related

Credits

Based on the work of NFE Team

This software uses Highcharts which is free only for non-commercial use.

License

GPLv3

Copyright (c) Sebastian Raff

You can’t perform that action at this time.