An open API service indexing awesome lists of open source software.

https://github.com/notthetup/draw

Power and Current Draw meter
https://github.com/notthetup/draw

current electronics embedded power voltage

Last synced: 27 days ago
JSON representation

Power and Current Draw meter

Awesome Lists containing this project

README

          

Draw
===

INA260 based voltage and current __draw__ measurement board.

This is a INA260 based board for measuring voltage and current draw (with builtin shunt) and output over USB (CDC).

## Components

- [INA260](http://www.ti.com/lit/ds/symlink/ina260.pdf) - Current Sensing Amplifier With Integrated Shunt.
- [EFM32HG309](https://www.silabs.com/Support%20Documents/TechnicalDocs/EFM32HG309.pdf) - Simple Microcontroller for I2C -> USB conversion.
- [TPD4E002](http://www.ti.com/lit/ds/symlink/tpd4e002.pdf) - ESD Protection IC

## Resources

- [USB-CDC Example from SiLabs](https://github.com/SiliconLabs/Gecko_SDK/tree/master/hardware/kit/SLSTK3400A_EFM32HG/examples/usbdcdc)
- [TOMU](https://github.com/im-tomu/)
- [TOMU Example](https://github.com/im-tomu/tomu-samples/tree/master/efm32hg-blinky-usb)