Skip to content

Possibly remove ADC_CONFIG write in ConfigureNeuropixelsV2e.cs #469

@jonnew

Description

@jonnew

The Neuropixels 2.0 system developer docs have been released. They state that register 3 is reserved and not to be used. However, we are writing to this register because it was required by the beta variant of the probe and we kept this configuration step when moving to the public version

Image

I've tested removing this write and it does not seem to affect probe function. Should it be removed?

i2cNP.WriteByte(NeuropixelsV2e.ADC_CONFIG, 0b0000_1000);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions