mplab-data-visualizer
There are 41 repositories under mplab-data-visualizer topic.
microchip-pic-avr-examples/atmega4809-cnano-getting-started-with-freertos-mplab
freeRTOS example on a curiosity nano atmega4809 with MPLAB X
microchip-pic-avr-examples/atmega4809-xplained-pro-getting-started-with-freertos-mplab
freeRTOS example on a xplained-pro atmega4809 with MPLAB X
microchip-pic-avr-examples/atmega4809-noise-countermeasures-adc-mplab
An example for countermeasures for ADC noise with on the megaAVR 0 series with atmega4809
microchip-pic-avr-examples/pic18f57q43-timer-toggle-led-polled-mcc
The TIMER Toggle LED example, of the MCC Melody Timer Example Component, is used in the Polled implementation. The LED on the PIC18F57Q43 Curiosity Nano is toggled, as well as a Debug IO, which can be used to verify the 100 ms period.
microchip-pic-avr-examples/pic18f57q43-adcc-basic-printf-callbacks-mcc
The ADCC Basic Printf Example, of the MCC Melody ADCC Example Component, used in the Callbacks Implementation. ADC Conversions are taken every 500 ms. The LED is toggled and the result is sent to the PC terminal.
microchip-pic-avr-examples/pic18f57q43-adcc-basic-printf-polled-mcc
The ADCC Basic Printf Example, of the MCC Melody ADCC Example Component, used in the Polled implementation. ADC Conversions are taken every 500 ms. The LED is toggled and the result is sent to the PC terminal.
microchip-pic-avr-examples/pic18f57q43-adcc-data-streamer-callbacks-mcc
The ADCC Data Streamer Example, of the MCC Melody ADCC Example Component, used in the Callbacks Implementation. Displays ADCC samples visualized with the Data Streamer. An ADC conversion is taken every 100 ms on the selected analog channel.
microchip-pic-avr-examples/pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc
PWM control of LED has been added to the ADCC Data Streamer Example, of the MCC Melody ADCC Example Component (Callbacks Implementation). LED brightness is varies with POT-Meter and ADC samples are visualized using the Data Streamer every 100ms.
microchip-pic-avr-examples/pic18f57q43-adcc-spike-detection-callbacks-mcc
The ADCC Spike Detection Example, of the MCC Melody ADCC Example Component, used in the Polled implementation. ADCC Spike Detection is visualized with the Data Streamer. Modify the Spike Detection Sensitivity to observe the change in sensitivity.
microchip-pic-avr-examples/pic18f57q43-adcc-spike-detection-polled-mcc
The ADCC Spike Detection Example, of the MCC Melody ADCC Example Component, used in the Polled implementation. ADCC Spike Detection is visualized with the Data Streamer. Modify the Spike Detection Sensitivity to observe the change in sensitivity.
microchip-pic-avr-examples/pic18f57q43-timer-toggle-led-callbacks-mcc
The TIMER Toggle LED example, of the MCC Melody Timer Example Component, is used in the Callbacks implementation. The LED on the PIC18F57Q43 Curiosity Nano is toggled, as well as a Debug IO, which can be used to verify the 100 ms period.
devicesnorkeling405/avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf
š¦ Control I2C-based LEDs and buttons on the AVR128DB48 with this efficient polled example, enhancing your projectās interactivity and functionality.
microchip-pic-avr-examples/avr128db48-find-all-i2c-clients-on-bus-callback-printf-errors
I2C write tried for all client addresses. ACK/NACK printed via UART. On completion, valid I2C addresses with ACK shown in printf message.
microchip-pic-avr-examples/avr128db48-i2c-io-expander1-leds-callbacks-printf
LED chaser increments binary on 6 LEDs every 100 ms. When all on, toggles 8 LEDs every sec. Uses Timer driver callbacks to switch from 100 to 1000 ms. Shows hex/binary of I/O pins via UART printf.
microchip-pic-avr-examples/avr128db48-i2c-io-expander1-leds-polled-printf
LED chaser increments binary on 6 LEDs every 100 ms. When all on, toggles 8 LEDs every sec. Polled with Delay driver, shows hex/binary of I/O expander pins via UART printf.
microchip-pic-avr-examples/avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf
I/O Expander 1 pins (8 LEDs) set as outputs, low (LEDs on). I/O Expander 2 pins (SW1-3, 5 joystick inputs) as inputs. Button/joystick turns LED off. Nano SW resets LEDs. Uses I/O interrupts & pin change.
microchip-pic-avr-examples/avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf
I/O Expander 1 pins (8 LEDs) set as outputs, low (LEDs on). I/O Expander 2 pins (SW1-3, 5 joystick inputs) as digital inputs. Button/joystick turns LED off. Curiosity Nano SW resets LEDs on.
microchip-pic-avr-examples/avr128db48-i2c-proximity-sensor-callbacks-data-streamer
Reads proximity sensor value. With Data Streamer output, sends values to MPLABĀ® Data Visualizer via protocol every 100 ms. Uses Timer driver callbacks for sampling frequency.
microchip-pic-avr-examples/avr128db48-i2c-proximity-sensor-callbacks-dvrt
Reads proximity sensor value. With DV Run Time output, sends values to MPLABĀ® Data Visualizer via DVRT protocol every 100 ms. Uses Timer driver callbacks for sampling frequency.
microchip-pic-avr-examples/avr128db48-i2c-proximity-sensor-callbacks-printf-errors
Reads proximity sensor value. With printf & error handling, sends values to MPLABĀ® Data Visualizer every 250 ms. Uses Timer driver callbacks for sampling frequency.
microchip-pic-avr-examples/avr128db48-i2c-proximity-sensor-polled-data-streamer
Reads proximity sensor value. With Data Streamer output, sends values to MPLABĀ® Data Visualizer every 100 ms via protocol. Polled using Delay driver for sampling frequency.
microchip-pic-avr-examples/avr128db48-i2c-proximity-sensor-polled-dvrt
Reads proximity sensor value. With DV Run Time output, sends values to MPLABĀ® Data Visualizer via DVRT protocol every 100 ms. Polled using Delay driver for sampling frequency.
microchip-pic-avr-examples/avr128db48-i2c-proximity-sensor-polled-printf-errors
Reads proximity sensor value. With printf & error handling, sends values to MPLABĀ® Data Visualizer every 250 ms. Polled using Delay driver for sampling frequency.
microchip-pic-avr-examples/pic18f56q24-curiosity-nano-explorer-mcp23008-joystick
This example will demonstrate how to interface the joystick on board the Curiosity Nano Explorer development board.
microchip-pic-avr-examples/pic18f57q43-find-all-i2c-clients-on-bus-callbacks-printf-errors
I2C write tried for all client addresses. ACK/NACK printed via UART. On completion, valid I2C addresses with ACK shown in printf message.
microchip-pic-avr-examples/pic18f57q43-i2c-io-expander1-leds-callbacks-printf
LED chaser increments binary on 6 LEDs every 100 ms. When all on, toggles 8 LEDs every sec. Uses Timer driver callbacks to switch from 100 to 1000 ms. Shows hex/binary of I/O pins via UART printf.
microchip-pic-avr-examples/pic18f57q43-i2c-io-expander1-leds-polled-printf
LED chaser increments binary on 6 LEDs every 100 ms. When all on, toggles 8 LEDs every sec. Polled with Delay driver, shows hex/binary of I/O expander pins via UART printf.
microchip-pic-avr-examples/pic18f57q43-i2c-io-expander2-leds-and-buttons-callbacks-printf
I/O Expander 1 pins (8 LEDs) set as outputs, low (LEDs on). I/O Expander 2 pins (SW1-3, 5 joystick inputs) as inputs. Button/joystick turns LED off. Nano SW resets LEDs. Uses I/O interrupts & pin change.
microchip-pic-avr-examples/pic18f57q43-i2c-io-expander2-leds-and-buttons-polled-printf
I/O Expander 1 pins (8 LEDs) set as outputs, low (LEDs on). I/O Expander 2 pins (SW1-3, 5 joystick inputs) as digital inputs. Button/joystick turns LED off. Curiosity Nano SW resets LEDs on.
microchip-pic-avr-examples/pic18f57q43-i2c-proximity-sensor-callbacks-data-streamer
Reads proximity sensor value. With Data Streamer output, sends values to MPLABĀ® Data Visualizer via protocol every 100 ms. Uses Timer driver callbacks for sampling frequency.
microchip-pic-avr-examples/pic18f57q43-i2c-proximity-sensor-callbacks-dvrt
Reads proximity sensor value. With DV Run Time output, sends values to MPLABĀ® Data Visualizer via DVRT protocol every 100 ms. Uses Timer driver callbacks for sampling frequency.
microchip-pic-avr-examples/pic18f57q43-i2c-proximity-sensor-callbacks-printf-errors
Reads proximity sensor value. With printf & error handling, sends values to MPLABĀ® Data Visualizer every 250 ms. Uses Timer driver callbacks for sampling frequency.
microchip-pic-avr-examples/pic18f57q43-i2c-proximity-sensor-polled-data-streamer
Reads proximity sensor value. With Data Streamer output, sends values to MPLABĀ® Data Visualizer every 100 ms via protocol. Polled using Delay driver for sampling frequency.
microchip-pic-avr-examples/pic18f57q43-i2c-proximity-sensor-polled-dvrt
Reads proximity sensor value. With DV Run Time output, sends values to MPLABĀ® Data Visualizer via DVRT protocol every 100 ms. Polled using Delay driver for sampling frequency.
microchip-pic-avr-examples/pic18f57q43-i2c-proximity-sensor-polled-printf-errors
Reads proximity sensor value. With printf & error handling, sends values to MPLABĀ® Data Visualizer every 250 ms. Polled using Delay driver for sampling frequency.
microchip-pic-avr-examples/pic32cmjh-uart-hello-world-mplab-harmony
Demonstrates basic UART communication on PIC32CM JH devices using MPLAB X and Harmony v3, sending a periodic "Hello World" message over SERCOM1.