Will give it a try ():
thank you
Type: Posts; User: ovedmo
Will give it a try ():
thank you
Any suggestions?
i cant change the input output now, can you upload the code you used?
I think it read wrong data like it have "noise" not the analog data i send.
When i try to read analog(set any signal on the...
I Don't need streo, just need to play sound thru A22 and Read analog A21 !!
I have teensy 3.6.
When i play file and start new one when the first still playing it have distortion at the beginning , what do i have to check to solve this issue?
thank you.
#include...
#include <Audio.h>
#include <Wire.h>
#include <SD.h>
#include <Time.h>
#include <TimeLib.h>
#include <TimeAlarms.h>
int sensoreCount = 24;
int boardActive = 1;//Will toggle Board Activation
I use audio library so the write to the dac is via the play function (playing wave files) ... so what adjustments i have to do to make it work...
this is the base functions i use:
...
Hi
How can i use DAC0 for analog input and DAC1 for audio output?
i need to use analogRead(A21), and use audio output on DAC1.
thank you