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
- Host: GitHub
- URL: https://github.com/bjoernq/measure-current
- Owner: bjoernQ
- License: apache-2.0
- Created: 2023-09-29T10:01:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T10:01:44.000Z (almost 3 years ago)
- Last Synced: 2025-04-22T14:14:46.458Z (over 1 year ago)
- Language: Rust
- Size: 324 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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

ESP32 running esp-wifi's dhcp example

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