Week 3: Merging SPI & ADC
- Blake Diamond
- Mar 14, 2019
- 1 min read
After prototyping the 2.2" LCD display, which uses SPI communication, and the ADC on the LPC4088 development board, we focused our efforts this week on combining these two aspects of our project.
At this point, we have combined the display and the output, but need to dial in how the ECG wave-forms are being displayed. Some of the remedies we are considering are dynamically normalizing the display amplitude range, adding waits of about 3 ms during our program's execution, and modifying how we are clearing the screen.

Comments