From this project , Do you have any clip for link this project to simple or basic application ?
@prajapathiprasad1378 Жыл бұрын
In which platform you done the code .either in AWS or other platform
@HowtoElectronics Жыл бұрын
Arduino IDE
@lokendrarawal87792 жыл бұрын
Make more videos on AWS Series please
@ahmedabdelnasserlotfy2024 Жыл бұрын
i have error in #include he cant see ?? No such file or directory
@bachtiarrachman-u2i Жыл бұрын
With Amazon AWS IoT Core using this ESP32, can we get anywhere to access it, for example in different city locations to be able to turn off the LED or lamp?
@HowtoElectronics Жыл бұрын
You can control lam from anywhere in the world
@bachtiarrachman167 Жыл бұрын
@@HowtoElectronics thank you very much your content really helped me once again thank you
@brayanestivenpuertalopez86647 ай бұрын
where is "wifi.h" , when wifi was declared. to use the object
@mramzadg2 жыл бұрын
Great video...
@kabitachand22222 жыл бұрын
Thank you 👍
@MunishKumar-gw6kw Жыл бұрын
very good!
@g_62_onkarchougule778 ай бұрын
#include "WiFi.h" this file showing error Compilation error: Wifi.h: No such file or directory
@karthiv3544 Жыл бұрын
Good
@clobel552 жыл бұрын
can you have this tutorial in English please
@shivanikshirsagarsk2 жыл бұрын
Dear sir, #How To Electronics @How To Electronics I'm following all steps as shown in this video but it is not working. I'm attaching the error message "please reply asap". Error 17 | WiFi.mode(WIFI_STA); | ^~~~ AWS_iot_lamp:17:13: error: 'WIFI_STA' was not declared in this scope; did you mean 'WIFI_SSID'? 17 | WiFi.mode(WIFI_STA); | ^~~~~~~~ | WIFI_SSID AWS_iot_lamp:18:14: error: invalid conversion from 'const char*' to 'char*' [-fpermissive] 18 | WiFi.begin(WIFI_SSID, WIFI_PASSWORD); | ^~~~~~~~~ | | | const char* In file included from D:\AWS\AWS_iot_lamp\AWS_iot_lamp.ino:5: D:\arduino all data\arduino-1.8.19\libraries\WiFi\src/WiFi.h:79:21: note: initializing argument 1 of 'int WiFiClass::begin(char*, const char*)' 79 | int begin(char* ssid, const char *passphrase); | ~~~~~~^~~~ AWS_iot_lamp:29:7: error: 'class BearSSL::WiFiClientSecure' has no member named 'setCACert' 29 | net.setCACert(AWS_CERT_CA); | ^~~~~~~~~ AWS_iot_lamp:30:7: error: 'class BearSSL::WiFiClientSecure' has no member named 'setCertificate' 30 | net.setCertificate(AWS_CERT_CRT); | ^~~~~~~~~~~~~~ AWS_iot_lamp:31:7: error: 'class BearSSL::WiFiClientSecure' has no member named 'setPrivateKey' 31 | net.setPrivateKey(AWS_CERT_PRIVATE); | ^~~~~~~~~~~~~ 'class WiFiClass' has no member named 'mode'