2 Assignment 1: Single-Ended ADC
In this assignment, the ATtiny1627 will be configured to stream samples to the MPLAB Data Visualizer.
The ADC will be in Single-Ended mode, and two operational modes will be demonstrated. The two modes are called Single mode and Burst Accumulation mode.
Configure the Force Click board to generate an analog input signal for the ATtiny1627 ADC. This input signal will be sampled, and the results will be transmitted over USART to the Data Visualizer. Configure the Data Visualizer to graph the received data for visualization.
The Microchip Studio Solution Assignment1 includes the required starting point
for this assignment and should be available in the training material folder at the
following path: Assignment1
.
- Objectives
- Get familiar with the setup
- Open the assignment project in Microchip Studio
- Get familiar with the assignment project
- Configure the ADC
- Use Data Visualizer to graph received ADC results