Search found 18 matches

by SombraRPK
Tue Jul 28, 2020 1:35 pm
Forum: General Discussion
Topic: Secure boot + HTTPS OTA firmware updates.
Replies: 4
Views: 4953

Re: Secure boot + HTTPS OTA firmware updates.

This will help me a lot, thanks, Angus!!
by SombraRPK
Thu Jul 23, 2020 2:42 pm
Forum: General Discussion
Topic: Secure boot + HTTPS OTA firmware updates.
Replies: 4
Views: 4953

Re: Secure boot + HTTPS OTA firmware updates.

Thanks for your answer, Angus!
I understand. Is there a way to use both Arduino and ESP-IDF? Or do I need to migrate all all to ESP-IDF.

Greetings!
by SombraRPK
Wed Jul 22, 2020 9:26 pm
Forum: General Discussion
Topic: Secure boot + HTTPS OTA firmware updates.
Replies: 4
Views: 4953

Secure boot + HTTPS OTA firmware updates.

Hi you all! I'm currently working on Arduino IDE and need to: - Update the firmware using HTTPS OTA. - Verify the new firmware is signed by myself. Currently I do the OTA firmware update using HTTP protocol and everything works fine. But in order to implement better security practices, and given tha...
by SombraRPK
Wed Mar 06, 2019 10:35 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 123172

Re: ESP BLE Mesh v0.5 Beta has been released

Wangcheng, thank you very much. I think this topic is all about ble mesh, my issue is more like just obtain the UUID of the board. I give you this link, is the topic I opened to try to solve this issue of mine. I'd be so glad if you could take a look. https://www.esp32.com/viewtopic.php?f=2&t=9447&p...
by SombraRPK
Tue Mar 05, 2019 3:33 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 123172

Re: ESP BLE Mesh v0.5 Beta has been released

Hi! I'm stuck trying to get the UUID of my ESP32 BLE. Do you guys know how to obtain it? Thanks in advance!
by SombraRPK
Fri Mar 01, 2019 11:48 pm
Forum: General Discussion
Topic: Get BLE UUID for iOS pairing
Replies: 12
Views: 19028

Re: Get BLE UUID for iOS pairing

This is the UUID i'm talking about, I attach this image. Any idea?

Thanks in advance!!
by SombraRPK
Fri Mar 01, 2019 5:56 pm
Forum: General Discussion
Topic: Get BLE UUID for iOS pairing
Replies: 12
Views: 19028

Re: Get BLE UUID for iOS pairing

Thank you Franco. My issue is more about how can i set ESP32's UUID and and use that UUID to connect my iOS app directly.
by SombraRPK
Thu Feb 28, 2019 3:04 am
Forum: General Discussion
Topic: Get BLE UUID for iOS pairing
Replies: 12
Views: 19028

Get BLE UUID for iOS pairing

Hi! I'm developing an iOS app and i'm trying to establish BLE connection with the esp32 board but i need a UUID. My main idea is create a random UUID, display it on a QR code, read with the app and go directly to pair with my board. Any idea is really welcomed.

Thanks in advance!
by SombraRPK
Mon Jan 21, 2019 7:29 pm
Forum: General Discussion
Topic: How to erase flash memory from terminal
Replies: 5
Views: 40140

Re: How to erase flash memory from terminal

Thank you all, guys! I could solve my problem by changing the defalut.csv values on my board and uploading the sketch again, for if you have this issue sometime.

Thanks again!
by SombraRPK
Fri Jan 18, 2019 1:28 am
Forum: General Discussion
Topic: How to erase flash memory from terminal
Replies: 5
Views: 40140

How to erase flash memory from terminal

Hi, guys! I'm having a big trouble in my board. When I upload my program it just restart over and over. I'm working with Arduino IDE and Mac OS Mojave. When I open my serial port it shows: [Codebox] rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x...