Xbee Pro Series 1 modules running 10E6 firmware. Programming through X-CTU version 5.2.7.5. Remote Xbee programmed through “remote configuration” of X-CTU (not direct hookup).
Hi,
I have a network of only two xbees. One is a base station, the other is remote. 5 DIO lines are transmitted from the base station to the remote (a high signal on a base station pin produces a high signal on a remote xbee pin). One ADC line trasmits an analog voltage from the remote xbee back to the base station which is output as pwm.
Everything seems to work okay, finally. However, I do notice that approx. every six and a half seconds all outputs and the analog line “blip” low, then go high again.
For instance, my analog line is connected to an LCD that reads a value from a sensor at the remote xbee. Every six and a half seconds, the displayed value drops to zero for a split second. Additionally, I see all of the DIO’s drop to zero momentarily as well.
Four of my DIO inputs are from a microcontroller and one from a toggle switch. If, for example, the toggle switch is switched high, the xbee output pin on the remote xbee will read high for approx. 6.5 seconds, then momentarily low, then high again. Repeat. The ADC input is from a remote sensor, yet all six transmitting pins are blipping at once which makes me think it is xbee related and not micro/toggle/sensor related.
Variables:
base module:
AP=1
PR=0
D7=3
D6=3
D5=3
D4=3
D3=3
IU=0
IT=1
IC=FF
IR=3C
IA=FFFF
T0-T7=FF
P0=1
P1=2
PT=FF
RP=28
Remote module:
AP=0
PR=0
D7=4
D6=4
D5=4
D4=4
D3=4
D1=2
IU=0
IT=1
IC=0
IR=70
IA=FFFF
T0-T7=FF
P0=1
P1=0
PT=FF
RP=28
Any ideas for how to remove this signal interruption? I have never had a problem with power supplies but could this be power supply related? Or timeout related? Or sample rate related? Attached is a schematic of my layout.
Thanks.