Search found 5 matches

by adrianolmar
Wed Jul 22, 2020 5:14 pm
Forum: ESP-IDF
Topic: Call Bootloader from application
Replies: 1
Views: 2299

Call Bootloader from application

Is there a way to call a default serial bootloader from main application without obligation of put GPIO0 in low during initialization of chip?
by adrianolmar
Thu Jul 16, 2020 12:32 pm
Forum: ESP-IDF
Topic: How to use NVS for store a file of 512KB
Replies: 1
Views: 2334

How to use NVS for store a file of 512KB

Hi I'd like to download and store a file of 256KB from internet in NVS. I know how to download this file, but I have a problem because memory RAM isn't enough. How I can store this file in NVS (nvs_get_blob and nvs_set_blob) by parts? Is there a way to store this file in NVS by small parts? Is there...
by adrianolmar
Wed Jun 24, 2020 9:15 pm
Forum: ESP-IDF
Topic: NimBLE Gap device name limits
Replies: 4
Views: 6827

Re: NimBLE Gap device name limits

I can't find a way to implement a "scan response" in NimBLE.
Does any one know how to implement a "scan response" in NimLBE?
by adrianolmar
Mon Jun 22, 2020 11:36 pm
Forum: ESP-IDF
Topic: NimBLE Gap device name limits
Replies: 4
Views: 6827

Re: NimBLE Gap device name limits

Thank you Chegewara,

logging these 31 bytes: 3 for flags, 3 for tx power, 4 for service uuid, 2 for name header ...
it lasts 19 bytes for name as I imagine.

I'll try to complement the advertising table with scan response (ble_gap_adv_rsp_set_data) and I give you news.
by adrianolmar
Mon Jun 22, 2020 12:58 pm
Forum: ESP-IDF
Topic: NimBLE Gap device name limits
Replies: 4
Views: 6827

NimBLE Gap device name limits

Hi, I'm using NimBLE on espressif ESP32 IDF version 4.0 (I've tryed with 4.1beta2 and happens the same problem). I have problems with the size of name of device (ble_svc_gap_device_name_set). We can put until 19 characters on device name. name = ble_svc_gap_device_name(); fields.name = (uint8_t *)na...