For more projects - kzbin.info That Project Github Repository - github.com/0015/ThatProject Join FB Group - facebook.com/groups/138965931539175
@usefulelectronics2 жыл бұрын
Well This is going to be a solid reference for many people great job ! I prefer BLE provisioning tho:) or BluFi whatever you call it :D
@muhammadshahzaib38132 жыл бұрын
big thanks and your videos helped me lot in my LVGL journey.
@Kispalkovich Жыл бұрын
Packet length! I was looking for hours around the internet how wifi encrpytion is bypassed.
@ernestorivero9909 Жыл бұрын
Hola se podria cargar los sketch al esp32 usando bluetooth es que no siempre tengo wifi
@pansim1971 Жыл бұрын
Hello could load the sketch to esp32 using Esptouch
@ThatProject Жыл бұрын
EspTouch is one way for mobiles to tell the connected Router's Ssid, Password and etc. to make IOT devices connect to the same Router. You cannot load the sketch file or program using it.
@pansim1971 Жыл бұрын
i tried connecting it successfully but as we power off esp32 , wifi credentials lost on power on next time @@ThatProject
@ugetridofit2 жыл бұрын
Thanks for another great video!
@deanstarman16942 жыл бұрын
Thanks for the really useful info. I learned a lot from you.
@ernestorivero9909 Жыл бұрын
Hello could load the sketch to esp32 using bluetooth is that I do not always have wifi
@ThatProject Жыл бұрын
No way to load the sketch to ESP32 using BT.
@MrJake-bb8bs2 жыл бұрын
Esp-Touch. How ESP is able to receive UDP packets when not connected to the same access point?
@ThatProject2 жыл бұрын
It operates in WiFI station mode and searches for nearby APs. Among them, if it finds a signal with specific event data from the searched AP, it can get the SSID and PW through it.
2 жыл бұрын
I am having problems getting IP from softAP with this blufi example. What could be the problem?
@ThatProject2 жыл бұрын
It seems that the WiFi credentials are not properly updated with the device connected via BluFi?? Does your wifi device support 2.4Ghz? I guess this only reason why it cannot be assigned a local IP.
@pariwalatanishq Жыл бұрын
is there any way that I can use this alongside the code written using Arduino Framework, or is there any other way to connect wifi to esp 32 and transfer the ip addres using bluetooth and wifi simultaneously
@ThatProject Жыл бұрын
Smartconfig is also available for the Arduino Framework. It used to be impossible to use WiFi and BT on the ESP32 at the same time, but I'm not sure how it is now. Please try to google it.