3

I am trying to interface arduino to the pubnub cloud by using esp8266, please suggest me the best solution to push data from arduino kit to cloud and also to get the same data to devices from cloud.

1 Answers1

6

Here is a short tutorial on how to use PubNub with the ESP8266

Note that this uses custom firmware, not standard Arduino. According to this link you can now use regular Arduino directly, meaning you should be able to use PubNub's standard Arduino api.

Josh Marinacci
  • 1,715
  • 1
  • 14
  • 15
  • Hey, I wrote that tutorial! I always prefer custom firmware - especially since the ESP8266 has I/O of its own with no need of a controller for most projects I have seen it used with. – Kurt E. Clothier Mar 28 '16 at 23:33