KipK / Ghettostation

Multiprotocol antenna tracker and ground osd.
145 stars 69 forks source link

NO TELEMETRY #29

Open Amrello opened 7 years ago

Amrello commented 7 years ago

My problem is that the antenna tracker can not read the protocol ( Error: NO TELEMETRY). I used different protocols, such as mavlink (multiwii AIO), ublox (NEO6M), different speeds but it did not help. Also, I revised your sketch and turned off the check of received packets but this also did not help. And I understood most of the sketch, but I'm not strong at programming. Maybe you can help me.

Amrello commented 7 years ago

https://vk.com/id297797756?z=albums297797756 photos

nelbernal commented 7 years ago

Amrello, check the baudrates, or compile ussing arduino old version.

Amrello commented 7 years ago

I tried it but it does not work.

Amrello commented 7 years ago

I'm using 57600 speed

0Balazs commented 7 years ago

I also have this problem. I tried different protocol, different baud, ghettoproxy. Proxy data is processed and sent to 2400 baud.

inis1981 commented 6 years ago

Can you both post your setups? and method of testing. I've gotten this working, took some time but did get it to work pretty well.

0Balazs commented 6 years ago

I want to use arduino mega panel. Here is the serial port problem, I had to write the serial port1 to serial port and manually set the speed and the protocol. If I remember correctly, I could only work that way. But unfortunately I was not ready yet. Is there any idea why it does not work without poking the program?

Amrello commented 6 years ago

0Balazs, I also tried to run antenna tracker code but it did not decode mavlink messages Later I started working on my own code for Arduino, and I successfully decode mavlink and write a simple tracking algorithm. If you won't, I can sand working mavlink library and code

piotrone commented 6 years ago

Hello, I have the same problem. I'm trying to run antenna tracker and meet the error "no telemetry waiting for data...". Please help, @Amrello, could you share working mavlink library and code ?

Amrello commented 6 years ago

piotrone,try this libreries, if it will not be working I can help you to write code for your station. And try 1.0.6 arduino ide https://www.arduino.cc/en/Main/OldSoftwareReleases#previous some libreries.zip

inis1981 commented 6 years ago

Also when testing make sure to hook fc direct to tracker. If it doesn't work that was something is seriously wrong.

On Sep 18, 2017 12:21 PM, "Amrello" notifications@github.com wrote:

piotrone,try this libreries, if it will not be working I can help you to write code for your station. And try 1.0.6 arduino ide https://www.arduino.cc/en/ Main/OldSoftwareReleases#previous some libreries.zip https://github.com/KipK/Ghettostation/files/1311577/some.libreries.zip

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KipK/Ghettostation/issues/29#issuecomment-330292899, or mute the thread https://github.com/notifications/unsubscribe-auth/AUVcCa5aRlWzwIfakHQQzdk4LWt-S0nOks5sjqa0gaJpZM4M14SB .

piotrone commented 6 years ago

Hello, I tried, unfortunately does not work :(

The hex file would be kindly appreciated, could generate it for me ? Help please. (with #define MAGDEC 130 ) w.regard,Piotr

hello, thank you very much. I will try and will let you know :)

On 18.09.2017 19:21, Amrello wrote:

piotrone,try this libreries, if it will not be working I can help you to write code for your station. And try 1.0.6 arduino ide https://www.arduino.cc/en/Main/OldSoftwareReleases#previous some libreries.zip [1]

-- You are receiving this because you commented. Reply to this email directly, view it on GitHub [2], or mute the thread [3].

Links:

[1] https://github.com/KipK/Ghettostation/files/1311577/some.libreries.zip [2] https://github.com/KipK/Ghettostation/issues/29#issuecomment-330292899 [3] https://github.com/notifications/unsubscribe-auth/AeksZgrB7UcZivxxmI7tjw4CCyesyA0Oks5sjqa1gaJpZM4M14SB

piotrone commented 6 years ago

hello, thank you very much. I will try and will let you know :)

On 18.09.2017 20:07, inis1981 wrote:

Also when testing make sure to hook fc direct to tracker. If it doesn't work that was something is seriously wrong.

On Sep 18, 2017 12:21 PM, "Amrello" notifications@github.com wrote:

piotrone,try this libreries, if it will not be working I can help you to write code for your station. And try 1.0.6 arduino ide https://www.arduino.cc/en/ Main/OldSoftwareReleases#previous some libreries.zip https://github.com/KipK/Ghettostation/files/1311577/some.libreries.zip

-- You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KipK/Ghettostation/issues/29#issuecomment-330292899, or mute the thread https://github.com/notifications/unsubscribe-auth/AUVcCa5aRlWzwIfakHQQzdk4LWt-S0nOks5sjqa0gaJpZM4M14SB .

-- You are receiving this because you commented. Reply to this email directly, view it on GitHub [1], or mute the thread [2].

Links:

[1] https://github.com/KipK/Ghettostation/issues/29#issuecomment-330308190 [2] https://github.com/notifications/unsubscribe-auth/AeksZhg1ZrdPGGb0Ac4ryn7jSOm6lpl8ks5sjrFKgaJpZM4M14SB

webnamex commented 6 years ago

@Amrello, hi , could you sent the mavlink code to my email(webnamex@gmail.com) ? i want to study it ,thank u

AlexLenaerts commented 5 years ago

hello, same error 'No telemetry" how can I fix it ?

datamann commented 4 years ago

For those who are interested, my fork works. https://github.com/datamann/Ghettostation