ZXCar.js 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  1. const common = require('../common.js');
  2. const FMBMS = require('./FMBMS.js');
  3. var bluetooth = require('@/common/bluetooth.js');
  4. import permision from "@/js_sdk/wa-permission/permission.js"
  5. const readServiceID = '0000FEE7-0000-1000-8000-00805F9B34FB';
  6. const readID = '000036F6-0000-1000-8000-00805F9B34FB';
  7. const writeServiceID = '0000FEE7-0000-1000-8000-00805F9B34FB';
  8. const writeID = '000036F5-0000-1000-8000-00805F9B34FB';
  9. const MTU = 115;
  10. let subIndex = -1
  11. let commands = []; // 升级包指令数组,每个指令是一个 ArrayBuffer
  12. let currentCommandIndex = 1;
  13. var totalLength = 0 //总包长度
  14. var joinPack = []//接收到的数据包
  15. var readRepeatTime = 0 //读到完整数据包的时间戳
  16. var readRepeatTime = 0 //读到完整数据包的时间戳
  17. function acceptDevice(device) {
  18. return device.btid ? true : false;
  19. }
  20. function isSingleBt() {
  21. console.log('是单蓝牙');
  22. return true;
  23. }
  24. function haveBms() {
  25. console.log('是单蓝牙并且带bms');
  26. return true;
  27. }
  28. function isDevice(device, data) {
  29. console.log(device,data,'device111');
  30. const advertisData = new Uint8Array(data.advertisData);
  31. // console.log(advertisData,'判断返回第几个字段是正常模式还是升级模式');
  32. //打印返回广播 判断返回字段是正常模式还是升级模式
  33. // console.log(advertisData.slice(4, 10).toString(),'device2222');
  34. const mac = device.btid
  35. .split('')
  36. .map((p, i) => parseInt(p + device.btid[i + 1], 16))
  37. .filter((p, i) => i % 2 == 0);
  38. // if ( advertisData.slice(4, 10).toString() == "095A5832") {
  39. // return true;
  40. // }
  41. //判断是否是智寻的蓝牙
  42. // const result = data.name.startsWith("ZX");
  43. const result = (data.name==device.mac_id);
  44. // const result = data.name.startsWith("ZN");
  45. // if (data.name === "865416038002201") {
  46. // if (data.name === "ZX2503150000000") {
  47. if (result) {
  48. return true
  49. }
  50. return false;
  51. }
  52. //连接蓝牙后 发送登录指令
  53. function alterConnect(device, deviceId) {
  54. const app = getApp();
  55. readRepeatTime=0
  56. // console.log(device,app.globalData.connectionState[deviceId],'deviceliuwei');
  57. //登录 crc[0x1F,0x0F,0x5A,0x58,0x32,0x32,0x30,0x32,0x32,0x32,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x08,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x67,0xAC,0x53,0xE7,0x08,0x00]
  58. //登录 [[0x22,0x22,0x01,0x1F,0x0F,0x5A,0x58,0x32,0x32,0x30,0x32,0x32,0x32,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x08,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x67,0xAC,0x53,0xE7,0x08,0x00,crc_data,0xAA,0xAA]]
  59. //时间戳 0x67AC53E7 0x65,0xB3,0xED,0x6F 16:00:05
  60. //切换正常,工厂下发指令 [[0x22,0x22,0x54,0x01,0x01,0x12,0xAA,0xAA]]
  61. //OTA 升级指令 [[0x22,0x22,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,n,0xCB,0xAA,0xAA]]
  62. // const data = [0x1F, 0x0F, ,0x5A,0x58, 0x35, 0x32, 0x30, 0x32, 0x32, 0x32, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
  63. console.log("校检---》")
  64. let data=[ 0x1F, 0x0F]
  65. // const device_name=app.globalData.connectionState[device.mac_id].deviceName
  66. const device_sn=stringToHexArray(device.mac_id)
  67. // const car_info = uni.getStorageSync('car_info')
  68. // const device_sn=stringToHexArray(car_info.car_sn)
  69. // const device_sn=stringToHexArray('865416038001109')
  70. data.push(...device_sn)
  71. data.push(0x08, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x67, 0xAC, 0x53, 0xE7, 0x08, 0x00)
  72. // const data=[ 0x1F, 0x0F,0x38, 0x36, 0x35, 0x34, 0x31, 0x36, 0x30, 0x33, 0x38, 0x30, 0x30, 0x32, 0x32, 0x30, 0x31,0x08, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x67, 0xAC, 0x53, 0xE7, 0x08, 0x00]
  73. // console.log(data,'datatest');
  74. console.log(crc8IEEE8023(data).toString(16).toUpperCase(),'crc---------');
  75. const crc_data = parseInt(crc8IEEE8023(data).toString(16).toUpperCase(),16)
  76. // const crc_data =crc8IEEE8023(data).toString(16).toUpperCase()
  77. data.push(crc_data,0xAA,0xAA)
  78. data.unshift(0x22,0x22,0x01)
  79. // // 从索引 0 开始,删除 3 个元素
  80. const firstPart = data.splice(0, 20);
  81. // // 剩余的元素
  82. const secondPart = data;
  83. // const threePart = data;
  84. // return [data]
  85. return [firstPart,secondPart]
  86. // return [[0x22]]
  87. }
  88. function crc8IEEE8023(data) {
  89. const poly = 0x07; // IEEE 802.3 polynomial x^8 + x^2 + x + 1
  90. let crc = 0x00;
  91. for (let i = 0; i < data.length; i++) {
  92. crc ^= data[i];
  93. for (let j = 0; j < 8; j++) {
  94. if (crc & 0x80) {
  95. crc = ((crc << 1) ^ poly) & 0xFF;
  96. } else {
  97. crc = (crc << 1) & 0xFF;
  98. }
  99. }
  100. }
  101. return crc;
  102. }
  103. function stringToHexArray(str) {
  104. const result = [];
  105. for (let i = 0; i < str.length; i++) {
  106. const charCode = str.charCodeAt(i); // 获取字符的 ASCII 码值
  107. const hexValue=`0x${charCode.toString(16).toUpperCase()}`
  108. const hexDataValue=parseInt(hexValue,16)
  109. result.push(hexDataValue);
  110. }
  111. return result;
  112. }
  113. //收到硬件方向软件方发送的数据
  114. function readData(device, value, data) {
  115. console.log('***********************test');
  116. var test = new Uint8Array(value);
  117. // const bmsData=Array.from(test);
  118. const normalArray=Array.from(test);
  119. // console.log(bmsData,'bmsData-------------');
  120. // const normalArray =packBmsData(bmsData)
  121. console.log('normalArray---------------',normalArray);
  122. if(normalArray[2]!=0x7E) return
  123. if(normalArray){
  124. switch(normalArray[2]){
  125. case 0x60:
  126. //登陆指令
  127. loginCmd(device.mac_id,normalArray)
  128. break;
  129. case 0x61||0x62||0x65:
  130. //开机指令 关机 寻车 //设置灵敏度回复
  131. trunCarCommand(device.mac_id,normalArray)
  132. break;
  133. case 0x66:
  134. //升级指令
  135. checkSendNextCommand(device.mac_id,normalArray)
  136. break;
  137. case 0x7C:
  138. //接近解锁指令
  139. nearCarCmd(device.mac_id,normalArray)
  140. break;
  141. case 0x7E:
  142. //获取车辆接近解锁 是否配对 灵敏度信息
  143. getNearCarCmdInfo(device.mac_id,normalArray)
  144. break;
  145. }
  146. }
  147. // console.log(normalArray,currentCommandIndex-1,commands[currentCommandIndex],commands[currentCommandIndex-1], 'value**************************');
  148. // if((normalArray[0]==0x00) && (normalArray[1]==0x01) && normalArray.length==2){
  149. // switch (normalArray[1]) {
  150. // case 0x01:
  151. // uni.showModal({
  152. // title: '提示',
  153. // confirmText: '开始升级',
  154. // content: '登陆成功,当前处于升级模式是否开始升级',
  155. // success: function(res) {
  156. // if (res.confirm) {
  157. // currentCommandIndex=0
  158. // otaUpgrade().then(()=>{
  159. // //登陆成功 且当前为升级模式可以发送升级文件
  160. // sendNextCommand(device.mac_id)
  161. // })
  162. // } else {}
  163. // }
  164. // });
  165. // return [1,1,2,3]
  166. // break;
  167. // }
  168. // }else if(normalArray[0]==0x00&&normalArray.length==1){
  169. // // common.simpleToast('开机成功', 2000)
  170. // return '操作成功'
  171. // }else{
  172. // switch(normalArray[3]){
  173. // case 0x00:
  174. // sendNextCommand(device.mac_id)
  175. // break;
  176. // case 0x01:
  177. // uni.hideLoading();
  178. // console.log(normalArray,commands.length,currentCommandIndex-1,commands[currentCommandIndex-3],commands[currentCommandIndex-2],commands[currentCommandIndex-1], 'value**************************');
  179. // common.simpleToast('升级文件回复失败', 2000)
  180. // // test() 升级文件回复失败
  181. // break;
  182. // }
  183. // }
  184. return data;
  185. }
  186. function loginCmd(mac_id,data){
  187. const len=data.length-4
  188. if(data[len-1]==0x00 && data[len]==0x01){
  189. // uni.showModal({
  190. // title: '提示',
  191. // confirmText: '开始升级',
  192. // content: '登陆成功,当前处于升级模式是否开始升级',
  193. // success: function(res) {
  194. // if (res.confirm) {
  195. // currentCommandIndex=0
  196. // otaUpgrade().then(()=>{
  197. // //登陆成功 且当前为升级模式可以发送升级文件
  198. // sendNextCommand(device.mac_id)
  199. // })
  200. // } else {}
  201. // }
  202. // });
  203. }else if(data[4]==0x00 && data[4]==0x00){
  204. // uni.hideLoading();
  205. //正常模式
  206. console.log('登陆成功');
  207. // if('lockType' in app.globalData.nearLockInfo ){
  208. // if(app.globalData.nearLockInfo.lockType==0){
  209. // console.log('获取接近解锁指令为关闭');
  210. // }else{
  211. // uni.hideLoading();
  212. // console.log('获取接近解锁指令为成功');
  213. // }
  214. // }else{
  215. // const getNearUnlockSetCmd=getNearUnlockSet()
  216. // console.log(getNearUnlockSetCmd,'getNearUnlockSetCmd');
  217. // writeData(mac_id,getNearUnlockSetCmd)
  218. // }
  219. checkUnlock(mac_id,'login')
  220. }
  221. }
  222. function checkSendNextCommand(mac_id,data){
  223. const len=data.length-4
  224. if(data[len]==0x00){
  225. sendNextCommand(device.mac_id)
  226. }else if(data[len]==0x01){
  227. uni.hideLoading();
  228. // console.log(normalArray,commands.length,currentCommandIndex-1,commands[currentCommandIndex-3],commands[currentCommandIndex-2],commands[currentCommandIndex-1], 'value**************************');
  229. common.simpleToast('升级文件回复失败')
  230. }
  231. }
  232. function trunCarCommand(mac_id,data){
  233. uni.hideLoading();
  234. const len=data.length-4
  235. if(data[len]==0x00){
  236. common.simpleToast('操作成功')
  237. }else if(data[len]==0x01){
  238. common.simpleToast('操作失败')
  239. }
  240. }
  241. function nearCarCmd(mac_id,data){
  242. const app = getApp();
  243. uni.hideLoading();
  244. //测试
  245. const len=data.length-4
  246. const pData={
  247. lockType:data[4],//接近解锁配置
  248. }
  249. console.log(pData,data,pData.status,'pData');
  250. app.globalData.nearLockInfo=pData
  251. if(data[len]==0x00){
  252. common.simpleToast('操作成功')
  253. // common.simpleToast(`请在系统通知中同意与${mac_id}配对`)
  254. }else if(data[len]==0x01){
  255. common.simpleToast('操作失败')
  256. // common.simpleToast('配对失败,请重新开始配对')
  257. }
  258. }
  259. //处理蓝牙三段回复 综合成一个数组
  260. function packBmsData(value) {
  261. if (value.length!=0) {
  262. console.log(endTime - readRepeatTime);
  263. if (endTime - readRepeatTime > 8000) {//超过8秒,说明数据有问题,数据清空
  264. readRepeatTime = endTime
  265. joinPack = []
  266. }
  267. // console.log((value[0] == 0x22) && (value[1]== 0x22),joinPack,'000000');
  268. if((value[0] == 0x22) && (value[1]== 0x22)){//当开始符为标志符 代表接收包开始
  269. var endTime = new Date().getTime()
  270. totalLength = value[3]//包长度
  271. joinPack=value
  272. // console.log(joinPack,value,'111111');
  273. }else if(joinPack.length!=0 && (joinPack[0] == 0x22) && (joinPack[1]== 0x22)){
  274. const len=joinPack.length-1
  275. const diffJoinLength =joinPack.length-4
  276. readRepeatTime = endTime
  277. // console.log(totalLength,diffJoinLength,value,'2222222');
  278. if(totalLength > diffJoinLength){//内容长度符合为完整包
  279. joinPack.push(...value)
  280. return joinPack
  281. }else if(totalLength <= diffJoinLength){
  282. joinPack = []
  283. }
  284. }
  285. else{
  286. readRepeatTime = endTime
  287. joinPack = []
  288. return joinPack
  289. }
  290. }
  291. }
  292. function mergeUint8Array(arr1, arr2) {
  293. let len1 = arr1 ? arr1.length : 0;
  294. let len2 = arr2.length;
  295. let arr = new Uint8Array(len1 + len2);
  296. for (let i = 0; i < len1; i++) {
  297. arr[i] = arr1[i];
  298. }
  299. for (let i = 0; i < len2; i++) {
  300. arr[len1 + i] = arr2[i];
  301. }
  302. return arr;
  303. }
  304. //发送指令封装
  305. function sendCommand(cmd, data = []) {
  306. readRepeatTime=0
  307. let cmdData = [0x22, 0x22]
  308. // cmdData.push(cmd)
  309. //协议号 cmd
  310. //包长度 data.length
  311. const dataLen=parseInt(data.length.toString(16).toUpperCase(), 16)
  312. //信息内容 cmd
  313. //crc校验
  314. const pData=[dataLen,...data]
  315. const crcData=parseInt(crc8IEEE8023(pData).toString(16).toUpperCase(), 16)
  316. cmdData.push(cmd,dataLen,...data,crcData,0xAA, 0xAA)
  317. // console.log(cmdData,'cmdDatacmdData');
  318. return cmdData
  319. }
  320. function turnOnCar(device, deviceId) {
  321. return [sendCommand(0x02,[0x02])];
  322. }
  323. function turnOffCar(device, deviceId) {
  324. return [sendCommand(0x03,[0x03])];
  325. }
  326. function findCarCmd(device, deviceId) {
  327. return [sendCommand(0x06,[0x06])];
  328. }
  329. function openCarSeat(device, deviceId) {
  330. return [sendCommand(0x07,[0x07])];
  331. }
  332. function openCarTrunk(device, deviceId) {
  333. return [sendCommand(0x08,[0x08])];
  334. }
  335. function getCarPressure(device, deviceId) {
  336. return [sendCommand(0x4A,[0x4A])];
  337. }
  338. function nearUnlock(device, deviceId) {
  339. return [sendCommand(0x4B,[0x02])];
  340. }
  341. function nearCloseUnlock(device, deviceId) {
  342. return [sendCommand(0x4B,[0x00])];
  343. }
  344. function getSensitivity(device, deviceId) {
  345. return [sendCommand(0x4F,[0x4F])];
  346. }
  347. function setSensitivity(device, deviceId,type) {
  348. return [sendCommand(0x4E,['0x4'+type])];
  349. }
  350. function setNearUnlock(device, deviceId) {
  351. return [sendCommand(0x4D,[0x4D])];
  352. }
  353. //
  354. function getNearUnlockSet(device, deviceId) {
  355. return [sendCommand(0x4D,[0x4D])];
  356. }
  357. function getNearCarCmdInfo(macid,data){
  358. console.log('getNearCarCmdInfo',macid,data);
  359. if(data[5]==0x02||data[5]==0x01){
  360. uni.hideLoading();
  361. const pData={
  362. lockType:data[4],//接近解锁配置
  363. level:data[5],//感应等级
  364. }
  365. const app = getApp();
  366. app.globalData.nearLockInfo=pData
  367. console.log('已开启配对');
  368. // common.simpleToast('已开启配对',2000)
  369. // common.simpleToast('感应解锁已开启,前往设置灵敏度页面')
  370. // uni.navigateTo({ url: '/pages/bluetoothUnlock/unlockset' })
  371. // if( pData.status == 0x01){
  372. // common.simpleToast('配对成功')
  373. // return
  374. // }else if(pData.status==0x00){
  375. // common.simpleToast('未配对')
  376. // }
  377. setTimeout(()=>{
  378. checkUnlock(macid)
  379. },300)
  380. }else if(data[5]==0x00){
  381. console.log('未开启配对')
  382. const nearUnlockCmd=nearUnlock()
  383. console.log(nearUnlockCmd,'nearUnlockCmd');
  384. writeData(mac_id,nearUnlockCmd)
  385. }
  386. }
  387. function checkUnlock(macid,type='get'){
  388. const res=permision.getBondedDevices()
  389. console.log(res,'test0000000000000');
  390. let app=getApp()
  391. if(res){
  392. app.globalData.nearLockCheck=true
  393. common.simpleToast('感应解锁已开启,前往设置灵敏度页面')
  394. uni.redirectTo({ url: '/pages/bluetoothUnlock/unlockSet' })
  395. console.log('test');
  396. //redirectTo 关闭当前页面 防止用户重复操作
  397. }else{
  398. if(type==='login'){
  399. //下发接近解锁指令
  400. // const nearUnlockCmd=nearUnlock()
  401. // console.log(nearUnlockCmd,'nearUnlockCmd');
  402. // setTimeout(() => {
  403. // writeData(macid,nearUnlockCmd)
  404. // }, 500);
  405. // 获取接近解锁指令信息
  406. const getNearUnlockSetCmd=getNearUnlockSet()
  407. console.log(getNearUnlockSetCmd,'getNearUnlockSetCmd');
  408. setTimeout(() => {
  409. writeData(macid,getNearUnlockSetCmd)
  410. }, 200);
  411. }else{
  412. uni.showModal({
  413. title: '蓝牙配对确认',
  414. content: '请在系统通知栏前往同意与'+macid+'设备配对',
  415. cancelText: '取消',
  416. confirmText: '已同意',
  417. success: function(res) {
  418. if (res.confirm) {
  419. checkUnlock(macid)
  420. }else{
  421. // uni.switchTab({ url: '/pages/index/index' })
  422. }
  423. },
  424. fail: function(res) {},
  425. complete: function(res) {},
  426. })
  427. }
  428. }
  429. }
  430. function switchFactory(device, deviceId) {
  431. //切换正常,工厂模式指令
  432. //切换工厂模式 [[0x22,0x22,0x54,0x01,0x01,0x12,0xAA,0xAA]]
  433. //切换正常模式 [[0x22,0x22,0x54,0x01,0x00,0x15,0xAA,0xAA]]
  434. return [[0x22,0x22,0x54,0x01,0x01,0x12,0xAA,0xAA]]
  435. // return [sendCommand([0x54, 0x01, 0x01, 0x12])];
  436. }
  437. //升级按钮
  438. function otaUpgrade(device){
  439. const data = readBinBinarayToCommand()
  440. data.then(result=>{commands=result})
  441. // console.log(data,'datatest111');
  442. return data
  443. }
  444. async function readBinBinarayToCommand() {
  445. let res =await uni.request({
  446. url: 'https://opt.bms16.com/ota.BIN', // 文件的网络地址
  447. method: 'GET',
  448. responseType: 'arraybuffer', // 指定响应类型为 arraybuffer
  449. });
  450. const arrayBuffer=res[1].data
  451. const uint8Array = new Uint8Array(arrayBuffer); // 转换为 Uint8Array
  452. const test = splitArrayIntoChunks(uint8Array, 80); // 分割成长度为 80 的数组
  453. const data =makeArr(test)
  454. return data
  455. }
  456. function sendNextCommand(mac_id) {
  457. const app = getApp();
  458. readRepeatTime=0
  459. // console.log(currentCommandIndex,commands.length,'开始发送指令');
  460. // console.log(commands[currentCommandIndex],'command');
  461. if (currentCommandIndex >= commands.length) {
  462. uni.hideLoading();
  463. common.simpleToast('所有指令发送完成', 2000)
  464. return;
  465. }
  466. const deviceId = Object.keys(app.globalData.connectionState).find((i) => app.globalData.connectionState[i].device.mac_id == mac_id);
  467. if (deviceId == undefined) {
  468. console.log('deviceId == undefined');
  469. return ;
  470. }
  471. const command = [commands[currentCommandIndex]];
  472. if(command.length==0){
  473. return
  474. }
  475. // // 将数据转换为ArrayBuffer类型
  476. var buffer;
  477. buffer = common.toArrayBuffer(command.shift());
  478. // console.log(command,'command');
  479. uni.writeBLECharacteristicValue({
  480. deviceId: deviceId, // 替换为实际的设备 ID
  481. serviceId: writeServiceID, // 替换为实际的服务 ID
  482. characteristicId: writeID, // 替换为可写入的特征值 ID
  483. value: buffer,
  484. success() {
  485. // console.log('指令发送成功,等待设备响应',currentCommandIndex,commands[currentCommandIndex]);
  486. },
  487. fail(err) {
  488. console.error('指令发送失败', err);
  489. }
  490. });
  491. currentCommandIndex++;
  492. }
  493. function splitArrayIntoChunks(array, chunkSize) {
  494. const newArr=array.slice(16383)
  495. const numChunks = Math.ceil(newArr.length / chunkSize);
  496. return Array.from({ length: numChunks }, (_, i) => {
  497. return newArr.slice(i * chunkSize, (i + 1) * chunkSize);
  498. });
  499. }
  500. // 处理分割后的数组
  501. function makeArr(array) {
  502. const result = [];
  503. let endPackage;
  504. for (let i = 0; i < array.length; i ++) {
  505. endPackage = 0x00
  506. if((i + 1) >= array.length){
  507. //当前是最后一次循环
  508. endPackage = 0x01
  509. }
  510. // if(i==2) return
  511. //协议号 30 包长度未固定array.length+8 转16进制 固件类型0x00 升级包大小(总包大小) 125396字节-》0x00,0x01,0xE9,0xD4
  512. let startArray = []
  513. const packageLen=parseInt((array[i].length+8).toString(16).toUpperCase(), 16)
  514. // const totalPackageSize=[0x00,0x00,0x01,0xE9,0xD4]
  515. // const totalPackageSize=[0x00,0x00,0x01,0xeb,0xfc]
  516. const totalPackageSize=[0x00,0x00,0x01,0xAB,0xFC]
  517. startArray.push(packageLen,...totalPackageSize)
  518. //软件包id
  519. const ids=splitNumber(i) // 0x00,0x01
  520. startArray.push(...ids)
  521. //是否为最后一个包
  522. startArray.push(endPackage)
  523. //软件数据包
  524. const formattedChunk = array[i].map(byte => `0x${byte.toString(16).toUpperCase()}`); // 转换为 0xXX 格式
  525. startArray.push(...formattedChunk)
  526. // if(i>95&& i<105){
  527. // console.log(startArray,'startArray-------');
  528. // }
  529. //crc检验
  530. const crcStr='0x'+crc8IEEE8023(startArray).toString(16).toUpperCase()
  531. const testCrc=parseInt(crcStr,16)
  532. startArray.push(crcStr)
  533. startArray.push(0xAA,0xAA)
  534. startArray.unshift(0x22,0x22,0x30)
  535. result.push(startArray);
  536. }
  537. // result.push([0x22,0x22,0x30,0x58,0x00,0x00,0x00,0xE9,0xD4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x2C,0xAA,0xAA])
  538. return result;
  539. }
  540. function splitNumber(num) {
  541. let highByte = (num >> 8) & 0xFF; // 对于0-255的数字,结果总是0
  542. // 低字节
  543. let lowByte = num & 0xFF;
  544. // 将每个字节转换为两位的十六进制字符串,并添加'0x'前缀
  545. let highHex = highByte.toString(16).toUpperCase().padStart(2, '0'); // 确保是两位十六进制数
  546. let lowHex = lowByte.toString(16).toUpperCase().padStart(2, '0'); // 确保是两位十六进制数
  547. // 返回结果数组(这里实际上可以返回一个对象或字符串,根据需求调整)
  548. return ['0x' + highHex, '0x' + lowHex];
  549. }
  550. // 定义一个函数,用于向蓝牙设备写入数据
  551. function writeData(mac_id, data, callback = () => {}, fail = () => {}) {
  552. const app = getApp();
  553. const deviceIds = app.globalData.connectionState[mac_id].deviceId
  554. console.log(deviceIds,'deviceIds');
  555. if (deviceIds == undefined) {
  556. return ;
  557. }
  558. // 如果数据长度为0,则直接返回
  559. if (data.length == 0) {
  560. return;
  561. }
  562. // 将数据转换为ArrayBuffer类型
  563. var buffer;
  564. buffer = common.toArrayBuffer(data.shift());
  565. // 调用uni.writeBLECharacteristicValue方法,向蓝牙设备写入数据
  566. uni.writeBLECharacteristicValue({
  567. deviceId: deviceIds,
  568. serviceId: writeServiceID,
  569. characteristicId: writeID,
  570. value: buffer,
  571. // 成功回调函数
  572. success(res) {
  573. // 如果数据长度为0,则调用回调函数
  574. if (data.length == 0) {
  575. callback(res);
  576. } else {
  577. // 否则,延时500毫秒后再次调用writeData函数
  578. setTimeout(() => {
  579. writeData(device, data, callback, fail);
  580. }, 500);
  581. }
  582. },
  583. // 失败回调函数
  584. fail(res) {
  585. console.log(res);
  586. // 调用失败回调函数
  587. fail(res);
  588. }
  589. });
  590. }
  591. module.exports = {
  592. readServiceID: readServiceID,
  593. readID: readID,
  594. writeServiceID: writeServiceID,
  595. writeID: writeID,
  596. MTU: MTU,
  597. acceptDevice: acceptDevice,
  598. isDevice: isDevice,
  599. alterConnect: alterConnect,
  600. readData: readData,
  601. turnOffCar: turnOffCar,
  602. isSingleBt: isSingleBt,
  603. haveBms: haveBms,
  604. switchFactory: switchFactory,
  605. otaUpgrade,
  606. findCarCmd,
  607. turnOffCar,
  608. turnOnCar,
  609. getCarPressure,
  610. nearUnlock,
  611. nearCloseUnlock,
  612. getSensitivity,
  613. setSensitivity,
  614. getNearUnlockSet,
  615. setNearUnlock,
  616. };