Auto Analog Audio v1.55.3
TMRh20 2020 - Automatic DAC, ADC & Timers on Arduino Due
Loading...
Searching...
No Matches
AudioRadioRelay.ino

For Arduino Due

Audio Relay & Peripheral Test Example:

This example demonstrates how to manage incoming and outgoing audio streams using the AAAudio library and nrf24l01+ radio modules on Arduino Due.

  1. This example uses the onboard DAC to play the incoming audio data via DAC0
  2. The ADC is used to sample the DAC0 pin, and the data is made available
  3. The data is re-broadcast over the radios
  4. Incoming radio data can be directly re-broadcast, but this example is a test of all peripherals
Note
This code depends on radio.h located in the same directory.