Let's Add Timezone In your GPS Projects - Arduino Speedometer

  Рет қаралды 2,648

Ahmad Logs

Ahmad Logs

Күн бұрын

Пікірлер: 55
@grk608
@grk608 4 ай бұрын
This project helped me out of a jam. I built a GPS tracking device that works via SMS. It works great but I couldn't get the timezone adjustment working. You really saved my bacon, thanks a bunch!
@moinshaikh6684
@moinshaikh6684 2 жыл бұрын
Your projects are so good, your channel is highly under rated...
@AhmadLogs
@AhmadLogs 2 жыл бұрын
hmmmmmm
@moinshaikh6684
@moinshaikh6684 Жыл бұрын
Jabraad ha bhaiwa...!
@IsiahD
@IsiahD Жыл бұрын
Extremely well presented! Thank you for sharing.
@AhmadLogs
@AhmadLogs Жыл бұрын
thanks
@gsrathore97x
@gsrathore97x 2 жыл бұрын
You explained in a great way👍👍👍
@AhmadLogs
@AhmadLogs 2 жыл бұрын
Glad you liked it
@angelv1393
@angelv1393 Жыл бұрын
Another quality video, thank you so much 👏👏👏
@AhmadLogs
@AhmadLogs Жыл бұрын
thanks
@ATLELSIE
@ATLELSIE 3 ай бұрын
THANKYOU SO MUCH
@herzile
@herzile 2 жыл бұрын
That's what i need. Thank you
@AhmadLogs
@AhmadLogs 2 жыл бұрын
Glad it helped
@EasyOne
@EasyOne 2 жыл бұрын
nice
@AhmadLogs
@AhmadLogs 2 жыл бұрын
Thanks
@robertoluna8642
@robertoluna8642 2 жыл бұрын
Muchas gracias por realizar éste video, es lo que estaba buscando (leyó mi mente ja ja ja). Hace varios días que estoy trabajando con su sketch, pero no tengo conocimientos de programación, entonces no podía resolver el problema. Tengo cáncer y estoy con tratamiento de quimioterapia, arduino me ayuda a mantener la mente ocupada. Al display, agregué la función "altimetro" y "día, mes, año"; pero no consigo programar. ¿Prodría realizar un video solucionando ésto? Desde ya, muchas gracias. Saludos desde la ciudad de Córdoba, Argentina.
@AhmadLogs
@AhmadLogs 2 жыл бұрын
thanks for your appreciation. I will definitely try if possible
@duduoyos726
@duduoyos726 Жыл бұрын
hi sir can you make a relay control using esp32 rainmaker and sim800l?
@shakerileiwat4341
@shakerileiwat4341 2 жыл бұрын
Thank you 👍👍👍
@AhmadLogs
@AhmadLogs 2 жыл бұрын
thanks
@lintrobb4628
@lintrobb4628 Жыл бұрын
Very well presented, Ahmad. I have a requirement to present an in-vehicle digital clock showing both local time and UTC time which changes according to the GNSS derived lat/long geolocation (NMEA sentences $GPRMC and $GPZDA). I need to incorporate three adjoining official Australian time zones and one unofficial time zone with specific geographical boundaries (a rectangle with two parallel longitudes and two parallel latitudes). The unofficial time zone overlays two of the official time zones. I would be pleased if you are able to contribute to the project with your outstanding expertise. I would hope to use Arduino Nano V3, GNSS module with 240x240 LCD IPS display. I look forward to your comment.
@AhmadLogs
@AhmadLogs Жыл бұрын
The project you are talking about is very sophisticated. I am afraid if I can do it. truly speaking, I am unable to do it right now.
@lintrobb4628
@lintrobb4628 Жыл бұрын
@@AhmadLogs Sincere thanks for your replay, I look forward to working with you in the future.
@ameenenterprise5869
@ameenenterprise5869 2 жыл бұрын
MashaAllah
@AhmadLogs
@AhmadLogs 2 жыл бұрын
thanks
@ameenenterprise5869
@ameenenterprise5869 2 жыл бұрын
@@AhmadLogs welcome
@rampage_xdit
@rampage_xdit 2 жыл бұрын
Mr.ahmad hi Iwould like to ask you about electric fence and cominucate it with sim800 for sms and alarm too. May you tell me how? Regards
@AhmadLogs
@AhmadLogs 2 жыл бұрын
unfortunately I did not have any about electric fence. can you refer me any tutorial?
@rampage_xdit
@rampage_xdit 2 жыл бұрын
@@AhmadLogs kzfaq.info/get/bejne/qt-KibZ9mqyWZn0.html
@masoudjafarzadeh
@masoudjafarzadeh 2 жыл бұрын
Great 👌
@AhmadLogs
@AhmadLogs 2 жыл бұрын
thanks
@masoudjafarzadeh
@masoudjafarzadeh 2 жыл бұрын
@@AhmadLogs Hi ahmad khan When we use ez button function for better performance, it is usually better for the pins to be pull-up When is peress butoon it works 👍 Tahnks again 🙏
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@masoudjafarzadeh you are right thanks
@ameenenterprise5869
@ameenenterprise5869 2 жыл бұрын
Remind . My requests,
@AhmadLogs
@AhmadLogs 2 жыл бұрын
ok
@ezeoluchukwu5104
@ezeoluchukwu5104 2 жыл бұрын
Nice project but the code is not yet uploaded friend. please can u upload the sketch.
@AhmadLogs
@AhmadLogs 2 жыл бұрын
uploaded
@akydisplay
@akydisplay Жыл бұрын
The Date , Month And Year Veraiable Not Added. So The Date, Month And Year Will Change As UTC Time. For Example 31-12-2023 Will Not Change as This Conversion.
@AhmadLogs
@AhmadLogs Жыл бұрын
I will add this in later version
@EasyOne
@EasyOne Жыл бұрын
i need add AM, PM
@AhmadLogs
@AhmadLogs Жыл бұрын
This line of code convert the time to AM and PM. String amPm = (hour < 12) ? "AM" : "PM";
@akydisplay
@akydisplay Жыл бұрын
if TimeZone is +5 and GMT is 22:00 result is 03:00 but Date is not update....... add new conversion for date month year.............thanks
@AhmadLogs
@AhmadLogs Жыл бұрын
have you set the timezone in the code.
@akydisplay
@akydisplay Жыл бұрын
@@AhmadLogs Assalam Alaikum... Yes But Date Did Not Change After 12am.. I Am Using DS3231 RTC Module
@akydisplay
@akydisplay Жыл бұрын
The Date Will Change After GMT Time Always. Because Date , Month And Year Veraiable Did Not Addad.
@yawarali4361
@yawarali4361 2 жыл бұрын
Friend please make video and code gsm800l with voise feadcback and register need please
@AhmadLogs
@AhmadLogs 2 жыл бұрын
will try
@yawarali4361
@yawarali4361 Жыл бұрын
hi friend i have code gsm800l with esp32 with dfplayer with register please onl i want create app use mit app inverter please how create and how connect app?
@cosmic1426
@cosmic1426 2 жыл бұрын
i want ur help pls in a project please can u reply me
@AhmadLogs
@AhmadLogs 2 жыл бұрын
how can I help you
@cosmic1426
@cosmic1426 2 жыл бұрын
@@AhmadLogs then rifd attendence stystem first oe is not uploading to google sheet i tried to remake fix almost every thing i want it without thumbprint and is automatically make and save a new file veryday and i want fox for not uploading to google
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@cosmic1426 it required many more changes I will try to update the code in the next version of the project.
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 10 МЛН
UNO!
00:18
БРУНО
Рет қаралды 5 МЛН
How to use LoRa Module with Arduino - Range Test - RYLR406 15KM
13:00
Arduino GPS speedometer
23:05
iforce2d
Рет қаралды 86 М.
5Hz NEO-6M Speedometer with Arduino
7:58
3D Electro Tech
Рет қаралды 6 М.
GSM Module Arduino - Sim800L Library Programming
10:55
Ahmad Logs
Рет қаралды 20 М.
Nanosecond clock sync with a Raspberry Pi
13:56
Jeff Geerling
Рет қаралды 171 М.
Using GPS with PPS to synchronize clocks over the network
20:16
Linux Tech School
Рет қаралды 10 М.
Tachometer Project on Makerfabs MaTouch 1.9
6:31
Volos Projects
Рет қаралды 15 М.
Arduino GPS Speedometer with Analog Gauge
4:24
Ahmad Logs
Рет қаралды 62 М.