ArduPilot / apm_planner

APM Planner Ground Control Station (Qt)
https://ardupilot.org
Other
508 stars 466 forks source link

Remote radio settings are not read. (3DR telemetry) #689

Open AndKe opened 9 years ago

AndKe commented 9 years ago

After reading local radio settings, Ststus on remote radio changes to "Read radio eeprom values" - there is no sigh of actual readout.

billbonney commented 9 years ago

This works as expected for me. What version of the SiK FW do you have loaded? Do the radios connect 'solid green light'? if you are linux you can use screen to connect `screen /dev/ 57600' if you type +++ there time and pause you enter command mode does typing 'RTI' return value?

AndKe commented 9 years ago

Hi. Yes before reporting - I made sure both radios worked both ways (reading each others remote data) using mission Planner in VMware. This is direct output from Screen. ATI SiK 1.9FFN on HM-TRP RTI SiK 1.9FFN on HM-TRP (the firmware is modified for encryption, but it's SIK 1.9 based, and 100% command compatible with SiK)

FYI: both radios were connected to computer - so they were idle at the time of testing. - I could do the same test with one connected to a Pixhawk if we have any reason to believe that should be needed. (which I don't)

uiliw commented 9 years ago

I got the same error when i try to copy to remote, both radio get solid green but cant send any data.. Using APM Planner v2.0.17

captura de tela 2015-05-20 as 10 21 29

billbonney commented 9 years ago

The reason for this issue posted here is that this maybe related to the SiK 1.9FFN FW. A quick test for the SiK1.9 FW works as expected. Support Request are handled on the ardupilot.com forum, see http://ardupilot.com/forum/viewforum.php?f=82 3drradio

AndKe commented 9 years ago

@billbonney please note that @uiliw uses the very same firmware. Also, I told you that there were no changes in standard SiK AT commands in my firmware. - and it works with mission planner just like standard SiK
Can we start guessing other possibilities, like, can it somehow be OS related ? - I am using Linux, what did you (both) test with ?

uiliw commented 9 years ago

@billbonney ill try update the firmware and see if works! thanks for the forum link! @AndKe im using OSX Yosemite v10.10.2

AndKe commented 9 years ago

@uiliw you posted a screenshot of SiK 1.9 - that's the current version. (nothing to update)

billbonney commented 9 years ago

@AndKe I'm not saying there isn't an issue with SiK1.9FFN, I just haven't had chance to test it yet. if you post link to the FW it will make it easier for me to test. I can test linux today (I tested on OSX before)

uiliw commented 9 years ago

hehe, yeap, i just realized that!! So i definitely dont know what to do.

AndKe commented 9 years ago

I tried to test on APM Planner for windows - https://github.com/diydrones/apm_planner/issues/712 Within minutes, I'll test two standard SiK 1.9 radios ASAP.

AndKe commented 9 years ago

Mea culpa. Yes, encryption firmware triggers the problem - Strangely ,it works fine in MissionPlanner as you can see from the screenshot, there must be some character, or maybe just the length of the name that causes something to fail when getting remote data, will look into it later.

billbonney commented 9 years ago

Here's a screen shot of it working on Xubuntu 15.04. The issue with the encryption fw is that it probbaly sends some extra parameters with the ATI5 call, so it breaks the state machine. 3drradio

makuser commented 9 years ago

Any update on this? The bug still exists in v2.0.18@Ubuntu15.04. ATI and RTI both return "SiK 1.9 on HM-TRP", so the connection must be established properly.

AlivaDot commented 7 years ago

After change baudrate back to 57600 - Read radio eeprom values is disappeared

Arne-W commented 7 years ago

This issue should be fixed through #1004. @AlivaDot what do you mean exactly?