Pyboard and SMBUS

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
scardig
Posts: 21
Joined: Wed Jan 10, 2018 8:32 am

Pyboard and SMBUS

Post by scardig » Wed Nov 07, 2018 4:02 pm

Hello,

I have to use a Pyboard V1.1 to monitor a LTC4015 Battery charger (datasheet here: https://www.analog.com/media/en/technic ... 4015fb.pdf ) that can be controlled via Smbus: is the I2C lib of the pyboard suitable for this purpose or do I need to adapt it given the requirements at page 16 of the above datasheet ?

Thanx

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: Pyboard and SMBUS

Post by OutoftheBOTS_ » Wed Nov 07, 2018 7:53 pm

I would expect it would work

Post Reply