disk91 / stm32-it-sdk

Disk91 STM32 IoT SDK
https://www.disk91.com
GNU General Public License v3.0
45 stars 19 forks source link

MAX17205 #62

Open swapmicro opened 3 years ago

swapmicro commented 3 years ago

hello there, I am working with Fuel Guage IC MAX17205, My hardware schematic design configuration is as per the primary cell implementation. The battery voltage is measured from CellX Pin. The Rsense resistor value is 0.01Ohm (10mOhm) the reference hardware schematic, https://www.maximintegrated.com/en/design/technical-documents/app-notes/6/6416.html When I use 4 cells with 10mOhm resister on the CellX pin, the default value of the register 0x21h is 0x1105. When I use 3 cells with 10mOhm resister on the CellX pin, the default value of the register 0x21h is 0x8809. When I use 4 cells without 10mOhm resister on the CellX pin, the default value of the register 0x21h is 0x0809. Can you suggest to me, how to configure MAX17205 for 4 cells pack to read the current, voltage, capacity of a battery? I am using Panasonic AA (1.5V) 4S cells Thanks Swapnil

disk91 commented 3 years ago

Hello, If you want to know how to use the component, I think you should ask to Maxim itself. If your question is how to modify the code to support this mode with this component within the SDK please open an issue with the configuration you would like to have and I'll do my best to integrate it into the driver. Sincerely, Paul

Le mar. 10 nov. 2020 à 08:03, swapmicro notifications@github.com a écrit :

hello there, I am working with Fuel Guage IC MAX17205, My hardware schematic design configuration is as per the primary cell implementation. The battery voltage is measured from CellX Pin. The Rsense resistor value is 0.01Ohm (10mOhm) the reference hardware schematic,

https://www.maximintegrated.com/en/design/technical-documents/app-notes/6/6416.html https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.maximintegrated.com%2Fen%2Fdesign%2Ftechnical-documents%2Fapp-notes%2F6%2F6416.html&data=04%7C01%7C%7C407db4bcf1f4478e841108d88546ad15%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637405885876889099%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=UxK8Ab76K8xXcW1JB8n997u2LPjvx6r266B12CncQG4%3D&reserved=0

https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F15924872%2F98334501-ff5d0900-2028-11eb-8d5b-6ea3c8e34ab7.png&data=04%7C01%7C%7C407db4bcf1f4478e841108d88546ad15%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637405885876899090%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=RLhq89g7oAcggm55dvpDMglgb3gnXOpJHwW1ByCpsks%3D&reserved=0 When I use 4 cells with 10mOhm resister on the CellX pin, the default value of the register 0x21h is 0x1105. When I use 3 cells with 10mOhm resister on the CellX pin, the default value of the register 0x21h is 0x8809. When I use 4 cells without 10mOhm resister on the CellX pin, the default value of the register 0x21h is 0x0809. Can you suggest to me, how to configure MAX17205 for 4 cells pack to read the current, voltage, capacity of a battery? I am using Panasonic AA (1.5V) 4S cells Thanks Swapnil

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdisk91%2Fstm32-it-sdk%2Fissues%2F62&data=04%7C01%7C%7C407db4bcf1f4478e841108d88546ad15%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637405885876909086%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wO1cwgHAcfBOdHt8Rakd5hPUzs8owspuG0TJwSgr6Sg%3D&reserved=0, or unsubscribe https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FABGM3U35U4DX2DIU3XSOLS3SPDQSVANCNFSM4TQI2YGQ&data=04%7C01%7C%7C407db4bcf1f4478e841108d88546ad15%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637405885876919081%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4Na4ko8oXBPiWLVxjic0IetvMUMbc5YhKYfaJEn4XSk%3D&reserved=0 .

swapmicro commented 3 years ago

Hello, Can you please integrate a configuration for a non-rechargeable 4S Cell pack with hibernate mode? Thanks Swapnil

disk91 commented 3 years ago

Sure - if you give me the details of the configuration to be apply I can integrate it into the global code.

Say differently : my role is not to read and understand the long documentation for your own interest. I do such inclusion in as a service.

Sorry to be direct, I do my best to focus on feature targeting most of people instead of a single one.