arduino and raspberry at the same time ?

Discussion in 'UDOO NEO' started by bechir, May 2, 2019.

  1. bechir

    bechir New Member

    Joined:
    May 2, 2019
    Messages:
    3
    Likes Received:
    0
    Hello everybody,
    I'm working on a balancing robot as my graduating project and i need to use an arduino for the balancing and raspberry for sending senrsors data to the internet. i know thqt i cqn program the UDOO as arduino or like raspberry ! but can i used to do some features as arduino and others as raspberry at the same time ?
    Thank you
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    A Udoo Neo is a "Raspberry/Linux" and an "Arduino" in one board. So you can have the Arduino part do the balancing and the Linux part do the internet thing. The Arduino part can communicate with the Linux part throgh the default serial device. Look at https://www.udoo.org/docs-neo/Serial_Libraries/index.html for an example how to set up that communication.

    In my signature you can find also some links to examples that can help you.
     
    bechir likes this.
  3. bechir

    bechir New Member

    Joined:
    May 2, 2019
    Messages:
    3
    Likes Received:
    0
    Thank youu :)
     

Share This Page