Exchanging data between PC and Neo

Discussion in 'UDOO NEO' started by Ahmed Saleh, Feb 20, 2016.

  1. Ahmed Saleh

    Ahmed Saleh New Member

    Joined:
    Feb 14, 2016
    Messages:
    11
    Likes Received:
    1
    I'm looking for some way of transmitting the data from the on-board sensors of Neo to a PC while using Neo as Arduino
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Dear @Ahmed Saleh,
    from an external PC you cannot read the "serial window" where the two cores communicate.
    But you can write it on pin 1 and pin 0 and use it with a serial adapter
    If using Neo as a Linux board is an option, you can also take a look to the supercool libraries made by users: http://www.udoo.org/docs-neo/UDOO_NEO_made_by_the_Community/Python.html
    As you can see, there are two for the motion sensors.
     

Share This Page