Search found 18 matches

by SombraRPK
Wed Oct 24, 2018 3:14 pm
Forum: ESP32 Arduino
Topic: How to use the Preferences Library?
Replies: 3
Views: 40229

Re: How to use the Preferences Library?

Could you solve the issue? Rrobinet? I'm just having some troubles with the putString and getString instructions. I'm not sure if it is storing my value with putString and less if it is reading it ok the getString func. I'm trying this: #include <Preferences.h> Preferences preferences; void setup() ...
by SombraRPK
Mon Oct 15, 2018 10:55 pm
Forum: General Discussion
Topic: does there have an example for rsa_pkcs1_encrypt(.....) function?
Replies: 5
Views: 7373

Re: does there have an example for rsa_pkcs1_encrypt(.....) function?

Thanks a lot. What would you recommend me, talking about the string-in key or file-in key? And about the mbedTLS docs, are these? https://tls.mbed.org/api/, or are there some others specifically for ESP?
by SombraRPK
Mon Oct 15, 2018 9:03 pm
Forum: General Discussion
Topic: does there have an example for rsa_pkcs1_encrypt(.....) function?
Replies: 5
Views: 7373

Re: does there have an example for rsa_pkcs1_encrypt(.....) function?

Thank you, ESP_Angus! I find a couple of things trying to make this code work. I'd be so glad that you could help me. The first one. I was reading the code and I see it use files, do you know if I can use files with the ESP32? Or do you have a recommendation to make it work? I think the best would b...
by SombraRPK
Tue Oct 09, 2018 11:55 pm
Forum: General Discussion
Topic: mbedTLS RSA encryption question
Replies: 2
Views: 7951

Re: mbedTLS RSA encryption question

Hi, mpulis! Did you find a way to make it work? I'm just trying to do the same thing. :?
by SombraRPK
Tue Oct 09, 2018 11:37 pm
Forum: ESP32 Arduino
Topic: How to hide BLE in ESP32?
Replies: 9
Views: 15001

Re: How to hide BLE in ESP32?

Great! Thank you all, guys! Tried the mike_acosta's code and now it is working wonderfully!
by SombraRPK
Tue Oct 09, 2018 11:31 pm
Forum: General Discussion
Topic: does there have an example for rsa_pkcs1_encrypt(.....) function?
Replies: 5
Views: 7373

Re: does there have an example for rsa_pkcs1_encrypt(.....) function?

Hi, i'm just looking for the same! Did you know something about that you can share? Thanks!
by SombraRPK
Wed Aug 01, 2018 8:47 pm
Forum: ESP32 Arduino
Topic: How to hide BLE in ESP32?
Replies: 9
Views: 15001

Re: How to hide BLE in ESP32?

Thanks @bobolink. I'll check the BLE specification, but just to be sure, what you're saying is that if service solicitation is like "enabled" then the ESP32 can be found, otherwise it remains hidden?
by SombraRPK
Wed Jul 04, 2018 1:56 pm
Forum: ESP32 Arduino
Topic: How to hide BLE in ESP32?
Replies: 9
Views: 15001

How to hide BLE in ESP32?

Hi! I’m currently working on a project in which I don’t want my BLE device to be found by any other device. I’ve tried initializing the Bluetooth with no name but it’s still being found. I just want to establish the Bluetooth connection via MAC address. Any idea is welcomed. Thanks in advance, guys.