- Posts: 521
Support for walkera telemetry.
- RandMental
- Offline
vlad_vy wrote: When I testing the telemetry last time, RPM and V1 values were working at both places - Main page boxes and Telemetry Monitor page. I will test this again with all sensors and all possible bindig variants.
Hi Vlad, perhaps an easier and more foolproof test - test the T1 - T4 telemetry temperature inputs, as I touched the sensors, T1 and T3 on the telematics screen update and show the increase in temperature, T2 and T4 do not.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Almost all telemetry values have red background. Short white flash has place in time updating value. But something messed here:
if I touch T1 sensor, Temp1 has short white flash and changed,
if I touch T2 sensor, Temp3 has short white flash and nothing changed,
if I touch T3 sensor, Volt1 has short white flash and nothing changed,
if I touch T4 sensor, Volt3 has short white flash and nothing changed,
if I change V3, GPS 'Speed' has short white flash and nothing changed,
and so on.
Boxes at Main page works fine.
Intermediate build works fine, at Main page and Telemetry Monitor page. I think the problem started after last change for DSM telemetry.
P.S. For DSM telemetry all the same. With the latest build Telemetry Monitor page not works.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
vlad_vy wrote: Devo 12s, almost latest build (e5d75984334d), RPM sensor works fine.
Exactly, the problem started after this build (from 2013-07-02). At next 2 days PB made changes in DSM telemetry.
89bdbeb Update telemetry handling in preparation for dsm work 2013-07-03
4e4bb31 Add data-structures and code partitioning to support full DSM telemetry 2013-07-03
a68d214 Initial DSM Telemetry display 2013-07-04
Please Log in or Create an account to join the conversation.
- ferreret
- Offline
- Posts: 22
I'm using the Walkera telemetry module, with rpm sensor and gps sensor working on a devo 8s. I have two questions:
- First, the speed is measured in m/s, but I think the unit is not correct, because on a trex500 with Hugues fuselage, the cruise speed is 20m/s(70km/h??), and the top speed is 40 m/s(140km/h????)I think is too much. I think the correct data is cruise speed 20 km/h and top speed is 40 km/h.
- The another questions is if possible include on the main page the possibility to include the data of the GPS(the other telemetry data is possible), because the only way the see the GPS data is with telemetry viewer.
Best regards
Please Log in or Create an account to join the conversation.
- RandMental
- Offline
- Posts: 521
ferreret wrote: The speed is measured in m/s, but I think the unit is not correct, because on a trex500 with Hugues fuselage, the cruise speed is 20m/s(70km/h??), and the top speed is 40 m/s(140km/h????)
Why not take it for a drive (with a car)? Shall see if I can do some speed tests tomorrow...
Edit: Ferreret- what firmware are you using on the Devo8s?
Please Log in or Create an account to join the conversation.
- ferreret
- Offline
- Posts: 22
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- ferreret
- Offline
- Posts: 22
RandMental wrote:
ferreret wrote: The speed is measured in m/s, but I think the unit is not correct, because on a trex500 with Hugues fuselage, the cruise speed is 20m/s(70km/h??), and the top speed is 40 m/s(140km/h????)
Why not take it for a drive (with a car)? Shall see if I can do some speed tests tomorrow...
Edit: Ferreret- what firmware are you using on the Devo8s?
Please Log in or Create an account to join the conversation.
- ferreret
- Offline
- Posts: 22
Best regards!
Please Log in or Create an account to join the conversation.
- BitOne
- Offline
- Posts: 40
Did you have a look at the Data Logger ?:
deviationtx.com/forum/7-development/1925-datalogger
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
bitbucket.org/PhracturedBlue/deviation/i...ble#comment-10807746
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
With second part of the patch only, Devo telemetry periodically shows wrong value 19.6V (on white background) instead 3.3-4.1V.
With first part of the patch only, Devo telemetry works fine.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
if ((reg & 0x23) == 0x22)
//if(CYRF_ReadRegister(0x07) & 0x20)
{ // this won't be true in emulator so we need to simulate it somehow
if((CYRF_ReadRegister(0x07) & 0x01) == 0) {
CYRF_ReadDataPacket(packet);
parse_telemetry_packet(packet);
delay = 100 * (16 - txState);
txState = 15;
}
}
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- linux-user
- Offline
- Posts: 271
Please Log in or Create an account to join the conversation.
- Aziris
- Offline
- Posts: 2
You say telemetry in not working (connection/precision issue).
On 4.0.1 I see that telemetry is disabled. Is there a way to enable it and see if its any better for me, or its disabled for good in this firmware ?
Please Log in or Create an account to join the conversation.
- Aziris
- Offline
- Posts: 2
I loaded MiniCP model from this site model files and there was telemetry set to off (went into USB mode and changed value directly in the model ini file)
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- Support for walkera telemetry.