Open Amrello opened 7 years ago
Amrello, check the baudrates, or compile ussing arduino old version.
I tried it but it does not work.
I'm using 57600 speed
I also have this problem. I tried different protocol, different baud, ghettoproxy. Proxy data is processed and sent to 2400 baud.
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.
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?
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
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 ?
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
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 .
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].
[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
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].
[1] https://github.com/KipK/Ghettostation/issues/29#issuecomment-330308190 [2] https://github.com/notifications/unsubscribe-auth/AeksZhg1ZrdPGGb0Ac4ryn7jSOm6lpl8ks5sjrFKgaJpZM4M14SB
@Amrello, hi , could you sent the mavlink code to my email(webnamex@gmail.com) ? i want to study it ,thank u
hello, same error 'No telemetry" how can I fix it ?
For those who are interested, my fork works. https://github.com/datamann/Ghettostation
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.