弘毅 发表于 2012-12-29 11:03:11

kenblue 发表于 2012-12-29 00:51 static/image/common/back.gif
如果我用5100读TF卡不知能不能实现播放影月呢。。

理论上是可以的。

sdrfsdrf 发表于 2013-1-17 13:44:22

编译不通过啊。提示no match for 'operator!' in '!Serial'

龙腾东山 发表于 2013-2-1 19:58:01

有创意很好

恺之 发表于 2013-2-11 10:11:24

好资料,谢谢了~

但丁 发表于 2013-3-11 06:05:33

为什么偶用UNO按照教程做了一遍,总是提示SD卡初始化失败,始终不能读取里面的内容.....接线正确,也没使用快速格式化,纠结,求解答:'(

混球 发表于 2013-3-12 16:47:23

我用的是arduino uno板,按教程做,一开始成功了,但是后来不知道为什么,突然不行了,老是出现:Looking for file...not found on card! Error code: 53   。。。。很郁闷,这是为什么呢。。求大神指导。

qzawpo 发表于 2013-3-18 21:08:29

文件格式为FAT32的行不行?我的SD卡只支持FAT32和exFAT。
还有,我用的是SD卡模块,SPI引脚已引出(包括MISO、MOSI、CS、SCK、VCC和GND),谁知道具体的接线方法?

caodingguang 发表于 2013-3-21 17:27:06

qzawpo 发表于 2013-3-18 21:08 static/image/common/back.gif
文件格式为FAT32的行不行?我的SD卡只支持FAT32和exFAT。
还有,我用的是SD卡模块,SPI引脚已引出(包括MIS ...

骚年,MISO对应D12,SCK对应D13,MOSI对应D11,CS对应D4,直接连上5V和GND就OK啦

fly58888 发表于 2013-3-23 13:48:55

很强,学习啦!

ZYLLOVE 发表于 2013-4-9 19:57:39

wawawa好帅呀~~~

eyeart 发表于 2013-4-14 22:37:37

请问,为什么我打开事例程序进行编译的时候会有错误呢?提示信息如下:
processing.app.debug.RunnerException
        at processing.app.debug.Compiler.getCommandCompilerS(Compiler.java:498)
        at processing.app.debug.Compiler.compileFiles(Compiler.java:201)
        at processing.app.debug.Compiler.compileLibraries(Compiler.java:590)
        at processing.app.debug.Compiler.compile(Compiler.java:97)
        at processing.app.Sketch.build(Sketch.java:1572)
        at processing.app.Sketch.build(Sketch.java:1551)
        at processing.app.Editor$DefaultRunHandler.run(Editor.java:1925)
        at java.lang.Thread.run(Thread.java:619)

不知道是什么原因。
我编译Blink的事例程序没有问题
arduino的版本是1.5.2

swim 发表于 2013-4-14 23:32:40

eyeart 发表于 2013-4-14 22:37 static/image/common/back.gif
请问,为什么我打开事例程序进行编译的时候会有错误呢?提示信息如下:
processing.app.debug.RunnerExcep ...

可能1.5.2的兼容性不是很好建议使用1.0.X版本

竹空闻樱 发表于 2013-4-19 17:43:08

好贴,回去试一下!

竹空闻樱 发表于 2013-5-3 23:45:51

MostFunctionDemo程序报错,求大神解救。error: 'SdPlay' was not declared in this scope

竹空闻樱 发表于 2013-5-4 17:45:02

呵呵,解决了。是因为库加进去后,没有重新进入arduino开发环境,汗!!!!:'(
页: 1 2 [3] 4 5 6 7 8 9 10 11
查看完整版本: Arduino 播放音乐教程