USB Connection between MCU and Mobile Phone

I am working on a wireless transceiver to pair with a mobile phone. I already have a Java midlet that can receive data via the USB cable (I receives serially using UART though). I am using the Nordic nRF24LU1 transceiver which has a built-in 8051 MCU How do I configure the MCU to send data through its attached USB port vi UART so that I can pair it together with the mobile phone and do seria communication?

Reply to
w2k_83
Loading thread data ...

You quite likely can't. It sounds like you have two usb "device" devices. You need one device to have usb "host" capability. Usb "on the go" (OTG) is one answer, usb devices that can also be the host, but unless you've got that on one of your devices you are out of luck and would need to add a third devices to play host to both of them.

Reply to
cs_posting

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.