kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
285 stars 166 forks source link

Arduino Nano instead of an ESP8266 #317

Open paulrjacques opened 4 years ago

paulrjacques commented 4 years ago

I'm trying to create a strictly Arduino application to communicate with sinric. A ESP8266 is being used but strictly WiFi for pass thru interfacing. The WebSocketClient version I'm stuck with, because of the processor type, is 1.3.0, which does not support webSocket.setAuthorization or 'setReconnectInterval. Anybody have any work arounds? Thanks, Paul

kakopappa commented 4 years ago

Try this https://github.com/jschrbr/SocketIONodeMCU/blob/4bbd2c3ffae6a93053960d03b0a6b5220441ab1c/ArduinoIDE/HardwareSerial_Socket.io/ESP8266AT.cpp

If you, will have a better luck posting this on arduinoWebSockets