Search found 3 matches
- Sat Sep 23, 2023 5:08 pm
- Forum: General Discussion
- Topic: Writing to a memory address using I2C
- Replies: 2
- Views: 1629
Re: Writing to a memory address using I2C
Every I2C device needs a driver. The ESP I2C APi just write data to the device. For memory read or write there is a register on the memory device that holds the memory address you want accessed. Look at the I2C device, find the part number and then find the documentation for that part . that should ...
- Fri Sep 22, 2023 8:33 pm
- Forum: Hardware
- Topic: smalles ESP32 + lowest energy consumption?
- Replies: 3
- Views: 10634
Re: smalles ESP32 + lowest energy consumption?
Seeed Xiao ESP32C3 is a good choice. but to reduce power consumption, sleep mode is necessary.
- Thu Sep 21, 2023 8:26 pm
- Forum: ESP-IDF
- Topic: mbedtls: ssl_tls.c x509_verify_cert()returned -9984 (-0x2700)
- Replies: 0
- Views: 1355
mbedtls: ssl_tls.c x509_verify_cert()returned -9984 (-0x2700)
I am trying to use examples/https_request. I changed the server_root_cert.pem to my own CA root cert. I created a server cert using an intermediate cert. CA root => intermediate cert => server cert. The error -0x2700 is MBEDTLS_X509_BADCERT_CN_MISMATCH https://forums.mbed.com/t/x509-verify-cert-retu...