Robofun 機器人論壇

 找回密碼
 申請會員
搜索
熱搜: 活動 交友 discuz

arduino 連接 max5.0 的問題

查看數: 3257 | 評論數: 3 | 收藏 0
關燈 | 提示:支持鍵盤翻頁<-左 右->
    組圖打開中,請稍候......
發佈時間: 2012-10-16 21:19

正文摘要:

我想使用arduino 連接 max5.0 下載了SimpleMessageSystem 然後想執行 #include <SimpleMessageSystem.h> void setup() {   Serial.begin(57600); } void loop() {   if(messageBuild() > 0){ ...

回復

vegewell 發表於 2012-10-18 22:37:44
已經可以相容了  謝謝
那請問一下 我想要把藍芽傳送數據到 max5.0 的話
我是把MultiColorLamp 這個程式  ...
>>>然後燈可以反應  但是max5.0 卻沒反應 是max的問題 還是aeduino的問題??


frty5566 發表於 2012-10-18 10:12

arduino的問題,
你必須使用 new SoftwareSerial library,
順接使用 Amarino/MeetAndroid library,
coopermaa 發表於 2012-10-17 13:10:42
編譯失敗應該是 Arduino IDE 版本跟 SimpleMessageSystem library 不相容的關係
參考一下這個解法:
http://shenshengpo.blogspot.tw/2 ... emessagesystem.html

或者可以把 SimpleMessageSystem.cpp 底下這行

#include <WProgram.h>

改成:

#if ARDUINO >= 100
#include <Arduino.h>
#else
#include <WProgram.h>
#endif

這樣 Arduino IDE 新舊版就都可以相容了。

小黑屋|手機版|Archiver|機器人論壇 from 2005.07

GMT+8, 2025-1-31 21:53 , Processed in 0.168965 second(s), 11 queries , Apc On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回復 返回頂部 返回列表