SSLClient icon indicating copy to clipboard operation
SSLClient copied to clipboard

Is there a way to make SSLClient work without rand_pin?

Open mikeme2009 opened this issue 3 years ago • 3 comments

I designed a PCB with ESP32 but the only pins free are 17, 21, 25, 27 and I receive in platformio
[E][esp32-hal-adc.c:123] __analogRead(): Pin 21 is not ADC pin! Is there a way to make SSLClient work without rand_pin? Thanks

mikeme2009 avatar Feb 26 '22 10:02 mikeme2009

Yep, it's only part inside of the library that i really understood, it's make a analogic read in this pin then give the value the library core with is a encryption librqrar written in C, so make the alteration inside the library to call esp random generator

HebertWP avatar Feb 26 '22 21:02 HebertWP

Thank you

mikeme2009 avatar Mar 01 '22 12:03 mikeme2009

Hi again,

I managed to communicate with the server, but Serial.write (buffer, len); print the entire message, including header and body. How can I print only the body? Something like http.getString (); from the HTTPClient.h library

mikeme2009 avatar Mar 02 '22 15:03 mikeme2009