bluetooth.js 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147
  1. const common = require('./common.js');
  2. // const permisson = require('./permisson.js');
  3. import SystemInfoUtil from './SystemInfoUtil.js';
  4. // 蓝牙对应的权限名称
  5. // 蓝牙权限对应的中文名称
  6. const app = getApp();
  7. const bluetoothDevices = {
  8. ZX16D: require('./bluetooth/ZX16D.js'),
  9. FMBMS: require('./bluetooth/FMBMS.js'),
  10. LFBMS: require('./bluetooth/LFBMS.js'),
  11. JYBMS: require('./bluetooth/LFBMS.js'),
  12. BLFM: require('./bluetooth/BLFM.js'),
  13. ZXBT: require('./bluetooth/ZXBT.js'),
  14. LSBMS: require('./bluetooth/LSBMS.js'),
  15. LSCabinet: require('./bluetooth/LSCabinet.js'),
  16. ZXBTS: require('./bluetooth/ZXBTS.js'),
  17. AD3BTS: require('./bluetooth/AD3BTS.js'),
  18. BWJT: require('./bluetooth/ZXBT_JL.js'),
  19. JTBMS: require('./bluetooth/ZXBT_JL.js'),
  20. ZXCAR: require('./bluetooth/ZXCar.js')
  21. };
  22. //初始化蓝牙
  23. function initBluetooth() {
  24. console.log('initBluetooth');
  25. //监听蓝牙适配器状态变化事件
  26. uni.onBluetoothAdapterStateChange((res) => {
  27. console.log(res,'onBluetoothAdapterStateChange');
  28. Object.keys(app.globalData.adapterStateChangeFunc).forEach((n) => app.globalData.adapterStateChangeFunc[n](res));
  29. });
  30. //监听低功耗蓝牙连接状态的改变事件。包括开发者主动连接或断开连接,设备丢失,连接异常断开等等
  31. uni.onBLEConnectionStateChange((res) => {
  32. console.log('蓝牙状态变化/可能是断开连接',res);
  33. // console.log(app.globalData.connectionState,'app.globalData.connectionState');
  34. if (app.globalData.connectionState[res.deviceId]) {
  35. app.globalData.connectionState[res.deviceId].connected = res.connected;
  36. const device = app.globalData.connectionState[res.deviceId].device;
  37. if (app.globalData.connectionStateChangeFunc[device.mac_id]) {
  38. Object.keys(app.globalData.connectionStateChangeFunc[device.mac_id]).forEach((p) => app.globalData.connectionStateChangeFunc[device.mac_id][p](res));
  39. }
  40. // console.log(app.globalData.connectionStateChangeFunc[device.mac_id],'app.globalData.connectionStateChangeFunc');
  41. }
  42. });
  43. //监听低功耗蓝牙设备的特征值变化事件。必须先启用 notifyBLECharacteristicValueChange 接口才能接收到设备推送的 notification
  44. uni.onBLECharacteristicValueChange((res) => {
  45. // console.log(res,'restest1111');
  46. if (app.globalData.connectionState[res.deviceId]) {
  47. const device = app.globalData.connectionState[res.deviceId].device;
  48. // console.log(res.serviceId.toUpperCase() == bluetoothDeviceConfig(device).readServiceID.toUpperCase(),'00000');
  49. if (
  50. res.serviceId.toUpperCase() == bluetoothDeviceConfig(device).readServiceID.toUpperCase() &&
  51. res.characteristicId.toUpperCase() == bluetoothDeviceConfig(device).readID.toUpperCase()
  52. ) {
  53. var data = bluetoothDeviceConfig(device).readData(device, res.value, app.globalData.connectionState[res.deviceId].data);
  54. // console.log(data,'data--------');
  55. if (data) {
  56. app.globalData.connectionState[res.deviceId].data = data;
  57. if (app.globalData.characteristicStateChangeFunc[device.mac_id]) {
  58. Object.keys(app.globalData.characteristicStateChangeFunc[device.mac_id]).forEach((p) =>
  59. app.globalData.characteristicStateChangeFunc[device.mac_id][p](data)
  60. );
  61. common.simpleToast(app.globalData.connectionState[res.deviceId].data)
  62. // console.log(app.globalData.connectionState[res.deviceId].data);
  63. }
  64. }
  65. }
  66. }
  67. });
  68. }
  69. // 监听蓝牙适配器状态变化事件
  70. function onAdapterStateChange(name, callback) {
  71. app.globalData.adapterStateChangeFunc[name] = callback;
  72. }
  73. // 移除蓝牙适配器状态变化事件的监听
  74. function offAdapterStateChange(name) {
  75. delete app.globalData.adapterStateChangeFunc[name];
  76. }
  77. // 监听蓝牙设备连接状态变化事件
  78. function onConnectionStateChange(macid, name, callback) {
  79. if (!app.globalData.connectionStateChangeFunc[macid]) {
  80. app.globalData.connectionStateChangeFunc[macid] = {};
  81. }
  82. app.globalData.connectionStateChangeFunc[macid][name] = callback;
  83. }
  84. // 移除蓝牙设备连接状态变化事件的监听
  85. function offConnectionStateChange(macid, name) {
  86. if (app.globalData.connectionStateChangeFunc[macid]) {
  87. delete app.globalData.connectionStateChangeFunc[macid][name];
  88. }
  89. }
  90. // 监听蓝牙特征值状态变化事件
  91. function onCharacteristicStateChange(macid, name, callback) {
  92. if (!app.globalData.characteristicStateChangeFunc[macid]) {
  93. app.globalData.characteristicStateChangeFunc[macid] = {};
  94. }
  95. app.globalData.characteristicStateChangeFunc[macid][name] = callback;
  96. }
  97. // 移除蓝牙特征值状态变化事件的监听
  98. function offCharacteristicStateChange(macid, name) {
  99. if (app.globalData.characteristicStateChangeFunc[macid]) {
  100. delete app.globalData.characteristicStateChangeFunc[macid][name];
  101. }
  102. }
  103. // 获取蓝牙适配器的状态
  104. function getAdapterState(callback = () => {}, fail = () => {}) {
  105. uni.getBluetoothAdapterState({
  106. success: (res) => {
  107. callback(res);
  108. },
  109. fail: (res) => {
  110. console.log(res);
  111. fail(res);
  112. }
  113. });
  114. }
  115. // 打开蓝牙适配器
  116. function openBluetoothAdapter(callback = () => {}, fail = () => {}) {
  117. uni.openBluetoothAdapter({
  118. success: (res) => {
  119. console.log('初始化蓝牙模块成功');
  120. callback(res);
  121. },
  122. fail: (res) => {
  123. console.log(res);
  124. //permisson.permission_request(blePermissionName, blePermissionZhName);
  125. fail(res);
  126. }
  127. });
  128. }
  129. // 关闭蓝牙适配器
  130. function closeBluetoothAdapter(callback = () => {}, fail = () => {}) {
  131. uni.closeBluetoothAdapter({
  132. success: (res) => {
  133. app.globalData.adapterStateChangeFunc = {};
  134. app.globalData.connectionStateChangeFunc = {};
  135. app.globalData.characteristicStateChangeFunc = {};
  136. app.globalData.connectionState = {};
  137. callback(res);
  138. },
  139. fail: (res) => {
  140. console.log(res);
  141. fail(res);
  142. }
  143. });
  144. }
  145. // 函数acceptDevice用于接受设备
  146. // 参数device为设备对象
  147. function acceptDevice(device) {
  148. // 如果设备类型在bluetoothDevices中存在,则返回true,否则返回false
  149. return bluetoothDevices[device.bt_type] || (bluetoothDevices[device.device_type] && bluetoothDevices[device.device_type].acceptDevice(device)) ? true : false;
  150. }
  151. // 判断设备是否为单蓝牙设备
  152. function isSingleBT(device) {
  153. // if (bluetoothDevices[device_type] && bluetoothDevices[device_type].isSingleBt) {
  154. // return bluetoothDevices[device_type].isSingleBt()
  155. // }
  156. // return false
  157. // 判断设备配置是否存在且包含isSingleBt属性
  158. if (bluetoothDeviceConfig(device) && bluetoothDeviceConfig(device).isSingleBt) {
  159. // 返回设备配置中的isSingleBt属性值
  160. return bluetoothDeviceConfig(device).isSingleBt();
  161. }
  162. // 如果设备配置不存在或没有isSingleBt属性,则返回false
  163. return false;
  164. }
  165. // 判断设备是否为蜂鸣器
  166. function isBuzzer(device) {
  167. // 如果设备是蓝牙设备且设备配置中包含isBuzzer属性
  168. if (bluetoothDeviceConfig(device) && bluetoothDeviceConfig(device).isBuzzer) {
  169. // 返回设备配置中的isBuzzer属性值
  170. return bluetoothDeviceConfig(device).isBuzzer();
  171. }
  172. // 否则返回false
  173. return false;
  174. }
  175. // 判断设备是否为电压到电设备
  176. function isVoltageToEle(device) {
  177. // 如果设备配置中存在电压到电配置,则返回true
  178. if (bluetoothDeviceConfig(device) && bluetoothDeviceConfig(device).voltageToEle) {
  179. return true;
  180. }
  181. // 否则返回false
  182. return false;
  183. }
  184. // 根据macid判断是否是单蓝牙设备
  185. function isSginleBtByMacid(macid) {
  186. // 根据macid查找设备id
  187. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  188. // 打印全局连接状态
  189. console.log(app.globalData.connectionState);
  190. // 如果设备id为undefined,则返回false
  191. if (deviceId == undefined) {
  192. return false;
  193. }
  194. // 根据设备id判断是否是单蓝牙设备
  195. return isSingleBT(app.globalData.connectionState[deviceId].device);
  196. }
  197. function haveBMSForBT(device) {
  198. if (bluetoothDeviceConfig(device) && bluetoothDeviceConfig(device).haveBms) {
  199. return bluetoothDeviceConfig(device).haveBms();
  200. }
  201. return false;
  202. }
  203. // 定义一个函数,用于查找蓝牙设备
  204. function findDevice(device, callback = () => {}, fail = () => {}) {
  205. console.log('走到了findDevice fun');
  206. // 定义一个变量,用于存储设备ID
  207. var deviceId = '';
  208. // 判断设备是否为蓝牙设备
  209. if (!bluetoothDeviceConfig(device)) {
  210. // 如果不是蓝牙设备,则返回
  211. return;
  212. }
  213. // 打印查找到为蓝牙设备
  214. console.log('查找到为蓝牙设备');
  215. // 开始搜索蓝牙设备
  216. setTimeout(()=> {
  217. uni.startBluetoothDevicesDiscovery({
  218. // 搜索成功
  219. success(res) {
  220. console.log(res,'startBluetoothDevicesDiscovery');
  221. // 获取搜索到的蓝牙设备
  222. uni.getBluetoothDevices({
  223. success: (res) => {
  224. console.log(res,'getBluetoothDevices');
  225. // 遍历搜索到的蓝牙设备
  226. res.devices.forEach((data) => {
  227. // console.log(data,'data***************');
  228. // 判断设备是否为指定设备
  229. if (bluetoothDeviceConfig(device).isDevice(device, data)) {
  230. // uni.offBluetoothDeviceFound();
  231. uni.stopBluetoothDevicesDiscovery(); //查找到蓝牙设备停止搜索
  232. deviceId = data.deviceId;
  233. if (app.globalData.connectionState[deviceId]) {
  234. app.globalData.connectionState[deviceId].device = device;
  235. } else {
  236. app.globalData.connectionState[deviceId] = {
  237. device: device,
  238. deviceName:data.name,
  239. deviceId: deviceId,
  240. connected: false,
  241. data: {}
  242. };
  243. }
  244. callback(deviceId);
  245. }
  246. });
  247. setTimeout(function () {
  248. if (!deviceId) {
  249. // uni.offBluetoothDeviceFound();
  250. uni.stopBluetoothDevicesDiscovery();
  251. var res = {
  252. errCode: 9000001,
  253. errMsg: 'openBluetoothAdapter:find not device',
  254. errno: 9000002
  255. };
  256. fail(res);
  257. }
  258. }, 5000);
  259. },
  260. fail(res) {
  261. uni.stopBluetoothDevicesDiscovery();
  262. console.log(res);
  263. fail(res);
  264. }
  265. });
  266. // 监听蓝牙设备发现事件
  267. uni.onBluetoothDeviceFound((res) => {
  268. console.log(res,"foundDevice")
  269. // console.log(res);
  270. // 遍历搜索到的蓝牙设备列表
  271. res.devices.forEach((data) => {
  272. // 检查当前设备是否为目标设备
  273. if (bluetoothDeviceConfig(device).isDevice(device, data)) {
  274. // uni.offBluetoothDeviceFound();
  275. // 停止蓝牙设备搜索
  276. uni.stopBluetoothDevicesDiscovery();
  277. deviceId = data.deviceId;
  278. // 检查全局状态中是否已经存在该设备
  279. if (app.globalData.connectionState[deviceId]) {
  280. app.globalData.connectionState[deviceId].device = device;
  281. } else {
  282. // 如果不存在,创建新的设备状态对象
  283. app.globalData.connectionState[deviceId] = {
  284. device: device,
  285. deviceName:data.name,
  286. deviceId: deviceId,
  287. connected: false,
  288. data: {}
  289. };
  290. console.log(app.globalData.connectionState[deviceId],'datatest--------');
  291. }
  292. callback(deviceId);
  293. }
  294. });
  295. });
  296. },
  297. fail(res) {
  298. console.log(res);
  299. fail(res);
  300. }
  301. });
  302. }, 500);
  303. }
  304. // 连接设备函数
  305. function connectDevice(device, callback = () => {}, fail = () => {}) {
  306. // 打印设备信息
  307. console.log(device);
  308. // 判断设备是否符合蓝牙设备配置
  309. if (!bluetoothDeviceConfig(device) || !bluetoothDeviceConfig(device).acceptDevice(device)) {
  310. return;
  311. }
  312. // 获取设备ID
  313. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == device.mac_id);
  314. console.log(deviceId,'连接函数connectDevice deviceId');
  315. // 判断设备是否已经连接
  316. if (deviceId == undefined) {
  317. // 如果设备未连接,则查找设备
  318. findDevice(
  319. device,
  320. (deviceId) => {
  321. // 递归调用连接设备函数
  322. connectDevice(device, callback, fail);
  323. },
  324. (res) => {
  325. // 失败回调
  326. fail(res);
  327. }
  328. );
  329. return;
  330. } else {
  331. // 如果设备已经连接,则直接回调
  332. if (app.globalData.connectionState[deviceId].connected) {
  333. callback();
  334. return;
  335. }
  336. }
  337. const device_name=app.globalData.connectionState[deviceId].deviceName
  338. // 创建蓝牙连接
  339. uni.createBLEConnection({
  340. deviceId: deviceId,
  341. success: (res) => {
  342. console.log(res,'蓝牙连接成功');
  343. // 更新连接状态
  344. app.globalData.connectionState[deviceId] = {
  345. device: device,
  346. deviceName: device_name,
  347. deviceId: deviceId,
  348. connected: true,
  349. data: {}
  350. };
  351. // 调用连接成功回调
  352. alterConnect(
  353. device,
  354. deviceId,
  355. (res) => {
  356. console.log('uni.createBLEConnection');
  357. callback(res);
  358. },
  359. (res) => {
  360. console.log(' uni.createBLEConnection');
  361. // 关闭设备连接
  362. closeDevice(deviceId);
  363. // 失败回调
  364. fail(res);
  365. }
  366. );
  367. },
  368. fail(res) {
  369. console.log(res);
  370. // 如果连接失败,则关闭设备连接,并重新连接
  371. if (res.errCode == -1) {
  372. closeDevice(
  373. deviceId,
  374. (res) => {
  375. connectDevice(device, callback, fail);
  376. },
  377. (res) => {
  378. fail(res);
  379. }
  380. );
  381. } else {
  382. // 失败回调
  383. fail(res);
  384. }
  385. }
  386. });
  387. }
  388. // 函数alterConnect用于连接蓝牙设备
  389. function alterConnect(device, deviceId, callback = () => {}, fail = () => {}) {
  390. // 判断设备是否支持蓝牙连接
  391. console.log("xxxx1")
  392. if (!bluetoothDeviceConfig(device) || !bluetoothDeviceConfig(device).acceptDevice(device)) {
  393. return;
  394. }
  395. console.log("xxxx2")
  396. console.log(deviceId)
  397. // 获取蓝牙设备的服务列表
  398. uni.getBLEDeviceServices({
  399. deviceId: deviceId,
  400. success(res) {
  401. console.log(res,'res1111');
  402. // 获取蓝牙设备的写特征值
  403. uni.getBLEDeviceCharacteristics({
  404. deviceId: deviceId,
  405. serviceId: bluetoothDeviceConfig(device).writeServiceID,
  406. success(res) {
  407. console.log(res,'res22222');
  408. // 获取蓝牙设备的读特征值
  409. uni.getBLEDeviceCharacteristics({
  410. deviceId: deviceId,
  411. serviceId: bluetoothDeviceConfig(device).readServiceID,
  412. success(res) {
  413. console.log(res,'res3333');
  414. // 监听蓝牙设备的读特征值变化
  415. uni.notifyBLECharacteristicValueChange({
  416. state: true,
  417. deviceId: deviceId,
  418. serviceId: bluetoothDeviceConfig(device).readServiceID,
  419. characteristicId: bluetoothDeviceConfig(device).readID,
  420. success(res) {
  421. console.log(res);
  422. // 判断设备是否支持MTU,并且当前平台是否为安卓
  423. if (bluetoothDeviceConfig(device).MTU && SystemInfoUtil.platform == SystemInfoUtil.ANDROID) {
  424. // 设置蓝牙设备的MTU
  425. uni.setBLEMTU({
  426. deviceId: deviceId,
  427. mtu: bluetoothDeviceConfig(device).MTU,
  428. success: (res) => {
  429. console.log('setBLEMTU success>>', res);
  430. // 判断设备是否有alterConnect方法
  431. if (bluetoothDeviceConfig(device).alterConnect) {
  432. var data = bluetoothDeviceConfig(device).alterConnect(device, deviceId);
  433. console.log(data[0],'data111111');
  434. // 判断alterConnect方法是否返回数据
  435. if (data) {
  436. // 写入数据
  437. writeData(device, deviceId, data, callback, fail);
  438. } else {
  439. // 调用回调函数
  440. callback(res);
  441. }
  442. } else {
  443. // 调用回调函数
  444. callback(res);
  445. }
  446. },
  447. fail: (res) => {
  448. console.log('setBLEMTU fail>>', res);
  449. // 判断设备是否有alterConnect方法
  450. if (bluetoothDeviceConfig(device).alterConnect) {
  451. var data = bluetoothDeviceConfig(device).alterConnect(device, deviceId);
  452. // 判断alterConnect方法是否返回数据
  453. if (data) {
  454. // 写入数据
  455. writeData(device, deviceId, data, callback, fail);
  456. } else {
  457. // 调用回调函数
  458. callback(res);
  459. }
  460. } else {
  461. // 调用回调函数
  462. callback(res);
  463. }
  464. }
  465. });
  466. } else {
  467. // 判断设备是否有alterConnect方法
  468. if (bluetoothDeviceConfig(device).alterConnect) {
  469. var data = bluetoothDeviceConfig(device).alterConnect(device, deviceId);
  470. // 判断alterConnect方法是否返回数据
  471. if (data) {
  472. // 写入数据
  473. writeData(device, deviceId, data, callback, fail);
  474. } else {
  475. // 调用回调函数
  476. callback(res);
  477. }
  478. } else {
  479. // 调用回调函数
  480. callback(res);
  481. }
  482. }
  483. },
  484. fail(res) {
  485. // 调用失败回调函数
  486. fail(res);
  487. }
  488. });
  489. },
  490. fail(res) {
  491. // 调用失败回调函数
  492. fail(res);
  493. }
  494. });
  495. },
  496. fail(res) {
  497. // 调用失败回调函数
  498. fail(res);
  499. }
  500. });
  501. },
  502. fail(res) {
  503. // 调用失败回调函数
  504. fail(res);
  505. }
  506. });
  507. }
  508. // 关闭设备连接
  509. function closeDevice(macid, callback = () => {}, fail = () => {}) {
  510. // 获取设备ID
  511. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  512. // 如果设备ID不存在,则调用fail函数
  513. if (deviceId == undefined) {
  514. fail();
  515. return;
  516. } else {
  517. // 如果设备未连接,则调用callback函数
  518. if (!app.globalData.connectionState[deviceId].connected) {
  519. callback();
  520. return;
  521. }
  522. }
  523. // 获取设备信息
  524. const device = app.globalData.connectionState[deviceId].device;
  525. // 关闭设备连接
  526. uni.closeBLEConnection({
  527. deviceId: deviceId,
  528. success: (res) => {
  529. console.log(res);
  530. // 如果设备连接状态存在,则将连接状态设置为false
  531. if (app.globalData.connectionState[deviceId]) {
  532. app.globalData.connectionState[deviceId].connected = false;
  533. }
  534. // 调用callback函数
  535. callback(res);
  536. },
  537. fail(res) {
  538. console.log(res);
  539. // 调用fail函数
  540. fail(res);
  541. }
  542. });
  543. }
  544. function bmsInfo(macid) {
  545. console.log(macid);
  546. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  547. if (deviceId == undefined) {
  548. return false;
  549. }
  550. const device = app.globalData.connectionState[deviceId].device;
  551. if (!bluetoothDeviceConfig(device).bmsInfo) {
  552. return false;
  553. }
  554. return bluetoothDeviceConfig(device).bmsInfo(device, deviceId, app.globalData.connectionState[deviceId].data);
  555. }
  556. function bmsSet(macid, name, vars, callback = () => {}, fail = () => {}) {
  557. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  558. if (deviceId == undefined) {
  559. fail();
  560. return false;
  561. }
  562. const device = app.globalData.connectionState[deviceId].device;
  563. if (!bluetoothDeviceConfig(device).bmsSet) {
  564. fail();
  565. return false;
  566. }
  567. var data = bluetoothDeviceConfig(device).bmsSet(device, deviceId, name, vars);
  568. if (data) {
  569. writeData(device, deviceId, data, callback, fail);
  570. return true;
  571. }
  572. fail();
  573. return false;
  574. }
  575. // 定义一个函数,用于向蓝牙设备写入数据
  576. function writeData(device, deviceId, data, callback = () => {}, fail = () => {}) {
  577. // 如果数据长度为0,则直接返回
  578. console.log(data,'data写入---------------------');
  579. if (data.length == 0) {
  580. return;
  581. }
  582. // 将数据转换为ArrayBuffer类型
  583. var buffer;
  584. buffer = common.toArrayBuffer(data.shift());
  585. // console.log(buffer,'buffer111');
  586. // 调用uni.writeBLECharacteristicValue方法,向蓝牙设备写入数据
  587. setTimeout(() => {
  588. uni.writeBLECharacteristicValue({
  589. deviceId: deviceId,
  590. serviceId: bluetoothDeviceConfig(device).writeServiceID,
  591. characteristicId: bluetoothDeviceConfig(device).writeID,
  592. // writeType:'write',// 写入方式
  593. value: buffer,
  594. // 成功回调函数
  595. success(res) {
  596. uni.hideLoading();
  597. console.log('写入成功');
  598. // 如果数据长度为0,则调用回调函数
  599. if (data.length == 0) {
  600. callback(res);
  601. } else {
  602. // 否则,延时500毫秒后再次调用writeData函数
  603. setTimeout(() => {
  604. writeData(device, deviceId, data, callback, fail);
  605. }, 500);
  606. }
  607. },
  608. // 失败回调函数
  609. fail(res) {
  610. console.log(res);
  611. // 调用失败回调函数
  612. fail(res);
  613. }
  614. });
  615. }, 500);
  616. }
  617. function stateUpdate(macid, callback = () => {}, fail = () => {}) {
  618. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  619. if (deviceId == undefined) {
  620. fail();
  621. return false;
  622. }
  623. const device = app.globalData.connectionState[deviceId].device;
  624. if (!bluetoothDeviceConfig(device).stateUpdate) {
  625. fail();
  626. return false;
  627. }
  628. var data = bluetoothDeviceConfig(device).stateUpdate(device, deviceId);
  629. if (data) {
  630. writeData(device, deviceId, data, callback, fail);
  631. return true;
  632. }
  633. fail();
  634. return false;
  635. }
  636. function voltageToEle(macid, value, callback = () => {}, fail = () => {}) {
  637. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  638. if (deviceId == undefined) {
  639. fail();
  640. return false;
  641. }
  642. const device = app.globalData.connectionState[deviceId].device;
  643. if (!bluetoothDeviceConfig(device).voltageToEle) {
  644. fail();
  645. return false;
  646. }
  647. var data = bluetoothDeviceConfig(device).voltageToEle(device, value);
  648. if (data) {
  649. writeData(device, deviceId, data, callback, fail);
  650. return true;
  651. }
  652. fail();
  653. return false;
  654. }
  655. function turnOn(macid, callback = () => {}, fail = () => {}) {
  656. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  657. if (deviceId == undefined) {
  658. fail();
  659. return false;
  660. }
  661. const device = app.globalData.connectionState[deviceId].device;
  662. if (!bluetoothDeviceConfig(device).turnOn) {
  663. fail();
  664. return false;
  665. }
  666. var data = bluetoothDeviceConfig(device).turnOn(device, deviceId);
  667. if (data) {
  668. writeData(device, deviceId, data, callback, fail);
  669. return true;
  670. }
  671. fail();
  672. return false;
  673. }
  674. function turnOnBuzzer(macid, callback = () => {}, fail = () => {}) {
  675. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  676. if (deviceId == undefined) {
  677. fail();
  678. return false;
  679. }
  680. const device = app.globalData.connectionState[deviceId].device;
  681. if (!bluetoothDeviceConfig(device).turnOnBuzzer) {
  682. fail();
  683. return false;
  684. }
  685. var data = bluetoothDeviceConfig(device).turnOnBuzzer(device, deviceId);
  686. if (data) {
  687. writeData(device, deviceId, data, callback, fail);
  688. return true;
  689. }
  690. fail();
  691. return false;
  692. }
  693. function turnOffBuzzer(macid, callback = () => {}, fail = () => {}) {
  694. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  695. if (deviceId == undefined) {
  696. fail();
  697. return false;
  698. }
  699. const device = app.globalData.connectionState[deviceId].device;
  700. if (!bluetoothDeviceConfig(device).turnOffBuzzer) {
  701. fail();
  702. return false;
  703. }
  704. var data = bluetoothDeviceConfig(device).turnOffBuzzer(device, deviceId);
  705. if (data) {
  706. writeData(device, deviceId, data, callback, fail);
  707. return true;
  708. }
  709. fail();
  710. return false;
  711. }
  712. function turnOff(macid, callback = () => {}, fail = () => {}) {
  713. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  714. if (deviceId == undefined) {
  715. fail();
  716. return false;
  717. }
  718. const device = app.globalData.connectionState[deviceId].device;
  719. if (!bluetoothDeviceConfig(device).turnOff) {
  720. fail();
  721. return false;
  722. }
  723. var data = bluetoothDeviceConfig(device).turnOff(device, deviceId);
  724. if (data) {
  725. writeData(device, deviceId, data, callback, fail);
  726. return true;
  727. }
  728. fail();
  729. return false;
  730. }
  731. function bmsChargingMOS(macid, value, callback = () => {}, fail = () => {}) {
  732. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  733. if (deviceId == undefined) {
  734. fail();
  735. return false;
  736. }
  737. const device = app.globalData.connectionState[deviceId].device;
  738. if (!bluetoothDeviceConfig(device).bmsChargingMOS) {
  739. fail();
  740. return false;
  741. }
  742. var data = bluetoothDeviceConfig(device).bmsChargingMOS(value - 0, device);
  743. if (data) {
  744. writeData(device, deviceId, data, callback, fail);
  745. return true;
  746. }
  747. fail();
  748. return false;
  749. }
  750. function bmsDischargeMOS(macid, value, callback = () => {}, fail = () => {}) {
  751. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  752. if (deviceId == undefined) {
  753. fail();
  754. return false;
  755. }
  756. const device = app.globalData.connectionState[deviceId].device;
  757. if (!bluetoothDeviceConfig(device).bmsDischargeMOS) {
  758. fail();
  759. return false;
  760. }
  761. var data = bluetoothDeviceConfig(device).bmsDischargeMOS(value - 0, device);
  762. if (data) {
  763. writeData(device, deviceId, data, callback, fail);
  764. return true;
  765. }
  766. fail();
  767. return false;
  768. }
  769. function isConnected(macid) {
  770. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  771. if (deviceId == undefined) {
  772. return false;
  773. }
  774. return app.globalData.connectionState[deviceId].connected;
  775. }
  776. function getData(macid) {
  777. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  778. if (deviceId == undefined) {
  779. return false;
  780. }
  781. return app.globalData.connectionState[deviceId].data;
  782. }
  783. function getConnectionState(macid) {
  784. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  785. if (deviceId == undefined) {
  786. return false;
  787. }
  788. return app.globalData.connectionState[deviceId];
  789. }
  790. function bluetoothDeviceConfig(device) {
  791. if (bluetoothDevices[device.bt_type]) {
  792. return bluetoothDevices[device.bt_type];
  793. } else if (bluetoothDevices[device.device_type]) {
  794. return bluetoothDevices[device.device_type];
  795. } else {
  796. return false;
  797. }
  798. }
  799. function isUniversalBluetoothPlugin(device) {
  800. if (bluetoothDevices[device.bt_type]) {
  801. return bluetoothDevices[device.bt_type];
  802. } else {
  803. return false;
  804. }
  805. }
  806. function sendHireCommand(macid, info, callback = () => {}, fail = () => {}) {
  807. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  808. if (deviceId == undefined) {
  809. fail();
  810. return false;
  811. }
  812. const device = app.globalData.connectionState[deviceId].device;
  813. if (!bluetoothDevices[device.device_type].sendHireCommand) {
  814. fail();
  815. return false;
  816. }
  817. var data = bluetoothDevices[device.device_type].sendHireCommand(info);
  818. if (data) {
  819. writeData(device, deviceId, data, callback, fail);
  820. return true;
  821. }
  822. fail();
  823. return false;
  824. }
  825. function sendBackCommand(macid, info, callback = () => {}, fail = () => {}) {
  826. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  827. if (deviceId == undefined) {
  828. fail();
  829. return false;
  830. }
  831. const device = app.globalData.connectionState[deviceId].device;
  832. if (!bluetoothDevices[device.device_type].sendBackCommand) {
  833. fail();
  834. return false;
  835. }
  836. var data = bluetoothDevices[device.device_type].sendBackCommand(info);
  837. if (data) {
  838. writeData(device, deviceId, data, callback, fail);
  839. return true;
  840. }
  841. fail();
  842. return false;
  843. }
  844. function sendExchangeCommand(macid, info, callback = () => {}, fail = () => {}) {
  845. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  846. if (deviceId == undefined) {
  847. fail();
  848. return false;
  849. }
  850. const device = app.globalData.connectionState[deviceId].device;
  851. if (!bluetoothDevices[device.device_type].sendExchangeCommand) {
  852. fail();
  853. return false;
  854. }
  855. var data = bluetoothDevices[device.device_type].sendExchangeCommand(info);
  856. if (data) {
  857. writeData(device, deviceId, data, callback, fail);
  858. return true;
  859. }
  860. fail();
  861. return false;
  862. }
  863. // 定义一个函数,用于发送获取柜子信息的命令
  864. function sendGetCabinetInfoCommand(macid, info, callback = () => {}, fail = () => {}) {
  865. // 获取设备ID
  866. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  867. console.log(deviceId,'deviceId0000');
  868. // 如果设备ID为空,则调用fail函数并返回false
  869. if (deviceId == undefined) {
  870. fail();
  871. return false;
  872. }
  873. console.log(app.globalData.connectionState[deviceId].device,'device333333');
  874. console.log(bluetoothDevices,'deviceId11111');
  875. console.log(bluetoothDevices['ZXCAR'].sendGetCabinetInfoCommand,'test333');
  876. // 获取设备信息
  877. const device = app.globalData.connectionState[deviceId].device;
  878. // 如果设备类型没有sendGetCabinetInfoCommand方法,则调用fail函数并返回false
  879. if (!bluetoothDevices[device.device_type].sendGetCabinetInfoCommand) {
  880. fail();
  881. return false;
  882. }
  883. console.log(bluetoothDevices[device.device_type].sendGetCabinetInfoCommand(info),'deviceId2222');
  884. // 调用sendGetCabinetInfoCommand方法,获取数据
  885. var data = bluetoothDevices[device.device_type].sendGetCabinetInfoCommand(info);
  886. // 如果数据存在,则调用writeData函数,并返回true
  887. if (data) {
  888. writeData(device, deviceId, data, callback, fail);
  889. return true;
  890. }
  891. fail();
  892. return false;
  893. }
  894. function sendConfirmCommand(macid, value, serialNum, callback = () => {}, fail = () => {}) {
  895. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  896. if (deviceId == undefined) {
  897. fail();
  898. return false;
  899. }
  900. const device = app.globalData.connectionState[deviceId].device;
  901. if (!bluetoothDevices[device.device_type].sendConfirmCommand) {
  902. fail();
  903. return false;
  904. }
  905. var data = bluetoothDevices[device.device_type].sendConfirmCommand(value, serialNum);
  906. if (data) {
  907. writeData(device, deviceId, data, callback, fail);
  908. return true;
  909. }
  910. fail();
  911. return false;
  912. }
  913. function sendCancelCommand(macid, serialNum, callback = () => {}, fail = () => {}) {
  914. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  915. if (deviceId == undefined) {
  916. fail();
  917. return false;
  918. }
  919. const device = app.globalData.connectionState[deviceId].device;
  920. if (!bluetoothDevices[device.device_type].sendCancelCommand) {
  921. fail();
  922. return false;
  923. }
  924. var data = bluetoothDevices[device.device_type].sendCancelCommand(serialNum);
  925. if (data) {
  926. writeData(device, deviceId, data, callback, fail);
  927. return true;
  928. }
  929. fail();
  930. return false;
  931. }
  932. //切换正常工厂模式
  933. function sendSwitchNormalCommand(macid, callback = () => {}, fail = () => {}) {
  934. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  935. if (deviceId == undefined) {
  936. fail();
  937. return false;
  938. }
  939. const device = app.globalData.connectionState[deviceId].device;
  940. if (!bluetoothDevices[device.device_type].switchFactory) {
  941. fail();
  942. return false;
  943. }
  944. var data = bluetoothDevices[device.device_type].switchFactory(device,deviceId);
  945. if (data) {
  946. console.log(data,'写入data');
  947. writeData(device, deviceId, data, callback, fail);
  948. return true;
  949. }
  950. fail();
  951. return false;
  952. }
  953. function sendOTACommand(macid, callback = () => {}, fail = () => {}) {
  954. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  955. if (deviceId == undefined) {
  956. fail();
  957. return false;
  958. }
  959. const device = app.globalData.connectionState[deviceId].device;
  960. if ( !bluetoothDevices[device.device_type].otaUpgrade) {
  961. fail();
  962. return false;
  963. }
  964. var data = bluetoothDevices[device.device_type].otaUpgrade(device,deviceId);
  965. if (data) {
  966. data.then(result => {
  967. console.log(result[0],'result');
  968. writeData(device, deviceId, [result[0]], callback, fail);
  969. // const testData=result.slice(0,3)
  970. // const testData=result
  971. // for(let i = 0; i < testData.length; i++){
  972. // if(i==(testData.length-1)){
  973. // console.log('发送升级文件结束');
  974. // }
  975. // console.log(testData[i],'[testData[i]]');
  976. // writeData(device, deviceId, [testData[i]], callback, fail);
  977. // }
  978. }).catch(error => {
  979. console.error(error); // 如果Promise被拒绝,这将打印出错误信息
  980. });
  981. return true;
  982. }
  983. fail();
  984. return false;
  985. }
  986. function executeDeviceCommand(macid, commandName, callback = () => {}, fail = () => {}) {
  987. console.log('test');
  988. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  989. if (deviceId == undefined) {
  990. fail();
  991. return false;
  992. }
  993. const device = app.globalData.connectionState[deviceId].device;
  994. if (!bluetoothDeviceConfig(device)[commandName]) {
  995. fail();
  996. return false;
  997. }
  998. var data = bluetoothDeviceConfig(device)[commandName](device, deviceId);
  999. if (data) {
  1000. writeData(device, deviceId, data, callback, fail);
  1001. return true;
  1002. }
  1003. fail();
  1004. return false;
  1005. }
  1006. //开机
  1007. function turnOnCar(macid, callback = () => {}, fail = () => {}) {
  1008. return executeDeviceCommand(macid, 'turnOnCar', callback, fail);
  1009. }
  1010. //关机
  1011. function turnOffCar(macid, callback = () => {}, fail = () => {}) {
  1012. return executeDeviceCommand(macid, 'turnOffCar', callback, fail);
  1013. }
  1014. //寻车
  1015. function findCarCmd(macid, callback = () => {}, fail = () => {}) {
  1016. return executeDeviceCommand(macid, 'findCarCmd', callback, fail);
  1017. }
  1018. //打开车座
  1019. function openCarSeat(macid, callback = () => {}, fail = () => {}) {
  1020. return executeDeviceCommand(macid, 'openCarSeat', callback, fail);
  1021. }
  1022. //打开车后备箱
  1023. function openCarTrunk(macid, callback = () => {}, fail = () => {}) {
  1024. return executeDeviceCommand(macid, 'openCarTrunk', callback, fail);
  1025. }
  1026. //获取胎压
  1027. function getCarPressure(macid, callback = () => {}, fail = () => {}) {
  1028. return executeDeviceCommand(macid, 'getCarPressure', callback, fail);
  1029. }
  1030. //打开接近解锁
  1031. function nearUnlock(macid, callback = () => {}, fail = () => {}) {
  1032. return executeDeviceCommand(macid, 'nearUnlock', callback, fail);
  1033. }
  1034. //关闭接近解锁
  1035. function nearCloseUnlock(macid, callback = () => {}, fail = () => {}) {
  1036. return executeDeviceCommand(macid, 'nearCloseUnlock', callback, fail);
  1037. }
  1038. //获取灵敏度设置
  1039. function getSensitivity(macid, callback = () => {}, fail = () => {}) {
  1040. return executeDeviceCommand(macid, 'getSensitivity', callback, fail);
  1041. }
  1042. //设置灵敏度
  1043. function setSensitivity(macid,type, callback = () => {}, fail = () => {}) {
  1044. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == macid);
  1045. if (deviceId == undefined) {
  1046. fail();
  1047. return false;
  1048. }
  1049. const device = app.globalData.connectionState[deviceId].device;
  1050. if (!bluetoothDeviceConfig(device)[setSensitivity]) {
  1051. fail();
  1052. return false;
  1053. }
  1054. var data = bluetoothDeviceConfig(device)[setSensitivity](device, deviceId,type);
  1055. if (data) {
  1056. writeData(device, deviceId, data, callback, fail);
  1057. return true;
  1058. }
  1059. fail();
  1060. return false;
  1061. }
  1062. //
  1063. function setNearUnlock(macid, callback = () => {}, fail = () => {}) {
  1064. return executeDeviceCommand(macid, 'setNearUnlock', callback, fail);
  1065. }
  1066. //获取靠近解锁设置
  1067. function getNearUnlockSet(macid, callback = () => {}, fail = () => {}) {
  1068. return executeDeviceCommand(macid, 'getNearUnlockSet', callback, fail);
  1069. }
  1070. module.exports = {
  1071. initBluetooth: initBluetooth,
  1072. onAdapterStateChange: onAdapterStateChange,
  1073. offAdapterStateChange: offAdapterStateChange,
  1074. onConnectionStateChange: onConnectionStateChange,
  1075. offConnectionStateChange: offConnectionStateChange,
  1076. onCharacteristicStateChange: onCharacteristicStateChange,
  1077. offCharacteristicStateChange: offCharacteristicStateChange,
  1078. getAdapterState: getAdapterState,
  1079. openBluetoothAdapter: openBluetoothAdapter,
  1080. closeBluetoothAdapter: closeBluetoothAdapter,
  1081. acceptDevice: acceptDevice,
  1082. findDevice: findDevice,
  1083. connectDevice: connectDevice,
  1084. closeDevice: closeDevice,
  1085. stateUpdate: stateUpdate,
  1086. turnOn: turnOn,
  1087. turnOff: turnOff,
  1088. turnOnBuzzer: turnOnBuzzer,
  1089. turnOffBuzzer: turnOffBuzzer,
  1090. bmsInfo: bmsInfo,
  1091. bmsSet: bmsSet,
  1092. isConnected: isConnected,
  1093. getData: getData,
  1094. isSingleBT: isSingleBT,
  1095. isBuzzer: isBuzzer,
  1096. haveBMSForBT: haveBMSForBT,
  1097. isSginleBtByMacid: isSginleBtByMacid,
  1098. getConnectionState: getConnectionState,
  1099. bmsChargingMOS: bmsChargingMOS,
  1100. bmsDischargeMOS: bmsDischargeMOS,
  1101. bluetoothDeviceConfig: bluetoothDeviceConfig,
  1102. voltageToEle: voltageToEle,
  1103. isVoltageToEle: isVoltageToEle,
  1104. isUniversalBluetoothPlugin: isUniversalBluetoothPlugin,
  1105. //机柜协议增加
  1106. sendHireCommand: sendHireCommand,
  1107. sendBackCommand: sendBackCommand,
  1108. sendExchangeCommand: sendExchangeCommand,
  1109. sendGetCabinetInfoCommand: sendGetCabinetInfoCommand,
  1110. sendConfirmCommand: sendConfirmCommand,
  1111. sendCancelCommand: sendCancelCommand,
  1112. //切换正常工厂模式写入
  1113. sendSwitchNormalCommand,
  1114. //蓝牙中控
  1115. sendOTACommand,
  1116. // 执行设备命令
  1117. executeDeviceCommand,
  1118. turnOnCar,
  1119. turnOffCar,
  1120. findCarCmd,
  1121. openCarSeat,
  1122. openCarTrunk,
  1123. getCarPressure,
  1124. nearUnlock,
  1125. nearCloseUnlock,
  1126. getSensitivity,
  1127. setSensitivity,
  1128. getNearUnlockSet,
  1129. setNearUnlock,
  1130. };