4 Out-of-Box Demo

This is an interactive demo program.

The AVR32LA32 is pre-programmed with an example application that demonstrates GPIO control, capacitive touch, a mechanical switch, and UART communication. The example application features two interactive programs, with Program 1 as the default program.
  • Program 1: LED Blink

    This program toggles the LED blink frequency between 0.5 Hz and 2.5 Hz when either the switch or the touch button is pressed, with 0.5 Hz as the default frequency.
  • Program 2: Ramp-Up Graph

    This program plots a ramp-up signal on the MPLAB Data Visualizer time plot while a touch is detected, with the signal increasing over the touch duration. When no touch is detected, the plot remains at zero.
The Program selection is controlled via the kit’s CDC UART interface. To interact with the application, open a COM port terminal with the following settings: 115200 baud, 8 data bits, 1 stop bit, and no parity.

Switch between the programs by sending ‘1’ or ‘2’ for the respective program; any other input will reprint the menu.

For full details, see: AVR32LA32 Curiosity Nano Out-of-Box Demo