Search found 3 matches

by isg-mini
Wed Sep 29, 2021 11:33 am
Forum: ESP32 boards
Topic: How ESP32 keeps the time.localtime() without battery?
Replies: 9
Views: 3666

How ESP32 keeps the time.localtime() without battery?

Hello Team, I need help to understand how the micropython OS, for the ESP32SPI, can keep the date&time, even without power. Let me explain: In our code, we update the date&time using the ntp.settime() via Wi-Fi. No issues here. The 'problem' comes when I unpower the board, 30 min, and once I turn it...
by isg-mini
Thu Mar 18, 2021 4:11 pm
Forum: ESP32 boards
Topic: encrypt string with rsa
Replies: 5
Views: 6053

encrypt string with rsa

Hi,
I want to encrypt and decrypt a string using private and public key.
Does exist any micropython library to do that?

I tried using the "rsa" library that I have taken from this project:https://github.com/GoogleCloudPlatform/ ... icropython, but I have not succeeded.

Thanks.