看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: Win10, Linux, ...) Raspberry pi3 編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出) gcc 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) bluez 問題(Question): 摸索如何讀取BLE藍芽,已在網路上搜尋安裝完bluez,並使用hcidump,能成功在termina l顯示藍芽row data、MAC、RSSI等資訊,現要以c++加以分析資料,可是找不到如何引用 這些已經可以用的工具,有大大可以指示參考的地方嗎 餵入的資料(Input): 預期的正確結果(Expected Output): 錯誤結果(Wrong Output): 程式碼(Code):(請善用置底文網頁, 記得排版) 補充說明(Supplement): -- Sent from my Android -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.136.40.144 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1502175651.A.CC1.html ※ 編輯: edmund71405 (220.136.40.144), 08/08/2017 15:01:23
Killercat: 你需要的是bluez-libs這東西 08/08 16:13
Killercat: 大多數gnu的service都是包成libs(devel)跟utils 08/08 16:15
Killercat: https://tinyurl.com/yd988b59 這邊有些小教學 08/08 16:16
Killercat: 貼錯抱歉 http://preview.tinyurl.com/ydcqsy5a 這才對 08/08 16:17
edmund71405: 我有看過這個,但是因為沒有找到講解的部分,無法依 08/08 16:58
edmund71405: 需求改變代碼來使用,才想來此找找 08/08 16:58
edmund71405: 另外這個使用的scan只能搜索一般藍芽,BLE的裝置不護 08/08 16:59
edmund71405: 會被搜索到 08/08 16:59