Just bought HC-05 bluetooth adapter from Ching and I wonder how fast HC-05 is if I can do logging with it?
Assume that we have a PC and a microcontroller. The PC have a FTDI232 connected to the USB port and the FTDI232 is connected to the HC-05 and I send values from the PC to the microcontroller, who also have a HC-05 connected to one of its UART:s.
Is that a proper way to logging wirelessly if I want speed? I have a 10 ms limit. Better to use USB cable directly to the microcontroller from the PC and replace the PC with a Raspberry Pi?
The goal is to have a equipment that are portable. But I will first check if HC-05 is a good choice.
What to do:
I want to setup a communication line between a PC and a microcontroller. The PC will have a FTDI232 + HC-05 connected and the microcontroller will only have the HC-05 connected to one of its UART:s.
Reason why I'm asking: I plugged in the FTDI232 to the USB port of the computer and then I connected the HC-05 to the FTDI232. Then I send the text to the USB port "AT+HELP\n" and I did get a list of commands.
When I notice is that the list was displaying quite slowly. So that's make me wonder if the HC-05 is slow or is it fast and something else cause the slowness?
Because I'm used CuteCom for talking to the FTDI232 chip and CuteCom is really fast and the FTDI232 is super fast. So that leave the HC-05 as the only choice left. Can it be HC-05 is a slow product in communication?