Replies: 4 comments
-
Hi, I tested the code originally on an ST4000+ and it worked perfectly. But the code is not designed for an Mega 2560. And the Seatalk protocol requires the specific 9-Bit logic. Dis you install the 9-Bit patch sucessfully? And did you use the latest code from this GitHub repository? Regards, |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, the 9 bits just works fine, see picture, I use your latest code, I use a YK04 FOB and it just works fine and I could create lot of key entries, see the original file here which I integrate and modify with your code, on line 94 I change it to true to see if it will transfer the whole sequence as otherwise I have a constant collisions, I use button A to send datagram Auto for now. I use 2560 for convenience right now as it was use in front of me for something else, I try to understand why I could not use it, but I have lots of other MCU like the one you use as well as ESP32, ESP8266, etc.
But..but my main question right now is the ST4000+ should work if it is sit on my lab table and only plug on your serial interface??. If I do send the datagram AUTO???
I just discover lately your nice works in the sailing environment...congratulation.
Have a good wind.
Gilles Meloche
438 348-5254
From: Andreas Koritnik ***@***.***
Sent: Sunday, July 11, 2021 12:30 PM
To: AK-Homberger/Seatalk-Autopilot-Remote-Control
Cc: Gmeloche; Author
Subject: Re: [AK-Homberger/Seatalk-Autopilot-Remote-Control] ST4000+ (#6)
Hi,
I tested the code originally on an ST4000+ and it worked perfectly.
But the code is not designed for an Mega 2560. And the Seatalk protocol requires the specific 9-Bit logic. Dis you install the 9-Bit patch sucessfully?
And did you use the latest code from this GitHub repository?
Regards,
Andreas
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#6 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AI2AIAIFRJIEOTLYMGASOILTXHBKHANCNFSM5AEIPOXA> . <https://github.com/notifications/beacon/AI2AIANDYNJIL4YC3GUJW3TTXHBKHA5CNFSM5AEIPOXKYY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAHR3OQ.gif>
|
Beta Was this translation helpful? Give feedback.
-
The Sketch is testing this Seatalk function by itself because it has to receive what it sends to detect collisions. So it does not look like your 9 bit part is working. Either hardware or software. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I see what you means, I am in a process right now for a sail trip for the next 5-6 weeks on Great Lake, so I put this project on idle for now. Thanks again and have a good one.
Gilles Meloche
438 348-5254
From: Andreas Koritnik ***@***.***
Sent: Wednesday, July 14, 2021 3:35 PM
To: AK-Homberger/Seatalk-Autopilot-Remote-Control
Cc: Gmeloche; Author
Subject: Re: [AK-Homberger/Seatalk-Autopilot-Remote-Control] ST4000+ (#6)
The Sketch is testing this Seatalk function by itself because it has to receive what it sends to detect collisions.
So it does not look like your 9 bit part is working. Either hardware or software.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#6 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AI2AIAJUABNXGLTGOTLHE5TTXXRG5ANCNFSM5AEIPOXA> . <https://github.com/notifications/beacon/AI2AIAJVLZOVL6D6N5OT4RLTXXRG5A5CNFSM5AEIPOXKYY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAHVP4A.gif>
|
Beta Was this translation helpful? Give feedback.
-
I use your ArduinoPilotMicro433WindNG and modified your code and add on a YK04 FOB to it and it received properly the hit keys input up to sending the datagram but the ST4000+ doesn't react. For the moment I want to known has I have the unit sit on my test table with no data input but the serial interface should it work or I have to have some kind of data connected to it. Of course I sending the Auto commend to it but no action from Standby to Auto. If I press Auto on the unit it will beep and saying No Data. For now I use Mega 2560 TX1 RX1 IDE 1.8.13 on Window10. If you are interest I could send you the .ino files, let me known.
Thanks
Gilles
Beta Was this translation helpful? Give feedback.
All reactions