Sensor Network using Xbee

Discussion in 'Application & Utilities' started by gibor, Mar 12, 2015.

  1. gibor

    gibor New Member

    Joined:
    Mar 12, 2015
    Messages:
    1
    Likes Received:
    0
    Hi. my project consists in the creation of a sensors network between two (or more) Arduino 2 (the coordinator is the Arduino of Udoo) . The communication is implemented with the Xbee module. I have the necessity to realize the interface of the data (of sensors) in Java. The problem is here, because both Xbee and java use the serial communication with Arduino. Someone can help me? Is it possible to send the Arduino data to the Udoo without serial communication (using Java)?
     
  2. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    If i got it right you can connect the xbee module to one of the other Arduino 2 serials (pins from 14 to 19: Serial 3(14-15) Serial 2(16-17 Serial 1 (18-19)) leaving the standard serial connection (pin 0-1) for the Java!

    Here's the pinout diagram: http://udoo.org/download/files/pinout/U ... iagram.pdf
     

Share This Page