TI中文支持网
TI专业的中文技术问题搜集分享网站

Bluetooth_Smart_to_Wi-Fi_IoT_Gateway_-_Launchpad

请问这个板子和sensortag通过蓝牙连接起来后,在IoT这边怎么寻找传输过来的数据。

Susan Yang:

A Bluetooth Smart SensorTag2 can be connected and the attributes viewed via the command line. The Gateway will also make an MQTT connection and send the SensorTag sensor data to the Cloud periodically.

更多信息您可以参考http://processors.wiki.ti.com/index.php/Bluetooth_Smart_to_Wi-Fi_IoT_Gateway_-_Launchpad/Boosterpack_approach

Kun Li10:

回复 Susan Yang:

您好,这个我看过了,我要实现的是将sensortag的其它数据显示到云端,但是我没有搞明白sensortag的四个数据通过蓝牙怎么传到IoT的板子的,这一部分还请您给我解释一下,谢谢

Alvin Chen:

回复 Kun Li10:

CC3200-to-CC2650 Connection Details

For reference, the following table summarises the connections between the CC3200 and the CC2650. 

CC3200LP rev.4.1EM Adapter BoosterPackCC2650EM-7ID rev.1.2

CC2560RST.P15.GPIO22.LP.P.2.10
LP2.10 Wire P20.8
nReset.P35.RF2.15

UARTTX.P3.GPIO12.LP.P.1.4
LP1.3 R3 P10.5
UARTRX.DIO_3.P8.RF1.9

UARTRX.P4.GPIO13.LP.P.1.3
LP1.4 R4 P10.4
UARTTX.DIO_4.P9.RF1.11

HS1.P62.GPIO07.LP.P.1.8
LP1.8 Wire P11.2
SBL.DIO_6.P11.RF1.4

HS2.P63.GPIO08

CC3200LED.P5.GPIO14.LP.P1.7

CC3200BTN.P6.GPIO15.LP.P2.7
LP2.7 10k PU LP1.1

CC2650LED.P53.GPIO30

CC2650BTN.P8.GPIO17.LP.P2.3
LP2.3 10k PU LP1.1

COEX0.P16.TDI

COEX1.P17.TDO

COEX2.P58.GPIO03.LP.P.1.2

COEX3.P59.GPIO04.LP.P.1.6

Kun Li10:

回复 Alvin Chen:

你好,我的板子和代码也可以跑通,在云端也能看到数据,但是数据是官方给好的sensortag的四个传感器的数据,而我现在要把sensortag的九轴传感器的数据显示到云端,那我得先搞清楚官方的四个数据是如何上传到云的,就是这四个数据我没有搞明白在代码中它是怎么从蓝牙传过来的?

http://processors.wiki.ti.com/index.php/Bluetooth_Smart_to_Wi-Fi_IoT_Gateway_-_Launchpad/Boosterpack_approach

 

这个是官方的,成功连接后的在cli的显示。

而我添加的九轴的之后,显示是

Id 0, string  /Acc/Cfg

请问这个该怎么正确实现?

Kun Li10:

回复 Susan Yang:

这个是官方给出的成功连接之后在cli端的显示,

而我要将sensortag的其他传感器的数据显示出来,我在

charNameMqtt[ ]的数组里添加了 "/Acc/"

然后我的打印信息是

Id 0, string /Acc/Cfg

[MQTT] Error in Set

请问我要添加显示其它传感器的数据,我应该通过什么样的方式?

da qin zheng sheng:

回复 Alvin Chen:

cc2650蓝牙和cc3200 wifi之间通过uart传递数据。你的云端数据连接网络了吧?

Kun Li10:

回复 da qin zheng sheng:

连接网络后,通过MQTT上传的数据

赞(0)
未经允许不得转载:TI中文支持网 » Bluetooth_Smart_to_Wi-Fi_IoT_Gateway_-_Launchpad
分享到: 更多 (0)