-
Hi,
I am trying to get my ESP32 running with BMP280. Unfortunately firmware gets too big
Compiler log can you find in attachment
[SensESP.txt](https://github.com/SignalK/SensESP/files/4684427/SensE…
-
I've been using multiple boards recently plugged into the same host and I've left an empty file on each to mark them so I can ensure from REPL I'm using the correct board when it's important. I notice…
-
On RPi4, with Raspbian, with Node-red 1.0.3, Node.js 10.15.2, I install this node, seem to go OK, but when node-red restarted, an error pops up:
Error: Cannot find module 'ina219' (line:1),
I…
-
I'd love to use this library, but I'm unsure how to use it. It would be great if you could provide a short example in the readme.. :-)
-
It seems to me that the bytecode for ESP8266 only works for Micropython version 1.9.1
Can anyone please recompile for version 1.9.3 and/or 1.94?
Thanks
-
I used your library in my dissertation, I'd like your confirmation on the citation:
C. Borrill, T. Timmons, T. van Staveren, T. Kluyver, and S. Bauer, “pi_ina219” 2019. [Online]. Available: https://g…
-
Sorry if this question has been asked before, i could not find a solution. here is my program ( an ina219, with its data displayed in the browser using websockets) https://github.com/iotlearner0level/…
-
There seems that there is an issue in either i2c_bits.py or i2c_device.py. When I run the INA219 CircuitPython example, it errors out. The correct address has been entered as I tried with an incor…
-
Using latest node-red release with rPi and trying to setup on a new device.
Everything installs successfully, however after you setup the INA219 node and deploy the following error is thrown:
Fl…
-
```
pi@raspberrypi:~/shabi/python$ python ina219.py
Traceback (most recent call last):
File "ina219.py", line 4, in
from ina219 import INA219
File "/home/pi/shabi/python/ina219.py", line…