Receive new product information directly to your email
Quote from PiEEG on 27.02.2025, 03:31Hi, thank you for the message, just let me confirm, do you want to increase gain via internal register for some ch in PiEEG devices? and do you use Python SDK file
Generally, you can choose gain via bits 6:4 for the channel register
000 : 1
001 : 2
010 : 4
011 : 6
100 : 8
101 : 12
110 : 24as example if you want make gain 2 for 1 ch
you need for address = 05h write the value 10h
Hi, thank you for the message, just let me confirm, do you want to increase gain via internal register for some ch in PiEEG devices? and do you use Python SDK file
Generally, you can choose gain via bits 6:4 for the channel register
000 : 1
001 : 2
010 : 4
011 : 6
100 : 8
101 : 12
110 : 24
as example if you want make gain 2 for 1 ch
you need for address = 05h write the value 10h