Hello! I am sending 4 signals to an XBee and I was wondering if I could simply add 2 values using the XBee before I transmit them to another XBee? I would like to avoid using a microcontroller but I'm not sure if it is possible to do this? Thank you!
You would need to write custom firmware for the Xbee. Contact Digi and see if they have a development kit.
nabatta:
Hello! I am sending 4 signals to an XBee and I was wondering if I could simply add 2 values using the XBee before I transmit them to another XBee? I would like to avoid using a microcontroller but I'm not sure if it is possible to do this? Thank you!
Have a look at the digi website... programmable Xbee modules actually exist!
sherzaad:
Have a look at the digi website... programmable Xbee modules actually exist!
Yup, XBees can be put in API mode, where you send API commands and the module will do things for you (not sure about custom math on the remote end, tho...)