This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I want to run the Nordic Thingy off an external 3.3V supply (i.e. not the Li battery)

Can I remove resistor R29 (ENCHG) on the ADP536 to disable the charging function and plug my 3.3V supply into the battery connector?

i.e. use the ADP536 for the power management but without the battery charging function.

Obviously the battery level function would be redundant

This is for an evaluation project, going ahead we would build our own board.

Parents
  • One simple solution here would be to remove the battery and power via USB. However, I assume this is not your preferred option as you probably want to get started developing with the TI part.

    Charging with ADP5360 may be disabled with adp536x_charging_enable(false).

    Regarding R29: This resistor is already not mounted on HW v1.0.2 of Thingy:91 that I have in front of me.

Reply
  • One simple solution here would be to remove the battery and power via USB. However, I assume this is not your preferred option as you probably want to get started developing with the TI part.

    Charging with ADP5360 may be disabled with adp536x_charging_enable(false).

    Regarding R29: This resistor is already not mounted on HW v1.0.2 of Thingy:91 that I have in front of me.

Children
Related