Error correction for wireless transmission

17 Oct 2012

Hi. I would like to know is there any error correction code for wireless transmission that the mbed can support?

18 Oct 2012

Read about MAC layer error correction protocols. These are not done by the host CPU. They are present in protocols such as IEEE 802.11 and 802.15.4.

At the network (NWK) layer, protocols like TCP do error correction when TCP is not used, such as UDP with IP.

Lots of other examples to be found.