Amsa
Amsa
  • Видео 7
  • Просмотров 94 469

Видео

Aeroplane take off from runway at John F. Kennedy International Airport, New York
Просмотров 212Год назад
Jet Blue Aeroplane traveling from New York to Atlanta, Georgia. JFK John F. Kennedy International Airport United States of America
Esp32 wifi module sends and reads data to Firebase (2021)
Просмотров 16 тыс.3 года назад
In this video I showed you how to connect esp32 wifi module with firebase. you will learn to download and install firebase esp32 client library, installing esp32 board library, creating firebase project and connecting this project to esp32 wifi module. Board link: dl.espressif.com/dl/package_esp32_index.json copy and paste this board link in preference. Board Name: Esp32 by espressif v1.0.6 cp2...
Generate signed Android app bundle (.aab) file in android studio
Просмотров 27 тыс.3 года назад
In this video I showed you how to generate signed Android app bundle (.aab) file in android studio. Also the .jks and private key .pepk file generation is shown.
Smart door lock based on RFID and Password
Просмотров 193 года назад
This is an IoT device named Smart door lock based on RFID and Password, This is a real life project which was used for more than one year. I used RDM600 sensor for receiving RFID, 4 * 4 keyboard for input password. Arduino nano as controller, 16 * 2 lcd as display, obstacle sensor for detecting door state, servo motor for opening and closing gate, additionally i used adapter, battery backup and...
Send and read data to Firebase using esp8266 nodemcu wifi module (2021)
Просмотров 51 тыс.3 года назад
in this video I showed you how to connect esp8266 nodemcu wifi module with firebase. you will learn to download and install firebase arduino library, Arduino json library, creating firebase project and connecting this project to esp8266 wifi module Board link: arduino.esp8266.com/stable/package_esp8266com_index.json copy and paste this board link in preference. Firebase arduino library github l...
Firefly lightening Trail
Просмотров 204 года назад
A real light trail of firefly music credit: ruclips.net/video/p3q95XC8t0M/видео.html&feature=share&fbclid=IwAR16a2wkG5nwhC68laLKsnrXGTbYM3wjwlTMEYXEHEJQOJk4RGQT5Y2BIls

Комментарии

  • @DDc220
    @DDc220 8 месяцев назад

    you should put a link to the code. It would help us a lot. Thanks!

  • @koziuko
    @koziuko 9 месяцев назад

    que musica horrible

  • @philipk419
    @philipk419 Год назад

    "Promosm" 💞

  • @DuckyBoyW
    @DuckyBoyW Год назад

    what version android studio?

  • @nfridoy
    @nfridoy Год назад

    Fingerprint don't work. And shows this error!! c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\Firebase.cpp: In member function 'int FirebaseRequest::sendRequest(const string&, const string&, char*, const string&, const string&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\Firebase.cpp:78:1: error: no return statement in function returning non-void [-Werror=return-type] 78 | } | ^ c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\Firebase.cpp: In member function 'void FirebaseStream::startStreaming(const string&, const string&, const string&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\Firebase.cpp:91:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 91 | analyzeError("STREAM", status, path_with_auth); | ^~~~~~~~ c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp: In member function 'String FirebaseArduino::push(const String&, const ArduinoJson::JsonVariant&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp:65:54: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | int status = req_.get()->sendRequest(host_, auth_, "POST", path.c_str(), buf); | ^~~~~~ c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp: In member function 'void FirebaseArduino::set(const String&, const ArduinoJson::JsonVariant&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp:94:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 94 | req_.get()->sendRequest(host_, auth_, "PUT", path.c_str(), buf); | ^~~~~ c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp: In member function 'void FirebaseArduino::getRequest(const String&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp:101:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 101 | req_.get()->sendRequest(host_, auth_, "GET", path.c_str()); | ^~~~~ c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp: In member function 'virtual void FirebaseArduino::remove(const String&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseArduino.cpp:147:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 147 | req_.get()->sendRequest(host_, auth_, "DELETE", path.c_str()); | ^~~~~~~~ c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp: In member function 'virtual void FirebaseHttpClientEsp8266::begin(const string&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:47:50: error: no matching function for call to 'begin(const char*, const char [60])' 47 | http_.begin(url.c_str(), kFirebaseFingerprint); | ^ In file included from c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:9: C:\Users frid\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:166:10: note: candidate: 'bool HTTPClient::begin(String, uint16_t, String)' (near match) 166 | bool begin(String host, uint16_t port, String uri = "/") __attribute__ ((error("obsolete API, use ::begin(WiFiClient, host, port, uri)"))); | ^~~~~ C:\Users frid\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:166:10: note: conversion of argument 2 would be ill-formed: c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:47:30: error: invalid conversion from 'const char*' to 'uint16_t' {aka 'short unsigned int'} [-fpermissive] 47 | http_.begin(url.c_str(), kFirebaseFingerprint); | ^~~~~~~~~~~~~~~~~~~~ | | | const char* In file included from c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:9: C:\Users frid\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:167:10: note: candidate: 'bool HTTPClient::begin(String, const uint8_t*)' (near match) 167 | bool begin(String url, const uint8_t httpsFingerprint[20]) __attribute__ ((error("obsolete API, use ::begin(WiFiClientSecure, ...)"))); | ^~~~~ C:\Users frid\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:167:10: note: conversion of argument 2 would be ill-formed: c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:47:30: error: invalid conversion from 'const char*' to 'const uint8_t*' {aka 'const unsigned char*'} [-fpermissive] 47 | http_.begin(url.c_str(), kFirebaseFingerprint); | ^~~~~~~~~~~~~~~~~~~~ | | | const char* c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp: In member function 'virtual void FirebaseHttpClientEsp8266::begin(const string&, const string&)': c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:51:60: error: invalid conversion from 'const char*' to 'const uint8_t*' {aka 'const unsigned char*'} [-fpermissive] 51 | http_.begin(host.c_str(), kFirebasePort, path.c_str(), kFirebaseFingerprint); | ^~~~~~~~~~~~~~~~~~~~ | | | const char* In file included from c:\Users frid\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:9: C:\Users frid\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:168:70: note: initializing argument 4 of 'bool HTTPClient::begin(String, uint16_t, String, const uint8_t*)' 168 | bool begin(String host, uint16_t port, String uri, const uint8_t httpsFingerprint[20]) __attribute__ ((error("obsolete API, use ::begin(WiFiClientSecure, ...)"))); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ cc1plus.exe: some warnings being treated as errors exit status 1 Compilation error: exit status 1

  • @IllIIIIIIllll
    @IllIIIIIIllll Год назад

    Arduino: 1.8.19 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200" FirebaseDemo_ESP8266:26:28: error: missing terminating " character 26 | #define WIFI_SSID ""OPPOA5s" | ^ C:\Users\DELL\AppData\Local\Temp\arduino_modified_sketch_270477\FirebaseDemo_ESP8266.ino:33:14: note: in expansion of macro 'WIFI_SSID' 33 | WiFi.begin(WIFI_SSID, WIFI_PASSWORD); | ^~~~~~~~~ C:\Users\DELL\AppData\Local\Temp\arduino_modified_sketch_270477\FirebaseDemo_ESP8266.ino: In function 'void setup()': FirebaseDemo_ESP8266:26:19: error: unable to find string literal operator 'operator""OPPOA5s' with 'const char [1]', 'unsigned int' arguments 26 | #define WIFI_SSID ""OPPOA5s" | ^~~~~~~~~ C:\Users\DELL\AppData\Local\Temp\arduino_modified_sketch_270477\FirebaseDemo_ESP8266.ino:33:14: note: in expansion of macro 'WIFI_SSID' 33 | WiFi.begin(WIFI_SSID, WIFI_PASSWORD); | ^~~~~~~~~ exit status 1 missing terminating " character This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

  • @kuakukrk1441
    @kuakukrk1441 2 года назад

    Hi everyone! Watching this video: ruclips.net/video/nLzC0-VaqDs/видео.html as well, will help you to solve any fingerprint issues. :)

  • @richardedricjovanwijaya3023
    @richardedricjovanwijaya3023 2 года назад

    THANK'S BRO. IT'S WORKINGGGGGG

  • @부산청년창업일기
    @부산청년창업일기 2 года назад

    감사합니다! 최근 자료중 제일 정확합니다!

  • @siryow7906
    @siryow7906 2 года назад

    Do they need to connect to same wifi?

  • @mindbody928
    @mindbody928 2 года назад

    Why my Build menu only has 3 items (make module, analyze APK and deploy module to app engine), nothing about generate signed Android app bundle? Anything I was missing in settings or plugs? Thank you!

    • @kiblykatt
      @kiblykatt Месяц назад

      how'd u manage to solve this?

  • @mtalhakhalid1679
    @mtalhakhalid1679 2 года назад

    month ago i follow your tutorial it worked now again i started working on it and got those error help plz C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp: In member function 'virtual void FirebaseHttpClientEsp8266::begin(const string&)': C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp:47:50: error: no matching function for call to 'begin(const char*, const char [60])' 47 | http_.begin(url.c_str(), kFirebaseFingerprint); | ^ In file included from C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp:9: C:\Users\Admin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:166:10: note: candidate: 'bool HTTPClient::begin(String, uint16_t, String)' (near match) 166 | bool begin(String host, uint16_t port, String uri = "/") __attribute__ ((error("obsolete API, use ::begin(WiFiClient, host, port, uri)"))); | ^~~~~ C:\Users\Admin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:166:10: note: conversion of argument 2 would be ill-formed: C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp:47:30: error: invalid conversion from 'const char*' to 'uint16_t' {aka 'short unsigned int'} [-fpermissive] 47 | http_.begin(url.c_str(), kFirebaseFingerprint); | ^~~~~~~~~~~~~~~~~~~~ | | | const char* In file included from C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp:9: C:\Users\Admin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:167:10: note: candidate: 'bool HTTPClient::begin(String, const uint8_t*)' (near match) 167 | bool begin(String url, const uint8_t httpsFingerprint[20]) __attribute__ ((error("obsolete API, use ::begin(WiFiClientSecure, ...)"))); | ^~~~~ C:\Users\Admin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:167:10: note: conversion of argument 2 would be ill-formed: C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp:47:30: error: invalid conversion from 'const char*' to 'const uint8_t*' {aka 'const unsigned char*'} [-fpermissive] 47 | http_.begin(url.c_str(), kFirebaseFingerprint); | ^~~~~~~~~~~~~~~~~~~~ | | | const char* C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp: In member function 'virtual void FirebaseHttpClientEsp8266::begin(const string&, const string&)': C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp:51:60: error: invalid conversion from 'const char*' to 'const uint8_t*' {aka 'const unsigned char*'} [-fpermissive] 51 | http_.begin(host.c_str(), kFirebasePort, path.c_str(), kFirebaseFingerprint); | ^~~~~~~~~~~~~~~~~~~~ | | | const char* In file included from C:\Users\Admin\Documents\Arduino\libraries\firebase-arduino\src\FirebaseHttpClient_Esp8266.cpp:9: C:\Users\Admin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266HTTPClient\src/ESP8266HTTPClient.h:168:70: note: initializing argument 4 of 'bool HTTPClient::begin(String, uint16_t, String, const uint8_t*)' 168 | bool begin(String host, uint16_t port, String uri, const uint8_t httpsFingerprint[20]) __attribute__ ((error("obsolete API, use ::begin(WiFiClientSecure, ...)"))); |

  • @orcuslifesciences8594
    @orcuslifesciences8594 2 года назад

    I need to find a solution

  • @orcuslifesciences8594
    @orcuslifesciences8594 2 года назад

    Can I have your mail id

  • @kennedychari7710
    @kennedychari7710 2 года назад

    hey man am almost done but my esp8266 can not access the firebase, its connecting to the wifi and all but its not adding info on the firebase

  • @RolesAcademy
    @RolesAcademy 2 года назад

    Finally got it to work from this guide ruclips.net/video/7VXbVHssiQU/видео.html

  • @baileyfromtheblue
    @baileyfromtheblue 2 года назад

    hi! do you have a link for the code?

  • @cafriedrichsen
    @cafriedrichsen 2 года назад

    bad sound, it is almost impossible to hear what is being said

    • @amsa_ksu
      @amsa_ksu 2 года назад

      I'm sorry to know. In which regard did you find problem? Technically or in my voice? Thank you

    • @cafriedrichsen
      @cafriedrichsen 2 года назад

      @@amsa_ksu your voice

  • @adnansohail4699
    @adnansohail4699 2 года назад

    Im facing eucy file malware after going through this process , why?

  • @JJ-ej3ic
    @JJ-ej3ic 2 года назад

    Tengo problemas para subir los archivos del app como hago eso

  • @omkarraut5045
    @omkarraut5045 2 года назад

    I am doing an analysis , But am stuck in one issue, i'm not able to take a 4 digit value from 4x4 keypad and send it to google Firebase Can anyone please help me out? Please i need in urgent

    • @amsa_ksu
      @amsa_ksu 2 года назад

      www.electronicshub.org/arduino-keypad-interfacing-tutorial/#:~:text=In%20the%20code%2C%20the%20keys,16%C3%972%20LCD%20Display.

  • @anokhautomation4453
    @anokhautomation4453 2 года назад

    It's working only some times.evertime getting trouble.i don't know what is wrong with the Firebase server.we can't trust on this.

  • @AtulYadav-ml4hk
    @AtulYadav-ml4hk 2 года назад

    Thanks You So much It Works....

  • @electromind4183
    @electromind4183 2 года назад

    Code link

  • @InduwaraJ
    @InduwaraJ 2 года назад

    Fingerprint is now not wirking

  • @gayanchanaka3070
    @gayanchanaka3070 2 года назад

    Thank you so much. Very clear & It works the right way. ❤

  • @kubilay115
    @kubilay115 2 года назад

    If your serial monitor isn't working then change the baud to 115200

  • @maxmudjonshokirov3
    @maxmudjonshokirov3 3 года назад

    i wait the VSCode...

  • @HongTaeaz
    @HongTaeaz 3 года назад

    thanks

  • @sy_ox
    @sy_ox 3 года назад

    Exactly what I needed, thanks 🙏🏼😊

  • @Warganetpost
    @Warganetpost 3 года назад

    Bang kenapa saya udah ngikutin udah ada di playstore di download kok nggak ada tulisan play

  • @amatalbakry6724
    @amatalbakry6724 3 года назад

    good

  • @marinatorossian542
    @marinatorossian542 3 года назад

    Hello. great video! how can i use this with an arduino wemos d1 mini? it's not compiling.

  • @Dancopymus
    @Dancopymus 3 года назад

    Hi! First, thanks for the tutorial; I have two questions: 1) Why are there projects on the internet (Firebase) that use two sketches, one to send and one to get the data? Do you really use only one!? 2) How to show this data on a TFT Display ili9341? Thanks

  • @trybangla8318
    @trybangla8318 3 года назад

    Good bro….

  • @princessbacolod5860
    @princessbacolod5860 3 года назад

    Hi Amsa, your video is great and very helpful. I followed your steps but I am getting "setting /message failed:" and empty Firebase.error(). Hope you could help me :(

    • @prashantbhatkar3929
      @prashantbhatkar3929 3 года назад

      expired... check this video... ruclips.net/video/ZZ5JvSA-Ed8/видео.html

    • @AMIRULHAQE
      @AMIRULHAQE 2 года назад

      yes same error

  • @edsonsangalang6242
    @edsonsangalang6242 3 года назад

    For aide plss

  • @albaqy3295
    @albaqy3295 3 года назад

    How to convert apk from website 2 apk builder to .aab?

  • @funnycartoon2467
    @funnycartoon2467 3 года назад

    ভাইয়া AAB file export ar সময় error show করে। কি করবো?

  • @علياءاسامه-ت4م
    @علياءاسامه-ت4م 3 года назад

    good tutorial thanks