-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INA226 , INA228 red module #11
Comments
Hi @oduled , I have added a circuit diagram for the red module. There are different options: you can apply it on the high side, on low side, and you can include the shunt vor the bus voltage and power measurements or not. I have not seen an INA228 module anywhere. Have you found it somewhere? If yes, I would be interested in a link. I was thinking about including other INAxxx current and power sensors but there are so many: I hope this answers your questions. |
A short addition to my comment: The 4.7 ohm resistors do make sense. It seems that the developers of the modules have followed the recommendations in the datasheet and added a filter: But if you let your load current flow through the IN+/IN- connectors on the module, the INA226 measures the voltage drop over the two 4.7 ohm and the shunt resistor - and that makes no sense and is very confusing. |
Hi, |
Hi @oduled , the INA226 and the INA228 may have the same pinout but internally they are very different. For example: the INA228 has 20 registers, the INA 226 has only 10. The INA228 is a 20 bit device, The INA226 is a 20 bit device. If I planned to write a library for the INA228, it would be a separate one. It's not much code which could be recycled. I found two other libraries on Github which you could try: Meanwhile I have also found IN228 based modules. I will order some and test the libraries. Depending on the result I might write an own library, but even if I decide to do this, it will take time. |
Hello, Could you add connection diagram for the red module with 0.002ohm shunt resistor?
![ina226](https://private-user-images.githubusercontent.com/42486366/399068394-d57716ae-ce24-4190-b673-4f6e4a13759f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTY3MTQsIm5iZiI6MTczOTAxNjQxNCwicGF0aCI6Ii80MjQ4NjM2Ni8zOTkwNjgzOTQtZDU3NzE2YWUtY2UyNC00MTkwLWI2NzMtNGY2ZTRhMTM3NTlmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEyMDY1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBlNWNmM2Q3MTA2NTFiNWZiM2M0MDI0NzViZTlmMzY5NGIzOTg2ZDAzNDE3NTUyZjdhMDI3NWJmOTY2ZGU0M2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jMX6GHeSAqrnu8Bj6M1cGmQRuG6FiAjXKWZQmnpio_c)
Did you try using same module with INA228 ?
The text was updated successfully, but these errors were encountered: