kenblue 发表于 2012-12-29 00:51 static/image/common/back.gif
如果我用5100读TF卡不知能不能实现播放影月呢。。
理论上是可以的。
编译不通过啊。提示no match for 'operator!' in '!Serial'
有创意很好
好资料,谢谢了~
为什么偶用UNO按照教程做了一遍,总是提示SD卡初始化失败,始终不能读取里面的内容.....接线正确,也没使用快速格式化,纠结,求解答:'(
我用的是arduino uno板,按教程做,一开始成功了,但是后来不知道为什么,突然不行了,老是出现:Looking for file...not found on card! Error code: 53 。。。。很郁闷,这是为什么呢。。求大神指导。
文件格式为FAT32的行不行?我的SD卡只支持FAT32和exFAT。
还有,我用的是SD卡模块,SPI引脚已引出(包括MISO、MOSI、CS、SCK、VCC和GND),谁知道具体的接线方法?
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啦
很强,学习啦!
wawawa好帅呀~~~
请问,为什么我打开事例程序进行编译的时候会有错误呢?提示信息如下:
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
eyeart 发表于 2013-4-14 22:37 static/image/common/back.gif
请问,为什么我打开事例程序进行编译的时候会有错误呢?提示信息如下:
processing.app.debug.RunnerExcep ...
可能1.5.2的兼容性不是很好建议使用1.0.X版本
好贴,回去试一下!
MostFunctionDemo程序报错,求大神解救。error: 'SdPlay' was not declared in this scope
呵呵,解决了。是因为库加进去后,没有重新进入arduino开发环境,汗!!!!:'(