'Can't publish data from CC3100 + MSP430F5529 on PUBNUB
I followed the following tutorial: http://www.pubnub.com/blog/pubnub-streaming-texas-instruments-iot/ step by step and I managed to compile and code and connect to my Wi-Fi access point. I think I managed to connect to PubNub (the code prints on the terminal screen "PubNub Set Up" but in the code there is no real verification that it was indeed set up.
I opened an account on PubNub and I named my channel "testing" (I named it the same in the code I uploaded - I checked that a million times) and when I go to the Dev Console and click on subscribe I can't see anything! I mean I can post messages through the Dev Console but what I really want to see are the messages from the CC3100. I checked the UART terminal on my computer and I see the data being printed constantly so I know it is working. I went over the tutorial again and again and I'm doing the same thing but it just doesn't work. Any help would be appreciated!
What am I missing?
Thanks
Solution 1:[1]
First to verify your PubNub account is properly configured and your local Wi-Fi connectivity is working - are you able to publish messages from the dev console in one browser and receive them in the dev console on another browser? (both using the same channel name, of course). If that works, please send a message to help (at) pubnub (dot) com with your sub-key info and information about your project and we will try to assist you tracking down the issue.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user1766895 |
