Hi all, I quick question, can I use the Udoo bluetooth with Arduino, or I need to add a shield? I know, and I have already tried to send the data through serial comm /dev/ttyMCC and I used python to send bluetooth packet. But this time I wish to avoid use A9 and send directly the data through BLE Thanks
There is no known fix. Someone with deeper knowledge would hopefully know a way to connect UART3 to the Arduino side. As a quick fix use something like this and connect it to Serial0 on the Neo Arduino.
Cool, yes I had someway to fix the problem. I am going to use this: https://www.adafruit.com/products/2479 I tried the to compile against the adafruit library and I had to modify in a couple of points the source code. Late I will try if it will work. BTW, why did you call Serial0 instead of Serial1 as in Arduino ? cheers