User avatar
By Deejayer
#64055 Hi Everyone.

This is my first post so bare with me please.

For some weeks now I have been playing around with the ESP8266 in the Arduino environment and have got as far as hosting a simple web page on the ESP8266. This has simply allowed me to remotely control only some ESP I/O. I have done this without a data streaming cloud service by using port forwarding so that any smart device can go onto the hosted web page and control the ESP8266 I/Os.
Im now at a stage where I want to remote monitor sensors on ESP I/O and control I/O on multiple devices so I need something like PubNub to help me get going with this.
I have found lots of material on the PubNub web pages including the software posted on Github which I have downloaded to see if I can get to work in Eclipse environment even though it is developed under Linux.
I have the ESP Espressif SDK and Xtensa installed in Eclipse (http://programs74.ru/udkew-en.html)

If you follow this link https://github.com/pubnub/pubnub-esp8266 it calls to this forum for any further assistance so I assume this means that there maybe someone about that has some experience with PubNub etc.

At the moment I get an error trying to compile this code from Github in the Eclipse setup I have but I believe its just the makefile thats giving me the problems. I need some help with this please.

"##The Firmware....If you run into any problems, consult the ESP8266 Community Forum for advice."

Many thanks