Arduino-FEC icon indicating copy to clipboard operation
Arduino-FEC copied to clipboard

Reed-Solomon Forward Error Correction library

Results 4 Arduino-FEC issues
Sort by recently updated
recently updated
newest added

Hi! i'd like to apply FEC over 3 bytes per message, but i cant seem to get it working. How would i implement this? (i want to send 24 1's...

library Arduino-FEC-master claims to run on (esp32) architecture(s) and may be incompatible with your current board which runs on (CubeCell) architecture(s).

The original code (from mersinvald) contains a LICENSE file and author references in header files. I think this distribution should contain at least the original LICENSE file (a MIT license)...

The code usage was successful on ESP8266 core platform too, as message originator and sender. Problems took place on receiption side, relaized on ESP32, but not due to introduced library...