-
## Expected Behavior
Have connected a ina219 in series with the three sections of an ina3221 and using the test code expected to see the same current, voltage and power readings for each device. Taki…
sages updated
4 years ago
-
- [x] [Link Checker](https://validator.w3.org/checklink) にて https://chirimen.org/chirimen/gc/top/examples/ 内のリンクが壊れていないことを確認しておく
- [x] Raspberry Pi OS 32-bit 書き込む…書き込み中
- https://downloads.raspber…
-
I am using a Metro M4 Airlift. The latest versions of Bootloader, CircuitPython (6.0.2 Alpha), ESP32 Firmware (1.6.2) and module bundle. My script runs fine for hours, but runs into this error occasio…
-
-
library imports Adafruit_BusIO_Register.h that seems no where to be found?!
-
### Description
My project has 1 library specified in lib_deps, and that library has another 20+ dependencies listed in its library.json manifest. However, only 3 of those dependencies are being auto…
-
Please add the following library (INA219_WE) to the Arduino library manager:
https://github.com/wollewald/INA219_WE
Thanks in advance!
-
Hi and thanks for creating this repo. It's exactly what I need for an autonomous boat project. The code runs great and it gives results. But when I compare it with the readings I get from some Python …
-
Error: measured voltages over 16.3V are returned as negative value.
Problem: the i2c value is treaded as signed INT
Proposal: change it to unsigned INT as done below and the .h file accordingly.
…
-
Hello,
I noticed that the Arduino IDE would issue the following warning when I opened my project containing Adafruit_INA219.cpp:
> "Adafruit_INA219.cpp" contains unrecognized characters. If this…