I'm working on a project in which I basically want to test how many errors happen in wireless communication.
My first thought was to use ESP8266 chips, but then I came to the realization that wifi has ways of correcting errors before they reach the other device. So I was wondering if there's a way to either stop this correction from happening or detect it.
I also thought of making use of the Micro:Bits' radio feature, since they're easily available to me and they don't use wifi. The problem here is that I can't find anywhere that says whether Micro:Bits have error correction codes or not.
If there's another possibility that I'm not seeing, that would definitely let errors through, I would very much like to know.
If all else fails, I could still use antennae, but that would bring a lot of other problems with it for what I'm trying to do.