Donny2g / HTML5.MicIO

WORK IN PROGRESS: HTML5 powered Hardware Communication Bus using a microphone and headphone port.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5.MicIO

HTML5 powered Hardware Communication Bus using a microphone and headphone port.

Maximum speed (as of right now) is ~45ms. This gives 1 byte every 45ms = 177b/s, or ~22 Chars/s. This could easily be boosted to 2-3x by modulating multiple frequencies for different values.
E.g: 2.5Khz and 4.5Khz = 'x' vs the current 2.5Khz = 'x';

About

WORK IN PROGRESS: HTML5 powered Hardware Communication Bus using a microphone and headphone port.


Languages

Language:C++ 55.6%Language:C 37.5%Language:JavaScript 6.2%Language:Makefile 0.7%