Search found 10 matches

by fahirad
Tue Jan 30, 2024 3:51 pm
Forum: ESP-IDF
Topic: OTA update via Firebase Storage
Replies: 0
Views: 768

OTA update via Firebase Storage

Hello! I have successfully ran simple_ota_example, following the guidelines from README file. Now, I want to be able to store new firmware somewhere outside of my LAN, and I am thinking of using Firebase Storage for that purpose (I have not used it before with ESP32). However, I can find very little...
by fahirad
Tue Dec 05, 2023 8:24 am
Forum: General Discussion
Topic: ESP32 ROM loader problem
Replies: 1
Views: 2034

Re: ESP32 ROM loader problem

Hello, I think I may have the same issue. I noticed that when I send two SYNC packets, my ESP starts to reply normally. Now, this is a workaround in my case, I do not know if it will work for you.
by fahirad
Tue Nov 14, 2023 3:46 pm
Forum: ESP-AT
Topic: AT+BLECONN? returns previous connections that aren't active anymore
Replies: 2
Views: 34695

Re: AT+BLECONN? returns previous connections that aren't active anymore

Just for anyone else having the same problem, I have been able to see that this happens in the case when I am trying to connect to a device and if during that connection process, my already connected device gets disconnected, I will not receive +BLEDISCONN message nor will the AT+BLECONN? return tru...
by fahirad
Wed Nov 08, 2023 1:58 pm
Forum: ESP-AT
Topic: Change Log pins on ESP32-C3
Replies: 0
Views: 19160

Change Log pins on ESP32-C3

Hi all, 21 and 20 are default pins for UART0, utilized as logging UART in ESP-AT for my ESP32-C3. However, I need those pins to be assigned for the communication/command UART instead (UART1) and I need to reroute UART0 pins to some other (I was thinking pins 7 and 6, originally expected for UART1). ...
by fahirad
Mon Oct 30, 2023 11:04 am
Forum: ESP-AT
Topic: AT+BLECONN? returns previous connections that aren't active anymore
Replies: 2
Views: 34695

AT+BLECONN? returns previous connections that aren't active anymore

Hi everyone, Has anyone had the problem of command AT+BLECONN? returning information on once connected devices that are not connected anymore? I am printing the data that comes after the +BLECONN part and this is approximately what I get ("R:" stands for "received" :D ): R: 0,"some-mac" R: 1,"some-m...
by fahirad
Wed May 03, 2023 1:33 pm
Forum: ESP-AT
Topic: OTA Firmware update
Replies: 3
Views: 3792

Re: OTA Firmware update

Thank you so much for the help. I will post an issue and try to do it as you suggested.
by fahirad
Wed May 03, 2023 9:06 am
Forum: ESP-AT
Topic: OTA Firmware update
Replies: 3
Views: 3792

Re: OTA Firmware update

To follow up on my previous questions. :mrgreen: I tried following this link https://docs.espressif.com/projects/esp-at/en/latest/esp32/Compile_and_Develop/How_to_implement_OTA_update.html#upgrade-commands-use but it confused me further. It lists three ways, but when it wants to explain how to actua...
by fahirad
Fri Apr 28, 2023 2:24 pm
Forum: ESP-AT
Topic: OTA Firmware update
Replies: 3
Views: 3792

OTA Firmware update

Hello all! Can anyone tell me what is the exact way to update the AT firmware over the air, using AT commands? Which steps and commands need to be taken to achieve this? Right now, I am only interested in updating and being able to download the future official releases. If I understood the documenta...
by fahirad
Fri Mar 24, 2023 10:22 am
Forum: ESP-AT
Topic: AT+BLEADVPARAM White List
Replies: 2
Views: 3815

Re: AT+BLEADVPARAM White List

Hello!

I have the same issue, (I am interested in scanning parameters but that's the gist of it). I see there are no replies here. Have you been able to resolve and figure it out?

Thank you and have a nice day!
by fahirad
Tue Feb 21, 2023 10:10 pm
Forum: ESP-AT
Topic: BLE Services and Characteristics are not shown in ESP32C3-MINI1
Replies: 0
Views: 1570

BLE Services and Characteristics are not shown in ESP32C3-MINI1

Hello, I have been trying to figure out why the services and characteristics are not shown when I configure my device as a BLE Server using AT commands. I have followed this link exactly for flashing the firmware https://docs.espressif.com/projects/esp-at/en/latest/esp32c3/Compile_and_Develop/How_to...