Skip to content

Enable VMID not setting correct voltage divider #1

Closed
@schwghrt

Description

@schwghrt

In order to enable VMID for playback/recording using the 2x 50k ohm voltage divider 8:7 should be 01 not 11. That is the 5k divider for 'fast start', (whatever that is.)

image

`// Enables VMID in the WM8960_REG_PWR_MGMT_2 register, and set's it to

// playback/record settings of 2*50Kohm.

boolean WM8960::enableVMID()

{

WM8960::_writeRegisterBit(WM8960_REG_PWR_MGMT_1, 8, 1);

return WM8960::_writeRegisterBit(WM8960_REG_PWR_MGMT_1, 7, 1);

}`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions