luat i2c驱动 mpu6050 获取数据

12345678910111213141516171819202122232425262728293031323334353637383940414243444546local i2cslaveaddr = 0x68 --mpu6050local i2cid = 2if i2c.setup(i2ci...

2019-06-11

GPS patch 天线调试应用误区说明

GPS patch天线非为标准件,天线频率偏移影响天线指标性能。...

2019-06-04

滴云快快快速云产品开发体验

<p class="MsoNormal" style="text-indent:21.0pt;mso-char-indent-count:2.0"><span style="text-...

2019-05-30

简单优化后的ST7789配置文件

--- 模块功能:ST 7789驱动芯片LCD命令配置-- @author openLuat-- @module ui.color_std_spi_st7789-- @license MIT-- @copyright openLuat-- @release 2018.08.14--[[注意:disp...

2019-05-30

合宙开发板使用JSON、TLV格式接入滴云DiverseCloud的示例-Air202 S5开发板

<p class="a" style="text-indent:24.0pt"><span style="text-indent: 24pt; font-family: 宋体;&quo...

2019-05-27

详解lua的string与hex数据(十六进制)

本文希望阐述的问题在lua中处理 string 与 hex(十六进制数) 的思维转换 背景luat在处理通信的时候,总会设计到数据处理,例如: 12345socket:sendsocket:recvspi.sendspi.recvuart.write 这些方法要么发送的string,要么返回stri...

2019-05-15

合宙air202连接使用MQTT连接移动OneNet教程

<p>本文介绍合宙模块如何使用MQTT的方式连接中国移动的OneNet平台</p><p>测试工程:<Air800_202 连接OneNet 测试.bsp></p><p&g...

2019-05-14

均衡擦写spiflash,数据掉电后不丢失.

线性均衡擦写spiflash,掉电后,能够找到上次的地址,接着读写。--- 验证spi flash驱动接口 目前该驱动兼容w25q32 bh25q32require"spiFlash"require "pm"require"utils" pm.wake("testSpiFlash")local fl...

2019-04-27

aliyun的topic说明

说在前面,所有的topic都是需要配合物模型使用https://help.aliyun.com/document_detail/73727.html?spm=a2c4g.11186623.6.566.727b77a1urids6属性 ...

2019-04-25

sim.openluat.com 其他接口

接上篇文章,里面是其他接口,注意在请求的时候要带上从登录接口中取到的cookie session. 月每日流量curl “http://sim.openluat.com/api/customer/data_in_month" -H “Accept-Encoding: gzip, defla...

2019-04-12
36 37 38 39 40 41 42 43 44 45