Easy Bluetooth Module
Brian B
Posts: 31
Does anyone know if it is possible to use the easy bluetooth moule to transmit USB data + and - to wirelessly transmit new PBASIC programs to the BOE-BOT thru the usb connection on the Board of Education
Comments
(yes I know and no it is not possible)
The download protocol is sensitive to timing and delays in the communications channel, partly as part of error checking, and the download process can't tolerate the internal delays that are characteristic of Bluetooth, xBee and WiFi communications as bytes are assembled into packets, sent, error checked, then broken apart again into bytes on the receiving end.
Sorry, I mean wirelessly transmit USB data
If you want to create an arbitrary USB wireless link, you won't be able to use the Easy Bluetooth Module to do this. It's too slow and you'd need too much hardware around it to be practical. USB runs at high speeds and has a very complex protocol. You'd need to handle some parts of the protocol on each end of the link. You'd be better off buying a wireless USB link made for that purpose.
If you just want to send a stream of byte values over a bidirectional link and the speed needed fits what Bluetooth can do, then an Easy Bluetooth link will work as a wireless serial port replacement.