Lack of Knowledge for Wireless transmission
hi forum, 1st project related using arduino + xbee transmit commands robot.
one xbee connected robot while connected arduino board.
i have read , done tutorials posted in main arduino website problem is, tutorials related serial connections.
the project im doing wireless.
i can't seem working , im wondering if im missing out critical c information.
just information:
both xbee of same channel.
baud rate 115200
what not know:
the sequence/method of writing program wireless transmission.
im beginner here , hope have been clear enough
please guide me forums
one xbee connected robot while connected arduino board.
i have read , done tutorials posted in main arduino website problem is, tutorials related serial connections.
the project im doing wireless.
i can't seem working , im wondering if im missing out critical c information.
just information:
both xbee of same channel.
baud rate 115200
what not know:
the sequence/method of writing program wireless transmission.
im beginner here , hope have been clear enough

please guide me forums

quote
the project im doing wireless.
that explain xbees.
quote
i can't seem working , im wondering if im missing out critical c information.
maybe. maybe not.
quote
im beginner here , hope have been clear enough
not nearly.
quote
one xbee connected robot
how? duct tape? staples? hot-melt glue? or, practical means?
quote
i have read , done tutorials posted in main arduino website problem is, tutorials related serial connections.
the project im doing wireless.
you seem confused on how xbees work arduino.
the xbee transmits over-the-air data written serial port, , writes data receives over-the-air serial port.
so, send data 1 xbee other, use serial.print(), serial.println(), or serial.write().
to see if xbee has received data, use serial.available(). read data received, use serial.read().
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Lack of Knowledge for Wireless transmission
arduino
Comments
Post a Comment