sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
227 stars 121 forks source link

SinricPro sketch problem with Arduino Uno R4 #359

Closed Crythemithos696 closed 6 months ago

Crythemithos696 commented 6 months ago

Good afternoon, I kindly ask on this forum if anyone has had the same problem as me as I didn't find anything useful with a search on this site. I recently purchased an Arduino Uno R4 and wanted to automate some relays via Alexa and SinricPro, but when checking any Sinricpro example sketch via the Arduino IDE application (Sinricpro version 3.0.1 with the required dependencies installed) I encounter this error:

Arduino\libraries\SinricPro\src\SinricProSignature.cpp:18:12: fatal error: libb64/cencode.h: No such file or directory

include <libb64/cencode.h>

I assume the cencode.h library is missing but I don't know where to find the right one and where to install it. Thank you for your help!

kakopappa commented 6 months ago

Hi @Crythemithos696

this library is only compatible with ESP32/ESP8266 and PicoW.

Please check https://github.com/khoih-prog/SinricPro_Generic instead.

sivar2311 commented 6 months ago

Arduino Uno R4 is not supported.