I want to do a serial communication Raspberrypi and voice recognition module v3, and for that I have to disable the system used UART port raspberrypi3. After disabling the raspberrypi3 b+ system used UART pot can we able to communicate with inbuilt Bluetooth as before at the same time?
Asked
Active
Viewed 37 times
-1
1 Answers
3
Yes you can use Bluetooth and a UART at the same time on the Pi3B.
The full UART is used to talk to the Bluetooth module on the Pi3B. That still leaves the mini UART available. Fortunately the mini UART uses the same GPIO/pins (as the full UART).
See https://www.raspberrypi.org/forums/viewtopic.php?t=155963
In particular see
https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=155559#p1017172
and if you are interested in the detail
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=151454#p993901

joan
- 71,024
- 5
- 73
- 106
-
BUT THE PROBLEM IS I AM FACING NOW IS THAT TTYS0 RELIABLE FOR GOOD SERIAL DATA COMMUNICATION.? ALSO AFTER ENABLING TTYSO IT IS NOT ABLE TO LISTEN DATA FROM VOICE RECOGNITION MODULE V3. – BUBAI NAYAK Mar 11 '19 at 11:10
/dev/serial0
and works regardless of CPU frequency. See How do I make serial work on the Raspberry Pi3 , Pi3B+, PiZeroW – Milliways Mar 11 '19 at 11:12