Search found 32 matches

by ggeorge
Tue Aug 08, 2023 6:22 am
Forum: ESP-AT
Topic: Package/Bit Error rate
Replies: 0
Views: 5137

Package/Bit Error rate

BLE will need to connect to a Bluetooth simulator to be able to monitor the Package or Bit Error Rate, do you have an application that you would have used where we could monitor these details?

Please suggest ways to do this.
by ggeorge
Fri Jan 06, 2023 11:10 am
Forum: ESP-AT
Topic: How to increase the ESP32C3 Mini's duty cycle to 90%? What is the default setting for this?
Replies: 1
Views: 2183

How to increase the ESP32C3 Mini's duty cycle to 90%? What is the default setting for this?

How to increase the ESP32C3 Mini's duty cycle to 90%? What is the default setting for this? Please support. Also how can we measure it and set it?
by ggeorge
Tue Nov 29, 2022 9:23 am
Forum: ESP-AT
Topic: ESP32C3MINI - How long does the advertising remain active without any connection requests?
Replies: 5
Views: 3459

Re: ESP32C3MINI - How long does the advertising remain active without any connection requests?

Hi, Generally, if the broadcast is not actively stopped, it will continue to broadcast until it is connected. Can you provide test version information (AT+GMR), AT command and log. UART4 RX = AT+GMR UART4 RX = AT version:2.4.0.0(4c6eb5e - ESP32C3 - May 20 2022 03:11:59) UART4 RX = SDK version:qa-te...
by ggeorge
Tue Nov 29, 2022 8:44 am
Forum: ESP-AT
Topic: ESP32C3MINI - How long does the advertising remain active without any connection requests?
Replies: 5
Views: 3459

Re: ESP32C3MINI - How long does the advertising remain active without any connection requests?

Hi, Generally, if the broadcast is not actively stopped, it will continue to broadcast until it is connected. Can you provide test version information (AT+GMR), AT command and log. UART4 RX = AT+GMR UART4 RX = AT version:2.4.0.0(4c6eb5e - ESP32C3 - May 20 2022 03:11:59) UART4 RX = SDK version:qa-te...
by ggeorge
Tue Nov 29, 2022 7:27 am
Forum: ESP-AT
Topic: ESP32C3MINI - How long does the advertising remain active without any connection requests?
Replies: 5
Views: 3459

ESP32C3MINI - How long does the advertising remain active without any connection requests?

I am trying to advertising my ESP32C3Mini using AT+BLEADVSTART and it stays in that mode for sometime and then goes into some disable mode. Is the AT Firmware in the BLE module doing something if there are no connection requests or something? Is there any way to keep the BLE advertising active for a...
by ggeorge
Tue Jun 28, 2022 7:35 am
Forum: ESP-AT
Topic: Is it possible to transfer files through ESP32C3 Mini?
Replies: 8
Views: 5529

Re: Is it possible to transfer files through ESP32C3 Mini?

ESP_Sun wrote:
Mon Jun 27, 2022 12:47 pm
Maybe you can look at this example:https://docs.espressif.com/projects/esp ... s.html#id7
How much data can I send through this process?
by ggeorge
Mon Jun 27, 2022 1:02 pm
Forum: ESP-AT
Topic: Is it possible to transfer files through ESP32C3 Mini?
Replies: 8
Views: 5529

Re: Is it possible to transfer files through ESP32C3 Mini?

Yes, I have done this to transfer some data and it is working. What I would like to know is, If I have a text file or .hex file can I send it as a file instead of breaking it into line by line and sending?
by ggeorge
Mon Jun 27, 2022 12:39 pm
Forum: ESP-AT
Topic: Is it possible to transfer files through ESP32C3 Mini?
Replies: 8
Views: 5529

Re: Is it possible to transfer files through ESP32C3 Mini?

Can I do this through BLE instead of TCP?
by ggeorge
Mon Jun 27, 2022 12:26 pm
Forum: ESP-AT
Topic: Is it possible to transfer files through ESP32C3 Mini?
Replies: 8
Views: 5529

Re: Is it possible to transfer files through ESP32C3 Mini?

My goal is to send a .txt file from my phone to the ESP32C3Mini. Is there a way to do this? Can I use the existing AT Command Firmware V2.4?
by ggeorge
Mon Jun 27, 2022 6:35 am
Forum: ESP-AT
Topic: Is it possible to transfer files through ESP32C3 Mini?
Replies: 8
Views: 5529

Is it possible to transfer files through ESP32C3 Mini?

Is it possible to transfer files through ESP32C3 Mini with the existing AT Firmware V2.4?