low-speed VLC scheme
Do some refractor stuff of the Ver1.0, more readable.
-
Intergrated all encoding scheme and use OOK demodulation.
- Spinalcode->Network coding->Manchester Encode->OOK
-
Some params:
- Transmitter frequency: 5KHz
- ADC sampling rate: 100KHz
- SpinalCode: k=3,B=2,c=6
- network coding:XOR
- Decoding is much faster than ADC sampling.
- Using ADC to demodulate OOK is not precise, therefore the next step is to use GPIO to demodulate.