A simple device monitoring tool for e-cigarettes with Evolv DNA chipset. Works with macOS and Linux.
This tool can't - and will never - replace the Escribe software, it's just the device-monitoring part. For configuration of preheat, profiles, wires, themes etc you still need Escribe.
Tested with DNA75 and DNA200 Chipset. Users reported that this does not work with the DNA250 chipset :(
Go to the latest release page and download the dna-monitor-X.X.X.dmg file.
On the latest release page you can find a .deb file for Ubuntu and Debian and a .tar.gz that should work on other distributions.
Don't forget to give you user access to the serial port, on Ubuntu this can be done by adding your user to the dialout group:
sudo usermod -a -G dialout <username>
Connect your DNA Device, start the Application, vape on.
Clone the repo, do npm install
in the project root. Use npm start
to start the application in debug mode.
Depending on your installed Nodejs version it might be necessary to rebuild the serialport module:
./node_modules/.bin/electron-rebuild serialport
If you want to build your own software that communicates with DNA chipsets via the serial interface this could be helpful: https://github.com/hobbyquaker/dna-commands
This software uses Highcharts which is free only for non-commercial use.
Copyright (c) Sebastian Raff hq@ccu.io (https://github.com/hobbyquaker)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish and/or distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.