Curiosity PIC32MZEF Development Board
PIC32MZ-CURIOSITY.png

TheCuriosity PIC32MZEF Development Board uses a PIC32MZ EF Series (PIC32MZ2048EFM) microcontroller. It has twoMikroBus™ expansion sockets from MicroElektronika and connectors to mountEthernet PHY andaudio codec daughter boards.

This board has an on-board programmer/debugger. No external programmer/debugger (e.g.,ICD4) is required.

Application notes, User's Guide (board description and schematics) and software examples:

MPLAB® Harmony example projects:

 
Microchip Direct
Buy here >

MikroElectronika Secure Click Board™

mikroe_secure.png

TheSecure click board from MikroElectronika carries the ATECC508A cryptographic coprocessor with secure hardware-based key storage. The click is designed to run on either a 3.3 V or a 5 V power supply. It communicates with the target microcontroller over the I2C interface.

MikroElectronika Weather Click Board

mikroe_weather.png

TheWeather click board from MikroElectronika detects humidity, pressure, and temperature, specifically designed for low current consumption and long-term stability. The click is designed to work on a 3.3 V power supply. It communicates with the target microcontroller over the SPI or I2C interface.

MikroElectronika microSD Click Board

mikroe_microsd.png

ThemicroSD click board from MikroElectronika has a microSD card slot for microSD cards used as a mass storage media for portable devices. The microSD click is designed to run on a 3.3 V power supply. It communicates with the target microcontroller over SPI.

MikroElectronika USB UART Click Board

mikroe_usb_uart.png

TheUSB UART click board from MikroElectronika uses an FT232RL USB-to-UART interface module and a USB mini-B connector. It communicates with a target board via a UART interface. The board is powered with a 5 V power supply, but is designed to use 3.3 V or 5 V I/O levels (selectable via SMD jumper).

MikroElectronika Wi-Fi 7 (WINC1510) Click Board

mikroe_wifi7.png

TheWiFi® 7 Click Board from MikroElectronika uses the ATWINC1510-MR210PB IEEE 802.11 b/g/n module, specifically optimized for low-power IoT applications. It is designed to run on a 3.3 V power supply. It communicates with the target microcontroller over SPI interface, with additional functionality provided by the following pins on the mikroBUS line: PWM, INT, RST.

LAN8720A PHY daughter board

lan8720a_phy.png

TheLAN8720A PHY Daughter Board uses a small-footprint, low-power 10BASE-T/100BASE-TX Ethernet LAN8720A PHY. It is designed for easy development of RMII Ethernet control applications when plugged into compatible Microchip development boards.

Harmony example projects

Detailed documentation on select projects can be found on thedevelopment board support page. All example projects included in theMPLAB® Harmony software framework are documented in theMPLAB Harmony Help file under "Volume I: Applications Help". To find all projects that use this specific board, search the Harmony Help file forpic32mz_ef_curiosity. This is the name of theboard support package (BSP) assigned to this development board.

The following projects are included in Harmony version 2.05.01:

Project NameLocationDescription
Audio Demonstrations
sdcard_player.X<install-dir>/apps/audio/
sdcard_player/firmware
The demonstration application creates an audio player that reads audio files (.WAV format only) from an SD card mounted on the click interface. The audio is played through the CODEC placed on the X32 header interface. It also provides the feature to switch to the next track on the media.
TCP/IP
wifi_easy_configuration.X<install-dir>/apps/tcpip/
wifi_easy_configuration/
firmware
This demonstration (FreeRTOS version) shows how to connect an MRF24WNWi-Fi® device with no keyboard or display to a wireless network.
tcpip_tcp_client_server.X<install-dir>/apps/tcpip/
tcpip_tcp_client_server/
firmware
This configuration demonstrates creating an Internet client and an Internet server that uses the MPLAB Harmony TCP API. This demonstration is a combination of the TCP/IP Client and TCP/IP Server application.
pic32_eth_web_server.X<install-dir>/apps/tcpip/
web_photoframe/firmware
The demonstration (FreeRTOS version) application creates a web photoframe that displays images, in the form of a slideshow on a web browser by connecting to a web server hosted on PIC32 Development board, over Ethernet or Wi-Fi interface. The images are stored on a micro SD card connected to the PIC32 development board.
wifi_rgb_easy_configuration.X<install-dir>/apps/tcpip/
wifi_rgb_easy_configuration/
firmware
The Wi-Fi RGB Easy Configuration demo (FreeRTOS version) showcases how to configure an embedded Wi-Fi device that does not have a natural keyboard and screen. By using the internal web server that accompanies the Microchip TCP/IP stack, you can use their browser as a conduit for programming the Wi-Fi device with the correct network parameters.
USB
cdc_com_port_dual.X<install-dir>/apps/usb/
device/cdc_com_port_dual/
firmware
This demonstration application creates a USB CDC Device that enumerates as two serial ports on the USB Host personal computer. This application demonstrates the ability of the MPLAB Harmony USB Device Stack to support multiple instances of the same Device class.
msd_basic.X<install-dir>/apps/usb/
host/msd_basic/firmware
This application demonstrates the use of the MSD Host Class Driver to write a file to a USB flash drive. The application uses the USBHost_layer, MSD class driver and the MPLAB Harmony File System Framework to enumerate a USB Flash drive and to write a file to it.
msd_multiple_luns.X<install-dir>/apps/usb/
device/msd_multiple_luns/
firmware
This application demonstrates the creation of a USB device with multiple logical units. The storage media, SD Card, acts as one logical unit, and the NVM acts as the second logical unit. Data transfer between a computer and the logical units (SD Card/NVM) takes place through USB MSD.