Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerrypower/bbb-read-voltages
Sample BeagleBone Black analog voltage over time, until some lower voltage threshold is passed.
https://github.com/gerrypower/bbb-read-voltages
Last synced: 12 days ago
JSON representation
Sample BeagleBone Black analog voltage over time, until some lower voltage threshold is passed.
- Host: GitHub
- URL: https://github.com/gerrypower/bbb-read-voltages
- Owner: gerrypower
- License: mit
- Created: 2014-04-13T17:19:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T17:28:18.000Z (almost 11 years ago)
- Last Synced: 2024-11-25T01:13:52.377Z (2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeagleBone Black - Read Voltage
## Decription
Continuously read the voltage from the specified pin, log it to a file, until some lower voltage threshold is passed. Was used to monitor voltage drop over time of different batteries for a science project.## Usage
Copy to your BeagleBone and run 'node read_voltages.js'. See the source for various config options, such as the pin that is monitored and the output file naming options. By default it will create a voltages_*n*.csv file, where '*n*' will be number used to ensure file name uniqueness.## License
This repository is released under the [MIT license](http://www.opensource.org/licenses/MIT).
## Author
* [Gerry Power](https://github.com/gerrypower)