UART communication

Discussion in 'UDOO X86' started by Darknain, Apr 6, 2018.

  1. Darknain

    Darknain New Member

    Joined:
    Mar 7, 2018
    Messages:
    24
    Likes Received:
    2
    Hello,

    I have seen this website : http://www.geduino.org/site/archives/284
    It explains how to send data from an arduino to the udoo x86.
    However how can I configure the udoo x86 to send data to the arduino.
    Something with a script to do it autonomously.
     
    Danielee likes this.
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
  3. Darknain

    Darknain New Member

    Joined:
    Mar 7, 2018
    Messages:
    24
    Likes Received:
    2
    Thanks for your answer, hovewer it uses another software I would like to be able to code and compile a file to communicate.
     
  4. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Ah you don't want to send data, you want to send a compiled sketch to the arduino. Is it the arduino 101 embedded on the X86 or an external Arduino? For an internal or an external Arduino connected with USB there are discussions about this, see for example this: https://www.udoo.org/forum/threads/communication.13142
     
  5. Darknain

    Darknain New Member

    Joined:
    Mar 7, 2018
    Messages:
    24
    Likes Received:
    2
    It's to connect the x86 to an mbed through UART.
    And make the x86 send data to the mbed with the UART autonomously.
    Like if the mbed send a certain type of data the x86 will respond and send something.
     
  6. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Yes, then the link I gave you in my first reaction has lots of links to solutions that just do that. It has also links to pages dedicated to be self programmed applications with VB, python etc. Just scroll down to the bottom of the page.
     
  7. Darknain

    Darknain New Member

    Joined:
    Mar 7, 2018
    Messages:
    24
    Likes Received:
    2
  8. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    It is the master reset for the embedded Arduino 101. More details on the Arduino website.
     

Share This Page