I am working on converting a sensor from wired to wireless using Bluetooth. The sensor uses a PIC24FJ128GC006 and sends/receives data via USB (D+/D-). The problem is that all Bluetooth chips seem to use UART for data IO, so I have to add a UART to USB bri..
↧