Search found 2 matches

by gyb001
Mon Jul 08, 2019 7:25 am
Forum: ESP-IDF
Topic: httpS webserver and request in one project.
Replies: 0
Views: 1696

httpS webserver and request in one project.

Hello. Is there an example which contain httpS server and httpS request? I tried mix the webserver and the request example but didnt work. W (205916) mbedtls: ssl_tls.c:4338 ssl_get_next_record() returned -29184 (-0x7200) W (205926) mbedtls: ssl_cli.c:1506 mbedtls_ssl_read_record() returned -29184 (...
by gyb001
Thu Jun 20, 2019 12:18 pm
Forum: ESP-IDF
Topic: Pn532 SPI library
Replies: 0
Views: 4153

Pn532 SPI library

Hello. I got a board with ESP-32 (wroom 32) and NXP PN532 which connected by SPI. How can i use this nfc reader in esp-idf? I found onliy i2c https://github.com/lucafaccin/esp-pn532/blob/master/PN532.c library. Its working under arduino. #include <PN532_SPI.h> #include "PN532.h" ... #define PN532_SC...