Xbee.h
hello everyone:
i new arduino-xbee stuff. working on project needs use of many arduino-xbee devices. using xbee series 1. goal is:
1. bunch of arduinos together; each broadcasts present
2. if 2 arduinos have in common (e.g.: arduino 1 looking pen , arduino 2 has pen), switch 2 arduinos broadcasting peer-to-peer
i looked @ xbee.h file rappa. however, there few things cannot understand. example, in tx_series1 eaxample:
// 16-bit addressing: enter address of remote xbee, typically coordinator
tx16request tx = tx16request(0x1874, payload, sizeof(payload));
is of other xbee?
if has suggestions on how reach goals, appreciate it.
thanks
i new arduino-xbee stuff. working on project needs use of many arduino-xbee devices. using xbee series 1. goal is:
1. bunch of arduinos together; each broadcasts present
2. if 2 arduinos have in common (e.g.: arduino 1 looking pen , arduino 2 has pen), switch 2 arduinos broadcasting peer-to-peer
i looked @ xbee.h file rappa. however, there few things cannot understand. example, in tx_series1 eaxample:
// 16-bit addressing: enter address of remote xbee, typically coordinator
tx16request tx = tx16request(0x1874, payload, sizeof(payload));
is of other xbee?
if has suggestions on how reach goals, appreciate it.
thanks
Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Xbee.h
arduino
Comments
Post a Comment