Boynet006 / NEO-6m_Speedometer

2 stars 0 forks source link

How to get time from this method #1

Open khirds opened 1 month ago

khirds commented 1 month ago

Dear ,Can you please suggest how can we get time from this method Please. or guide I am using ESP32

Boynet006 commented 1 month ago

Let me check and get back to you.

Boynet006 commented 1 month ago

Hi Khirds, Which Ublox GPS are you using? Is it NEO-6M or M8N? I am about to publish another code for M8N that uses NAV-PVT with 10Hz update rate. NAV-PVT is more straightforward in extracting information and has information about the time. The whole circuit is the same. You just have to replace the code. If you are using M8N, let me know and I will send you the code. If you are using NEO-6M, I will try to get back to you with the code.

khirds commented 1 month ago

I can use M8N as well thankyou for your efforts .Will be waiting

khirds commented 1 month ago

If you can send code that would be great .Thanks

On Sun, Oct 6, 2024 at 10:47 PM Electro3DTech @.***> wrote:

Which Ublox GPS are you using? Is it NEO-6M or M8N? I am about to publish another code for M8N that uses NAV-PVT with 10Hz update rate. NAV-PVT is more straightforward in extracting information and has information about the time. The whole circuit is the same. You just have to replace the code. If you are using M8N, let me know and I will send you the code. If you are using NEO-6M, I will try to get back to you with the code.

— Reply to this email directly, view it on GitHub https://github.com/Boynet006/NEO-6m_Speedometer/issues/1#issuecomment-2395523016, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP22FXZOZH5C77AGUR6HJILZ2FZSJAVCNFSM6AAAAABPOP2U4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGUZDGMBRGY . You are receiving this because you authored the thread.Message ID: @.***>

Boynet006 commented 1 month ago

03-GPS_SpeedoTimeUTC_V1.1_NEO8.zip

This code is for adding the UTC time on M8N 5Hz

khirds commented 1 month ago

Thanks Dear

On Wed, Oct 9, 2024 at 10:24 PM Electro3DTech @.***> wrote:

03-GPS_SpeedoTimeUTC_V1.1_NEO8.zip https://github.com/user-attachments/files/17314674/03-GPS_SpeedoTimeUTC_V1.1_NEO8.zip

This code is for adding the UTC time on M8N 5Hz

— Reply to this email directly, view it on GitHub https://github.com/Boynet006/NEO-6m_Speedometer/issues/1#issuecomment-2402890814, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP22FX72PCCF6JXLQFDJF4LZ2VREVAVCNFSM6AAAAABPOP2U4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBSHA4TAOBRGQ . You are receiving this because you authored the thread.Message ID: @.***>

Boynet006 commented 1 month ago

You are welcome.