One Arduino transmitter + One Arduino receiver
i have configured 2 maxstream xbees x-ctu software.
i'm using 2 maxstream xbee pro. (series 1) ardunio duemilanove (atmega168)
now want send simple ardunio transmitter ardunio receiver.
i not know how write program transmit , program receive.
can some1help? thank muuuuchhh
i connect microcontroller+ shield+xbee together(for both ardunio). usb 2 respective computers each ardunio.
i'm using 2 maxstream xbee pro. (series 1) ardunio duemilanove (atmega168)
now want send simple ardunio transmitter ardunio receiver.
i not know how write program transmit , program receive.
can some1help? thank muuuuchhh

i connect microcontroller+ shield+xbee together(for both ardunio). usb 2 respective computers each ardunio.
anything appears on tx pin gets sent over-the-air xbee. xbee receives put on rx pin.
the serial.print(), serial.write(), , serial.println() how arduino puts data on tx pin.
the serial.read() function how arduino gets data rx pin.
the serial.print(), serial.write(), , serial.println() how arduino puts data on tx pin.
the serial.read() function how arduino gets data rx pin.
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > One Arduino transmitter + One Arduino receiver
arduino
Comments
Post a Comment