esp12读取 ds18b20 json 赋值报错-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 2032|回复: 3

esp12读取 ds18b20 json 赋值报错

[复制链接]
发表于 2019-7-7 20:08 | 显示全部楼层 |阅读模式
本帖最后由 saiaren 于 2019-7-7 20:10 编辑

IDE arduino  板子esp12f


  long s = (float)raw/16.0;//此处arduino mini 328 读正常  串口通讯会有5%左右的数据传输乱码个吧字符 所以改到esp 直接读
   data["fp"] = s; // error
  Serial.println(s);//打印正确

Arduino_JSON.h
编译错误
exit status 1
invalid types 'byte [12] {aka unsigned char [12]}[const char [3]]' for array subscript



发表于 2019-7-16 08:47 | 显示全部楼层
看不懂想问什么
 楼主| 发表于 2019-7-20 16:45 | 显示全部楼层

就是 我用 mini 328p 去读ds18b20 然后用arduinojson 打包后  ttl 传esp12f 没问题  就是ttl 传输会有个把字符不对 导致数据解析缺失       然后我就改成直接用 esp12F 去读    ds18b20   读能出来    arduinojson 打包 编译时报错不通过  看报错应该是类型赋值的问题 但是不知道怎么解决
 楼主| 发表于 2019-7-29 12:45 | 显示全部楼层
Ardino_JSON 的部分问题 在ESP12F赋值有问题   得用arduinoJson 这个比较好使  
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 04:31 , Processed in 0.075236 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表