The use of the ESP8266 in the world of IoT

User avatar
By tytower
#24644 I have not used PubNub but don't you need an access key on your host to get connected?
You need to read a bit more before you ask
publish_key: 'Your Publish Key Here',
subscribe_key: 'Your Subscribe Key Here'
and a secret key and more have to be put in the right places
User avatar
By jeny
#24677 String url = "/publish/demo/demo/0/puravida/0/%22Hello%20World%22";


THIS LINE IN CODE INCLUDES EVERYTHING- PUBLISH KEY,SUBSCRIBE KEY,CHANNEL,SIGNATURE,TIMETOKEN AND MESSAGE ALL IN ONE.