This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenPlotter 4 roadmap
Thanks Sailoog,
The internet connection was the problem.
Now have OP4 on mmy RP5. Thank you.
Reply
(2024-03-08, 08:27 PM)aitonos Wrote: HI!

I just bought a Pi5 8GB, installed it the OP4 Beta Starting and I could manage to have GPS from USB Gps. All fine
Now I have tried to use the Moitessier hat2, which I have running every day in my PI4 but  it doesn't work connected to PI5: it doesn't light the lights and in Signal K says there's no incoming activity.

Just as a reminder; I do all the steps in the docs for hacking the moitessier hat:
  • In serial settings,  I activate the UART0, get the message that I  will lose BT connection ( BUt I still have it, maybe this is aclue) I restart  PI and then, I get 2 connected devices: TTYAMA0 and TTYAMA10. (but nothing else is connected at the time) (??)
  • In the serial devices tab, I create an alias  for  TTYAMA0, as  nmea0183 data, 
  • Then apply, 
  • then in Connections tab, I make a connection of that device to Signal K with the right bauds 921600,  
  • Signal K restarts and in the SK dashboard I can see that the connection has been created, wih no activity and  and connection and plugin status  is green and connected
  • All correct as per instructions, I already did it for OP3 in my PI4!

The problem is that in the PI5, there is no activity at all and no lights in the pcb of the hat ( in PI4 the lights are on as soon as the PI starts). I installed it back to the PI4 and it is working as usual, si the HAT is fine.

What am I missing?

Has anybody used the Moitessier HAt in the PI5? Or should I leave it for impossible for now until OP4 is released?

Thanks!!!

Dodgy Did you find how to solve this problem?
Look, my "hacked-Moitessier" 2 hat doesn't work neither on rpi4 or rpi5 with Openplotter-4. The latest version is OP-4.1.15
What is the OP version you are using in your working rpi4?
Besides,  please share info with me if you make any progress with rpi5.
Thx!
Reply
I have OpenPlotter 4 installed on my RPi5 with a EdaTec screen. Initially, when I tried installing OP4, it wouldn't recognize the screen, but Ray from Edatec support was able to provide a PDF with instructions on how to add support, which helped me get the screen to work with OP4.

After install on initial launch, the orientation was in Portrait mode, but I was able to get that rotated 270º using the Screen Configurator tool via the GUI. However, the touch coordinate transformation matrix didn't update along with it. Since the RP4 is on Wayland, I can't use xinput to re-map it.  Thoughts on how to fix this?

Thanks in advance!
~Emma

EDIT (SOLVED)

Ray from Edatec again was an absolute CHAMP...

Here are the instructions:

1. Open the 40-libinput.conf configuration file

Code:
sudo nano /usr/share/X11/xorg.conf.d/40-libinput.conf

2. Modify the touchscreen section and add the following information, depending on your desired orientation (operating clockwise):

90º rotation:
Code:
Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"

180º rotation:
Code:
Option "CalibrationMatrix" "-1 0 1 0 -1 1 0 0 1"

270º rotation:
Code:
Option "CalibrationMatrix" "0 -1 1 1 0 0 0 0 1"

3. Save the file, reboot, and voila!
Reply
Salut à tous,
Novice de chez novice, 
RPI5 avec 8GR 
Openplotter V4 et module GPS G mouse,
Cartes Ocharts, tout fonctionne relativement bien.
Quelques petits bugs
et deux trois plantages,
Reply
(2024-05-15, 06:25 PM)jdelara Wrote:
(2024-03-08, 08:27 PM)aitonos Wrote: HI!

I just bought a Pi5 8GB, installed it the OP4 Beta Starting and I could manage to have GPS from USB Gps. All fine
Now I have tried to use the Moitessier hat2, which I have running every day in my PI4 but  it doesn't work connected to PI5: it doesn't light the lights and in Signal K says there's no incoming activity.

Just as a reminder; I do all the steps in the docs for hacking the moitessier hat:
  • In serial settings,  I activate the UART0, get the message that I  will lose BT connection ( BUt I still have it, maybe this is aclue) I restart  PI and then, I get 2 connected devices: TTYAMA0 and TTYAMA10. (but nothing else is connected at the time) (??)
  • In the serial devices tab, I create an alias  for  TTYAMA0, as  nmea0183 data, 
  • Then apply, 
  • then in Connections tab, I make a connection of that device to Signal K with the right bauds 921600,  
  • Signal K restarts and in the SK dashboard I can see that the connection has been created, wih no activity and  and connection and plugin status  is green and connected
  • All correct as per instructions, I already did it for OP3 in my PI4!

The problem is that in the PI5, there is no activity at all and no lights in the pcb of the hat ( in PI4 the lights are on as soon as the PI starts). I installed it back to the PI4 and it is working as usual, si the HAT is fine.

What am I missing?

Has anybody used the Moitessier HAt in the PI5? Or should I leave it for impossible for now until OP4 is released?

Thanks!!!

Dodgy Did you find how to solve this problem?
Look, my "hacked-Moitessier" 2 hat doesn't work neither on rpi4 or rpi5 with Openplotter-4. The latest version is OP-4.1.15
What is the OP version you are using in your working rpi4?
Besides,  please share info with me if you make any progress with rpi5.
Thx!

I have get it working   ,  You should use a unhack   Header  .   see my  post  "Moitessier HAT on RPI5 unHacked"
Sailing in a LM23  23" motor sailor i Danmark  .  Mostly In Koege bay  .
Harbored  in SF-Syd  , Copenhagen .
Marine Enginer  ,   Pt. working on power plant 
Reply
(2024-05-16, 08:57 AM)winkaj Wrote:
(2024-05-15, 06:25 PM)jdelara Wrote:
(2024-03-08, 08:27 PM)aitonos Wrote: HI!

I just bought a Pi5 8GB, installed it the OP4 Beta Starting and I could manage to have GPS from USB Gps. All fine
Now I have tried to use the Moitessier hat2, which I have running every day in my PI4 but  it doesn't work connected to PI5: it doesn't light the lights and in Signal K says there's no incoming activity.

Just as a reminder; I do all the steps in the docs for hacking the moitessier hat:
  • In serial settings,  I activate the UART0, get the message that I  will lose BT connection ( BUt I still have it, maybe this is aclue) I restart  PI and then, I get 2 connected devices: TTYAMA0 and TTYAMA10. (but nothing else is connected at the time) (??)
  • In the serial devices tab, I create an alias  for  TTYAMA0, as  nmea0183 data, 
  • Then apply, 
  • then in Connections tab, I make a connection of that device to Signal K with the right bauds 921600,  
  • Signal K restarts and in the SK dashboard I can see that the connection has been created, wih no activity and  and connection and plugin status  is green and connected
  • All correct as per instructions, I already did it for OP3 in my PI4!

The problem is that in the PI5, there is no activity at all and no lights in the pcb of the hat ( in PI4 the lights are on as soon as the PI starts). I installed it back to the PI4 and it is working as usual, si the HAT is fine.

What am I missing?

Has anybody used the Moitessier HAt in the PI5? Or should I leave it for impossible for now until OP4 is released?

Thanks!!!

Dodgy Did you find how to solve this problem?
Look, my "hacked-Moitessier" 2 hat doesn't work neither on rpi4 or rpi5 with Openplotter-4. The latest version is OP-4.1.15
What is the OP version you are using in your working rpi4?
Besides,  please share info with me if you make any progress with rpi5.
Thx!

I have get it working   ,  You should use a unhack   Header  .   see my  post  "Moitessier HAT on RPI5 unHacked"
 Hi winkaj,
 Could you please explain me how to get the Moitessier-2 working on RPI-5?
 My skills are limited... Smile 
 Your post =>
---------------------------------------------------------------------------------------------------------------------------
Hi  All
For getting  the GPS  (maybe the Ais )  to work  at a RPI 5  / OP4  
i have to unHack the Header .  

Set up 
Moitessier HAT (version 1)  
Macarthur HAT
RPI 5  (gb)
NV  SSD   

Havent testet AIS   because  Small Antenna , 4 Km to the sea  , 
------------------------------------------------------------------------------------------------------------------------------
 Unfortunately, the above post makes me feel like a real ignorant ...
 Where can I get more info about "unHack the Header"?
 Thanks in advance,
Reply
(2024-05-16, 08:59 PM)jdelara Wrote:
(2024-05-16, 08:57 AM)winkaj Wrote:
(2024-05-15, 06:25 PM)jdelara Wrote:
(2024-03-08, 08:27 PM)aitonos Wrote: HI!

I just bought a Pi5 8GB, installed it the OP4 Beta Starting and I could manage to have GPS from USB Gps. All fine
Now I have tried to use the Moitessier hat2, which I have running every day in my PI4 but  it doesn't work connected to PI5: it doesn't light the lights and in Signal K says there's no incoming activity.

Just as a reminder; I do all the steps in the docs for hacking the moitessier hat:
  • In serial settings,  I activate the UART0, get the message that I  will lose BT connection ( BUt I still have it, maybe this is aclue) I restart  PI and then, I get 2 connected devices: TTYAMA0 and TTYAMA10. (but nothing else is connected at the time) (??)
  • In the serial devices tab, I create an alias  for  TTYAMA0, as  nmea0183 data, 
  • Then apply, 
  • then in Connections tab, I make a connection of that device to Signal K with the right bauds 921600,  
  • Signal K restarts and in the SK dashboard I can see that the connection has been created, wih no activity and  and connection and plugin status  is green and connected
  • All correct as per instructions, I already did it for OP3 in my PI4!

The problem is that in the PI5, there is no activity at all and no lights in the pcb of the hat ( in PI4 the lights are on as soon as the PI starts). I installed it back to the PI4 and it is working as usual, si the HAT is fine.

What am I missing?

Has anybody used the Moitessier HAt in the PI5? Or should I leave it for impossible for now until OP4 is released?

Thanks!!!

Dodgy Did you find how to solve this problem?
Look, my "hacked-Moitessier" 2 hat doesn't work neither on rpi4 or rpi5 with Openplotter-4. The latest version is OP-4.1.15
What is the OP version you are using in your working rpi4?
Besides,  please share info with me if you make any progress with rpi5.
Thx!

I have get it working   ,  You should use a unhack   Header  .   see my  post  "Moitessier HAT on RPI5 unHacked"
 Hi winkaj,
 Could you please explain me how to get the Moitessier-2 working on RPI-5?
 My skills are limited... Smile 
 Your post =>
---------------------------------------------------------------------------------------------------------------------------
Hi  All
For getting  the GPS  (maybe the Ais )  to work  at a RPI 5  / OP4  
i have to unHack the Header .  

Set up 
Moitessier HAT (version 1)  
Macarthur HAT
RPI 5  (gb)
NV  SSD   

Havent testet AIS   because  Small Antenna , 4 Km to the sea  , 
------------------------------------------------------------------------------------------------------------------------------
 Unfortunately, the above post makes me feel like a real ignorant ...
 Where can I get more info about "unHack the Header"?
 Thanks in advance,

 DONT      "pull hard on pins 27 and 28"   
https://openplotter.readthedocs.io/en/la...ation.html

I went  from   RPI 3  OP3   to  RPI 5 OP4   ,  so i haven tried a RPI 4
Sailing in a LM23  23" motor sailor i Danmark  .  Mostly In Koege bay  .
Harbored  in SF-Syd  , Copenhagen .
Marine Enginer  ,   Pt. working on power plant 
Reply
Can you confirm you are getting data in RPi5 + Moitessier HAT without forcing the pins?
Reply
I finally got to try out AIS-Catcher on the boat. It works really well with one exception - the web UI doesn't show current location or distance/bearing to targets. OpenPlotter had a strong GPS fix, so I assume there was an issue passing location to AIS-Catcher. Is there anything I can do to help debug?
Reply
(2024-05-17, 10:24 AM)Sailoog Wrote: Can you confirm you are getting data in RPi5 + Moitessier HAT without forcing the pins?

yes ,  both  with  and with out  MacArthur hat .  
i have only the debug jumper   . 

Pt i have  data on 
AMA0   ,  Moltiershat
AMA2     ,  Nasa  Windsystem  ( only testet   because i havent put on the mast  )   
AMA4     , AIRMA   Log  , Depth , Tempertur
Sailing in a LM23  23" motor sailor i Danmark  .  Mostly In Koege bay  .
Harbored  in SF-Syd  , Copenhagen .
Marine Enginer  ,   Pt. working on power plant 
Reply


Forum Jump:


Users browsing this thread: dwynalda, 4 Guest(s)