To actually send the messages I've just been using the Piksi console application per
here. I haven't yet used the udp_bridge script as I don't have the sbp package installed yet (unless it comes w/ the console). For the telemetry portion, I've tried it with Mission Planner 1.3.32 and more recently MavProxy. In mission planner I was having issues getting observations to the vehicle piksi at all and noticed that the LED would blink a few times when I first started injecting, but then stop. I couldn't figure out the cause for this, so I tried the DGPS module within MavProxy which consistently delivered the observations(
https://github.com/Dronecode/MAVProxy/blob/master/MAVProxy/modules/mavproxy_DGPS.py). However, I then encountered the problem described above. I've also noticed w/ MavProxy that a set of messages is regularly thrown out because it exceeds the maximum message size in the module (110 bytes). It isn't every message, but it consistently happens while it is running, maybe 5 messages in a row every 15 seconds or something. In the udp_bridge file it looks like the BASE_POS messages are always sent w/ the observation messages. Is this true or is it a slower rate and is this the same way it's done in the console?
I plan to try it with the newest release of Mission Planner (1.3.37) soon along w/ the separate radio setup just to re-confirm I can get that to work and will get back w/ results. Thanks again for your help.