Hello, what version of esp-idf are you using? My code is giving an error when compiling. My version is ESP-IDF 5.4
@InnovateYourselfashu2 күн бұрын
Currently I'm using 5.2.2
@GREGOMANROCK2 күн бұрын
@@InnovateYourselfashu Thanks for the reply. I installed version 5.2 to test and I still have the same error when compiling. I apologize for posting the error here: 55 | memcpy(evt->user_data + output_len, evt->data, evt->data_len); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../components/esp_firebase/app.cpp:34:11: error: enumeration value 'HTTP_EVENT_REDIRECT' not handled in switch [-Werror=switch] 34 | switch(evt->event_id) { | ^ ../components/esp_firebase/app.cpp: In member function 'void ESPFirebase::FirebaseApp::firebaseClientInit()': ../components/esp_firebase/app.cpp:70:41: warning: missing initializer for member 'esp_http_client_config_t::host' [-Wmissing-field-initializers] 70 | esp_http_client_config_t config = {0}; | ^
@GREGOMANROCK2 күн бұрын
@@InnovateYourselfashu Thanks for your reply. I tested version 5.2, but I kept getting compilation errors. To fix it I modified the http_event_handler(esp_http_client_event_t *evt) function in the app.cpp file. Just add one more option "case HTTP_EVENT_REDIRECT: ESP_LOGD(HTTP_TAG, "HTTP_EVENT_REDIRECT"); break;"
@GREGOMANROCK2 күн бұрын
@@InnovateYourselfashu Thanks for the reply. The problem was not related to the esp-idf version. I fixed a function in the app.cpp file. I tried to post the correction but KZbin didn't allow it.
@RayaneAitlhaj-r9f3 күн бұрын
7 years 115 views 😭😭😭😭😭😭 bro aint no way
@Minecraft-xt6me3 күн бұрын
Hi, your video was Definity helpful but lied in debugging, it was not only missed "/" issue but instead of secret key, we need to use apikey.
@kabannosss5 күн бұрын
Print("created the object !!!")
@SakibHasan-m3r16 күн бұрын
Can you help me for ir and rf receiver with esp idf.
@sanjaykhatri609318 күн бұрын
I had a doubt if i play live streaming of my vedio from ngrok to VLC then then once url generated will work everyday or again i have to run ngrok whenever i want to watch live streaming?
@InnovateYourselfashu17 күн бұрын
Ngrok will work for a certain period with the free version. But if you buy the paid version of ngrok then you don't have to run it again until and unless something interrupts.
@sanjaykhatri609319 күн бұрын
This blynk application is asking for 9900/- Rs for live streaming it is not free it is very costly
@InnovateYourselfashu18 күн бұрын
Previously it used to be free.
@Healthy_life123-f1m23 күн бұрын
Do you give online class
@InnovateYourselfashu23 күн бұрын
Yes
@ydiadi_24 күн бұрын
Bro i am.planning this printer. Please share your views
@InnovateYourselfashu24 күн бұрын
If you are planning to buy for your personal use with normal usage then it's best you can buy it. I personally feel it's good. 😊
@ydiadi_24 күн бұрын
@InnovateYourselfashu yes bro personal use may be in future might start a little store to sell and earn
@fooballers788327 күн бұрын
Thank you.... just what I have been waiting for....
@InnovateYourselfashu25 күн бұрын
I'm happy for you 😊😄
@fgregerfeaxcwfeffece28 күн бұрын
suggestion for a simple increase in audio quality: acoustic panels echoes cause all kinds of problems. Software echo compensation is one of them. (Lowers volume and reduces quality by cutting frequency ranges. And that's the best case. The lower end is always open.) Just taping a few to the wall will notably improve the quality of the recording. A carpet also is like a less optimal acoustic panel for the floor. So carpet in the recording room is also a good idea especially when it is mostly empty otherwise. Flat hard surfaces are the enemy of microphone recording. The bigger the worse.
@InnovateYourselfashu28 күн бұрын
Thank you so much for your suggestion. I'll take care of these points in my further videos ☺️
@A_R531Ай бұрын
Creat whatsapp group
@A_R531Ай бұрын
Sir I have doubt
@InnovateYourselfashuАй бұрын
What's your doubt?
@A_R531Ай бұрын
@InnovateYourselfashu please provide your contact number
@viswajitpsАй бұрын
Hello, i cant find App Studio in the Apps.. did the name change ?
@InnovateYourselfashuАй бұрын
It's because in the latest version we don't have this option
@ravindupahasara1353Ай бұрын
Sir can't I connect two esp 32 wroom each other for this if can what are the seps
@InnovateYourselfashuАй бұрын
Why ain't you able to connect right now?
@NisansanaThathsaraniАй бұрын
can you tell me which kind of wifi router are you using sir cuz my router dosent connet with esp32
@InnovateYourselfashuАй бұрын
I'm using a hathway router. It looks like you are trying to connect with a different bandwidth
@Healthy_life123-f1mАй бұрын
I need online classes from you
@InnovateYourselfashuАй бұрын
For which course?
@Healthy_life123-f1m23 күн бұрын
STM 32 and ESP 32
@Healthy_life123-f1mАй бұрын
Hello sir
@InnovateYourselfashuАй бұрын
Hello
@bennguyen1313Ай бұрын
Would the process be very similar if using the IDF-IDE? I prefer Eclipse over VS-Code/Arduino, and would like to serve up a Vue js page that outputs ADC data via websockets, to any browser that is connected to the Acess-Point/Webserver. BTW, any thoughts on the ULP processor? Can that be debugged using the chip's built-in JTAG debugger, or is that interface only for the main processor?
@SimaKaur-w8lАй бұрын
🙏🙏
@GaganKumar-sr1ji2 ай бұрын
Sir Please make video on Data sent to Googlesheet using eps idf
@InnovateYourselfashu2 ай бұрын
Thanks for the suggestion. I'll look into it ☺️
@patilabhijeetj2 ай бұрын
Great tutorial for blinking on-board LED for ESP32. I have ESP32-S2 DevKitC-1 v1.0 and there is on-board RGB LED. However there is no code sample examples on the internet that I could use to make it blibk. I first connected this kit to my laptop it was blinkng that RGB (first red, then Green and finally blue) in loop. After I uploaded sample sketch using ESP-IDF, but then I could'n find similar sketch for blinking this RGB LED. Could you please point me, if you are aware of, any such code sample or how to make single RGB led blink? Thank you!
@InnovateYourselfashu2 ай бұрын
Thank you 😊 I have esp32 s3 WROOM with me and I have to check on this because I haven't used this RGB led for different colors. I just used it as a single color with pin GPIO48.
@mohammedbasith26742 ай бұрын
sir , is it connected in different network app and device
@RajveerSingh-vf7pr2 ай бұрын
first i will thought i'll suggest some tips to make it look good asthetically, but then the suggestions would be longer than the video... however, good content
@InnovateYourselfashu2 ай бұрын
I appreciate your feedback and I'll try to make the code more aesthetically pleasing in the future 😊 it would be great if you can suggest some tips so that I can focus on it and improve in future videos
@HowtoElectronics2 ай бұрын
Firebase has been updated so much. So many changes and you have demonstrated very well.
@InnovateYourselfashu2 ай бұрын
Thank you so much 😊 I'm happy that you got a lot of new features to learn from our channel 😃
@jhunjusay8882 ай бұрын
Can i have the schematic
@Sabarish-qk6yy2 ай бұрын
I
@gtas3213 ай бұрын
Very interesting
@CoderFriend27153 ай бұрын
tip make variables name's more clear that is easy to read
@InnovateYourselfashu3 ай бұрын
Thanks for your suggestion ☺️ I'll take care next time
@CoderFriend27153 ай бұрын
nice
@makerelectronics28623 ай бұрын
Great work Ashish can you pls create a video on IDF using analog read function
@InnovateYourselfashu3 ай бұрын
Thanks. You can check our recent video for the same 😊
@NugNux3 ай бұрын
Thank You 😭
@chlaxmikanth56953 ай бұрын
Hii is there any espressif codes for connecting the controller with wifi router via station mode and send that internet to mobile via ap mode
@InnovateYourselfashu3 ай бұрын
I don't have such a function with me.
@huzaifahuzaifa47063 ай бұрын
Sir how to set the BLE advertising parameters and connection parametes in code nimble.
@InnovateYourselfashu3 ай бұрын
Can you elaborate your query?
@MuhammadHammadUmer-i7v3 ай бұрын
The video is very helpful, thankx for making such useful content. Can you please tell the latency of data data exchange ?
@InnovateYourselfashu3 ай бұрын
Thank you 😊 Here are some factors that can affect latency in BLE: 1. Connection establishment 2. Connection interval 3. Inter Frame Space (T_IFS) 4. ACK packet 5. Overhead 6. MTU size
@ravirrr45393 ай бұрын
hello Ashish, thankyou for the detailed tutorial. I intend to push data writes from esp32 freeRTOS server to client ,using notify. but not callback driven. I was trying to add notify characteristic and tried BLE_GATT_CHR_F_NOTIFY flag, with access_cb as NULL, and notify char handle as valuehandle, and I called my own function directly from my app_main() .but it is crashing. Is this correct design I intended , i.e can we call the notify function directly ourselves, initiated by server and no callback called from clientside ?
@roopasushmavanapalli30753 ай бұрын
Sir i didn't find the repository link Please help me sir😢
@InnovateYourselfashu3 ай бұрын
The repository link is in the description of the video.
@nguyenminhnhut31083 ай бұрын
this good and straight forward
@huzaifahuzaifa47063 ай бұрын
sir how to add the path
@InnovateYourselfashu3 ай бұрын
Which path?
@huzaifahuzaifa47063 ай бұрын
@@InnovateYourselfashu header files path which you added intially in your video so the red line appearing were disappeared.
@davidreidguru3 ай бұрын
Ya man .. super cool design ! I'd love to see a video on this :D
@InnovateYourselfashu3 ай бұрын
The video is already made in this you can check the video in the video section on our channel
@ArogyaClinicalLab3 ай бұрын
🥰👍
@mehranborna39794 ай бұрын
Bravo , How can I run webserver in ap mode?
@mehranborna39794 ай бұрын
Bravo❤ , please make some toturials on mesh network and webserver❤
@moonlight00qq4 ай бұрын
This is one of the best tutorials in this field. thank you very much.
@InnovateYourselfashu4 ай бұрын
I'm glad to hear that. Happy for you 😊
@AlexHobbi4 ай бұрын
Thank you very much for the information and work. can you please tell me in which program you make such pictures schematics. Thank you, it looks very nice. 1:40