Pubnub communication for ESP32
Posted: Sun Feb 18, 2018 4:53 pm
Hello,
I already can control ESP8266 with Amazon Alexa, which works very well. Implementation has been done with the
Arduino-IDE and the Pubnub driver. (Pubnub is a streaming service, which can communicate with Alexa Skill Kit/Lambda)
Now it should run on ESP32 too. For this I have installed the ESP32 core for the Arduino-IDE.
The ESP8266 version compiles well, but I get the following error message during run time:
netconn_gethostbyname: invalid name
Any experience with Pubnub on ESP32?
Is there a special driver available?
What can I do in order to solve this problem?
Any hint would be very helpful.
Best regards
Walter
I already can control ESP8266 with Amazon Alexa, which works very well. Implementation has been done with the
Arduino-IDE and the Pubnub driver. (Pubnub is a streaming service, which can communicate with Alexa Skill Kit/Lambda)
Now it should run on ESP32 too. For this I have installed the ESP32 core for the Arduino-IDE.
The ESP8266 version compiles well, but I get the following error message during run time:
netconn_gethostbyname: invalid name
Any experience with Pubnub on ESP32?
Is there a special driver available?
What can I do in order to solve this problem?
Any hint would be very helpful.
Best regards
Walter