hi, im trying to send extra information to the OI and (hopefully) to a computer attached to the OI for use during competition…how can i send this information across the radio to the OI and then to the computer? thanks
–iwdu15
–team 811
hi, im trying to send extra information to the OI and (hopefully) to a computer attached to the OI for use during competition…how can i send this information across the radio to the OI and then to the computer? thanks
–iwdu15
–team 811
Do you already have a working Dashboard implementation running on your computer? If not, check out the information provided in the whitepapers section, especially this one.
Once you have that up and running, you have a few “user bytes” you can send data back through, but that limits you to 4 bytes of information. But the Dashboard Spec also sends back information about all the PWMs and the Relays and such. So if you need to send back more data, you can just stick it in some unused PWM variables and read it off on the other side.
Also, what I have done in the past is to multiplex the data. It works quite well, and I could transmit 50 or so bytes of data that way.