weird@ wrote:
看了樓主介紹的Roastuino – Popper Roaster PID Controller(恕刪)
讚哦!
A~這個我沒介紹哦,只是推薦,你可以直接問作者。其實我也試了,不行(沒有比較會)。
它右上角有一個Donate按鈕你按下去以後,應該他會很樂意幫你解決所有問題哦!
我稍微看了一下android的Source Code,看來是比較像TC4的通訊格式。
然後看你第一張圖左上
T1=??
T2=??
應該比較像是RoastLogger的通訊格式。
另外圖2的程式要先點右下角...設定藍牙模組,看HC-06的燈號確認是否有配對,第一張圖左上的軟體要把Port斷開。
建議你看是不是把LCD也接上看看,說不定有可以設定。
不然看要不要確認一下serialinterface.ino
PC_roast這個變數=多少?看一下註解。
xhining wrote:
PC_roast這個變數=多少?看一下註解...(恕刪)
成功連上手機了,準備買個31855模組來接.
前幾樓有人有Artisan的需求似乎也有支援.
打開main_test.ino 有些可自定義的選項,
連手機要選PC_roast = 3,藍芽模組的baud rate 要設成9600.
在這檔案main_test.ino,連手機要改成 PC_roast = 3;
byte PC_roast = 3;
// 0 = Activate Communication with BBCC Plotter (for PID tuning)
// 1 = Activate Communication with Artisan (Graph only)
// 2 = Activate Communication with Roastlogger (Full Control)
// 3 = Activate Communication with TC4 Android App over Bluetooth(Graph and Start/Stop only)
在這檔案serialinterface.ino可看到藍芽baud rate 要設成9600
void setupSerialInterface() {
if (PC_roast == 3) Serial.begin(9600);
else Serial.begin(115200);
關閉廣告