【发布时间】:2016-09-05 10:53:13
【问题描述】:
我正在尝试通过 PubNub 将 RGB LED 值发送到 freeboard.io。我通过 Arduino 依次循环发送 R B G 值,但它总是错过中间的值。它发送 R 但之后 G 值比现在它的时间 R 但这次发送 B。有一个相关问题的答案建议使用更改停止功能 PubNub.cpp 的解决方法,而不是等待返回消息它直接停止客户端但它也没有解决我的问题。我该如何解决这种情况?图片如下。
Arduino side R B G values sent sequentially, Nope means sending is failed
I have changed the stop function with previously answered question
【问题讨论】:
标签: arduino iot arduino-uno pubnub freeboard