TLS1000
TLS1000
From What I understood, only ESP32 is powerfull enough to do encryption. I tried the hornbill library on ESP32 and it works.
Hi Benoit, no problem. As for now I'll use the bufferingstream class. Let me know if you would like me to test something as I have the setup ready. I...
Hi Benoit, I simplified the test of the hammingstream: sender: ``` HammingStream eccSerial1(Serial1); void loop() { // put your main code here, to run repeatedly: eccSerial1.write('a'); delay(2000); } ``` receiver:...
Does the hammingstream class also chop the payload to be sent into managable pieces for eg the UART? In fact, instead of using the hammingstream, I would prefer using the...
we are also on the lookout for some ability to interact with STEVE from an EMS for smart charging, either for load balancing pupose, or for optimizing the use of...
update: it also hangs after disconnection of one the the two the CAN lines, which is real-life event.
Hi, i'm having the exact same problem. I'm using MAX3485 with level shifting. Did someone find a solution?
hi, I went a little deeper on the working of the software wathdog of the ESP8266. Problem is the waiting on a response from a modbus slave (espacially during testing...