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

https://github.com/bjoernq/measure-current

INA219 and ESP32-C3 / bare-metal Rust
https://github.com/bjoernq/measure-current

Last synced: over 1 year ago
JSON representation

INA219 and ESP32-C3 / bare-metal Rust

Awesome Lists containing this project

README

          

# ESP32-C3 Current Sensing with INA219

Read the current measured by INA219 (Adafruit breakout board) on ESP32-C3 (bare-metal Rust) and print it to be visualized with the Teleplot VSCode extension.
The sensor is connected to two USB breakout boards to measure the current of a connected device.

This is not a professional tool but cheap and better than nothing 🙂

## Examples

ESP32 running code to delaying for 2 seconds, then deep-sleeping for 2 seconds and rebooting

![Screenshot](./docs/sleep.png)

ESP32 running esp-wifi's dhcp example

![Screenshot](./docs/esp-wifi-dhcp.png)

ESP32 running esp-wifi's dhcp example with `ps-min-modem`

![Screenshot](./docs/esp-wifi-dhcp-ps-min-modem.png)