Arduino Due DAC audio output problem
3 ビュー (過去 30 日間)
古いコメントを表示
Magnus Woodgate
2016 年 10 月 10 日
回答済み: Ankita Nargundkar
2016 年 10 月 20 日
Hi I have recently upgraded from an arduino UNO to a DUE and I'm now trying to use the DAC pins to output a chosen audio input (for the minute an audio file, but hopefully a connectable input after this is sorted).
At first an error would pop up saying "expected input type uint16 instead double was found" which I soon sorted using a converter block. However, now when using the converter, a lot more pops up on the error message screen (see image attached).
It's a very simple circuit connecting the DAC0 output to the positive of the speaker & the ground of the speaker to the ground of the DUE.
Any help would be greatly appreciated.
0 件のコメント
採用された回答
Ankita Nargundkar
2016 年 10 月 20 日
Try using the following command:
>> ls /dev/tty/*
You will get the list of all the Devices connected. For ex: if one of the devices listed is /dev/tty/usbmodemsd131'. Change the "port" argument to the correct port number. You should be able to connect to arduino.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Device Driver Blocks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!