I am working on a project that will require me to send PubNub data to an Arduino. Some people have accomplished this using an ethernet shield on their arduino, along with this library: GitHub - pubnub/arduino: The Official PubNub Arduino-based API!
I am interested in doing this without an Ethernet shield, yet with the Arduino remaining connected to a computer (Macbook Pro) at all times. Does anybody know of a way I could get incoming PubNub messages and push them to the serial/usb port the Arduino is on?
Many thanks!