Chris Borrill
Chris Borrill
I think this is looking good, may take me a bit of time to review (I am learning a few things in Python from what you have done!). This will...
I had a detailed look at this, pretty happy. Would just like to discuss how we can make this library as easy as possible to use particularly for those who...
I have never tried my library on the pico, can you give me some more details on how you installed it? Regards, Chris
I presume you have installed the Micropython port for the Pico [https://github.com/micropython/micropython/tree/master/ports/rp2](https://github.com/micropython/micropython/tree/master/ports/rp2) from [https://micropython.org/download/?port=rp2](https://micropython.org/download/?port=rp2)? In any case as this a microcontroller you probably need this version of that library [https://github.com/chrisb2/pyb_ina219](https://github.com/chrisb2/pyb_ina219)....
The weird results sound like you may not have a common ground. A good explanation of required circuit can be found in [https://www.rototron.info/raspberry-pi-ina219-tutorial/](https://www.rototron.info/raspberry-pi-ina219-tutorial/) Chris
R100 is 0.1 Ohms, this is the std shunt resistor value. Your INA219 breakout looks pretty much identical to mine. Maybe make a sketch of your circuit and attach a...
This looks interesting, I will do some reading. I am currently working on replacing Adafruit GPIO (archived) with smbus2 in v2.0.0 of library, so this seems like a good time...
I have removed 2.7 and 3.5 from my convert-to-smbus2 branch so no need to deal with these. Chris On Mon, 22 Nov 2021, 05:38 Janos Kutscherauer, ***@***.***> wrote: > I'm...
Yes smbus and smbus2 will be interchangeable. I choose smbus2 as smbus looks like a dead repo with no recent maintenance. What other drivers are you thinking of? Any way...
Will take a look later , at work atm Chris On Mon, 22 Nov 2021, 11:55 Janos Kutscherauer, ***@***.***> wrote: > What other drivers are you thinking of? > >...