Bluetooth Arduino side

Discussion in 'UDOO NEO' started by nomida, Aug 4, 2016.

  1. nomida

    nomida New Member

    Joined:
    Feb 22, 2016
    Messages:
    15
    Likes Received:
    0
    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
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    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.
     
  3. nomida

    nomida New Member

    Joined:
    Feb 22, 2016
    Messages:
    15
    Likes Received:
    0
    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
     

Share This Page