Would there be a way to send data from a Digital pin to a XBEE pin under those principles (for example, take data from pin D4 and send it to XBEE pin DIO4 to be transmitted wirelessly)?
Right now I am trying to using the XBEE port on the Mayfly to transmit data to the Digi Cloud service in order to graph sensor data wirelessly on-site. Moreover, I have been able to use transmit the data over the serial monitor, but this data is only characters not int or float values. After looking on the XBEE part of the Mayfly’s schematic, there does not appear to be DIO_ connections to digital pins.
So would there be a way to connect XBEE DIO_ pins to digital pins on the mayfly?