Input Devices¶
Group Assignment¶
- Probe an input device(s)’s analog and digital signals
- Document your work to the group work page and reflect on your individual page what you learned
i2s mic¶
Alan worked on interfacing with an i2s mic.
After getting my logic analyzer setup, I try sampling the signals at 1Mhz. The resulting packets appear to have inconsistencies (in blue, “received…”)
Reading the datasheet, I see that the clock frequency is at max 4Mhz.
Setting the sampling frequency to 4Mhz seems to do away with the inconsistencies.
hall effect sensor¶
Dan worked on interfacing with a potentiometer and hall effect sensor mounted to RC control sticks.