Thank you for your answer!
I've tried it but it didn't work. Which settings do I need to get this
working?
On 13 jan, 16:43, Alejandro Méndez A. <
twist...@gmail.com> wrote:
> Are you user the XBees are configured correctly?
>
> Try this:
>
> #include <XBee.h>
>
> XBee xbee = XBee();
>
> uint8_t payload[] = { 0, 0 };
>
> XBeeAddress64 addr64 = XBeeAddress64(0x00000000, 0x0000ffff);
> ZBTxRequest zbTx = ZBTxRequest(addr64, payload, sizeof(payload));
> ZBTxStatusResponse txStatus = ZBTxStatusResponse();
>
> void setup() { xbee.begin(9600); } void loop() { xbee.send(zbTx);
> delay(1000); }
>
> On Thu, Jan 13, 2011 at 1:55 PM, Stefan F. <
stefan.feens...@gmail.com>wrote:
>
>
>
>
>
>
>
>
>
> > Hello,
>
> > How can I send a broadcast frame using the xbee-arduino library? I
> > tried
> > to sent a ZBTxRequest with XBeeAddress64 set to (0x00000000 0000FFFF).
> > But this didn't work.
>
> > Please help!
>
> > Stefan.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "xbee-api" group.
> > To post to this group, send email to
xbee...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
xbee-api+u...@googlegroups.com<xbee-api%2Bunsubscribe@googlegroups.c om>
> > .