Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Output #14

Open
ssi-anik opened this issue Jan 12, 2014 · 2 comments
Open

Incorrect Output #14

ssi-anik opened this issue Jan 12, 2014 · 2 comments

Comments

@ssi-anik
Copy link

screenshot_43

@Katee
Copy link
Owner

Katee commented Jan 12, 2014

Yep, I've been wondering when someone would report this...

There is no error correction whatsoever and the encoding scheme is likely to improperly think another letter was meant. What happened in the first two cases here is it mistook an "h" (101011) for "a" (1011) by missing the first 1 in "h". You can try lowering the threshold for what is considered a "1" also the length of a bit although this will make transmission slower.

@nwinter
Copy link

nwinter commented Jan 13, 2014

We were playing with this and realized that if the volume was too high, it wouldn't work. We had to lower the 1-threshold to 5000, increase the frame_length to 25, and keep the volume pretty quiet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants