DIY Bike Speedometer and Trip Meter Arduino and IR Sensor

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • This DIY Digital bike speedometer and trip meter using Arduino nano and Infrared sensor. So we can see our riding speed and how long our trip. This DIY speedometer is set to using 27.5 Inch bike size so you can change it in Arduino code to fit your bike size.
    Download Wiring & Source Code Here : drive.google.c...

Комментарии • 103

  • @rebecabarron6696
    @rebecabarron6696 3 месяца назад

    Hola, me ha funcionado, solo modifiqué unas cosas para mi proyecto, gracias

  • @abderrahmane1065
    @abderrahmane1065 3 года назад +5

    Please if you put the title in English, do the video in English, thank you.

  • @TuanTran-qt8ot
    @TuanTran-qt8ot 3 года назад

    Help me! Why convert over I2C screen, is stuck "Ge Creative, Bike Speeddometer"?

  • @lasendesilva7423
    @lasendesilva7423 Год назад

    my one is only showing ge creative bike speedometer only.whts the reason.

  • @hafiyyanwahyudi6982
    @hafiyyanwahyudi6982 3 года назад

    Mengapa kalo pake lcd dengan address layar I2C, mentok "Ge Creative, Bike Speeddometer"?

  • @raadabozahra5849
    @raadabozahra5849 7 месяцев назад

    Hello, code is error
    What problem?

  • @this_rzq
    @this_rzq 5 месяцев назад

    programnya stuck di ge creative kenapa ya?

  • @SameerToor
    @SameerToor 2 года назад

    What is kkbanspd = 0.00223 and how does this effect results.

  • @rendyndool
    @rendyndool 4 месяца назад

    Apakah bisa untuk mengukur kecepatan tamiya lewat ban tamiya ?

  • @Wedus-Balap
    @Wedus-Balap Год назад

    Permisi om mau nanya kalo di ganti oled display with i2c apa bisa

  • @townhall9917
    @townhall9917 3 года назад

    Mau tanya punya saya cuma muncul tulisan bikespeedometer itu kenapa ya? Terimakasih

  • @sujanbadikana
    @sujanbadikana 2 года назад +1

    Hy bro can i get the circuit and code of this project ...description files are unable to open..

  • @rupeshpatil5568
    @rupeshpatil5568 Год назад

    Hey! Can you please tell how to modify the code for 26 inch tires?

  • @odhie_r
    @odhie_r 2 года назад

    Bang mau tanya untuk script ini maksudnya apa ya ?
    Timer1.initialize(1000000); // Set the timer to 60 rpm, 1,000,000 microseconds (1 second)
    Timer1.attachInterrupt(timerIsr); // Attach the service routine here

  • @harsonoputro6382
    @harsonoputro6382 3 года назад

    Salam om, om mau bertanya di diagnostic keluar kayak gini artinya pa ya
    Use of Undeclare Identifier 'timerIsr'
    Use of Undeclare Identifier 'calculateRPM'
    Tapi kalau di compile berhasil?

  • @Nano_Pix
    @Nano_Pix 8 месяцев назад

    will this work with arduino mega 2560?

  • @azzammuharram4770
    @azzammuharram4770 2 года назад

    Bang kenapa ya lcd nya tidak muncul tulisan hanya kotak kotak saja? Padahal codingan sudah sesuai

  • @ardiansyahjuli4392
    @ardiansyahjuli4392 Год назад

    Bang itu kan ada jarak trip,
    Saya mau nanya itu jika arduino off kemudian di nyalakan lagi apa akan kembali 0 atau menampilkan data trip terakhir?

  • @harisabdurrohman6305
    @harisabdurrohman6305 3 года назад

    Bagaimana logic dari arduino membaca kecepatan lalu menghasilkan nilai km/jam sedangkan ukuran diameter roda sepeda itu bisa berbeda otomatis timingnya berbeda ?

  • @mohamednuzrath2637
    @mohamednuzrath2637 2 года назад +1

    what is the formula or algorithm that you are using to convert the detection of the that white piece in to Km/h ?

    • @lolleepop
      @lolleepop 2 года назад +1

      [rpm * wheelcircumference(in km) ] * 60
      that is written in the code

    • @Dancopymus
      @Dancopymus 11 месяцев назад

      I don't understand, because it's precisely the RPM that needs to be discovered! Could you explain? Thanks@@lolleepop

  • @xxxberrixxx
    @xxxberrixxx 3 года назад

    Hey, you are using a nano board but the wiring pic in the download is a uno. What ports do you use on the nano? Thanks in advance...

    • @GeCreative
      @GeCreative  3 года назад +1

      Hello, that's using same port with nano or uno

  • @chiragpurirn1822
    @chiragpurirn1822 2 года назад +1

    If we use hall sensor instead of ir sensor does we require to make changes in code as well as circuit??

    • @lolleepop
      @lolleepop 2 года назад

      Can you tell which hall sensor you are using. Likewise im using A3144. What r u using

  • @dinamo_hobby
    @dinamo_hobby Год назад

    mas saya udah download script itu ad yg perlu d edit lagi gak mas? maaf saya masih awam, tlg d balas mas

  • @lasendesilva7423
    @lasendesilva7423 2 года назад

    Hi,what is the radius you kept the ir senor in the tire? or how can i change the code for the radius of my tire?
    pls tell me as quick as you can.

    • @lolleepop
      @lolleepop 2 года назад +1

      first calculate the circumference of the wheel. then edit the kkbanspd variable in the code given by ge creative but first convert ur circumference from cm to m (if u r calculating in cm).

    • @lasendesilva7423
      @lasendesilva7423 2 года назад

      @@lolleepop 👍

    • @lolleepop
      @lolleepop 2 года назад

      @@lasendesilva7423 correction. Convert the circumference in km

  • @jericotantoy3439
    @jericotantoy3439 3 года назад +1

    Hello! Can I ask, what is that white material that you put in your wheel? ang what is the specific model of the lcd screen. thanks for your response!

    • @GeCreative
      @GeCreative  3 года назад +2

      Hello, on the wheels I use white tape to reflect infrared rays from the infrared module, so it's counted as one turn, but in the field it is often disturbed by sunlight so I cover the edges of the module. for better results you can change the infrared sensor with a hall sensor for more accurate results. I am using LCD 1602

    • @jericotantoy3439
      @jericotantoy3439 3 года назад

      @@GeCreative thanks for your response! will try to do that project of yours

    • @GeCreative
      @GeCreative  3 года назад +2

      @@jericotantoy3439You are welcome

    • @jericotantoy3439
      @jericotantoy3439 3 года назад +2

      @@GeCreative hello can I ask again, if I will use hall effect sensor instead of ir sensor, is there any changes with the code? also, is neodymium magnet a good one to be used for the hall sensor?? thank you so much!!

  • @kamartutorial896
    @kamartutorial896 3 года назад

    Kalo tanpa potensio sama resistor bisa ga

  • @fsprojects8412
    @fsprojects8412 2 года назад +1

    Kak ,,Please bikin lagi tapi pakai I2C ,,Jadi lebih ringkas
    Terimakasih

  • @rohmanroger9214
    @rohmanroger9214 2 года назад

    Kalo pake lcd yang 0.96 apakah bisa?

  • @aimandanial7771
    @aimandanial7771 3 года назад

    Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"
    C:\Users\muhammad aiman\AppData\Local\Temp\Temp6_speedometer-source.zip\bike-speedometer\bike-speedometer.ino:3:22: fatal error: TimerOne.h: No such file or directory
    #include
    ^
    compilation terminated.
    exit status 1
    Error compiling for board Arduino/Genuino Uno.
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.
    Kenapa jadi begini ya mas?

    • @GeCreative
      @GeCreative  3 года назад +1

      Itu ditambah library TimerOne dulu bang download di library managet

    • @aimandanial7771
      @aimandanial7771 3 года назад

      @@GeCreative thank you

  • @raymundusdomo1270
    @raymundusdomo1270 3 года назад

    mas ini programnya bisa restore nilai akhir kah? kalo odometer kan nambah2 terus kan kilometer jaraknya, apakah ini kalo dimatikan alatnya dan mau dihidupin lg bs restore nilai akhirnya dan nambah2 lagi jaraknya?

  • @lopantolulu
    @lopantolulu Год назад

    Roses are Red,
    Violets are Blue,
    If the titles in English,
    The VID should be too

  • @dhayualfatih7879
    @dhayualfatih7879 3 года назад

    Bisa sampai 120 km/h tidak itu mas speedometer nya

  • @muhamadrijal323
    @muhamadrijal323 Год назад

    pake lcd yang besaran bisa?

  • @ahmedelec2242
    @ahmedelec2242 2 года назад

    thanks, can you check the code mstbe lk this:
    Timer1.attachInterrupt(calculateRPM);
    if ((millis() - lastDebounceTime) > debounceDelay) {
    if (currentSwitchState != inputState) {
    inputState = currentSwitchState;
    if (inputState == LOW) {
    digitalWrite(ledPin, LOW);
    timerIsr(); // Real RPM from sensor

    }

  • @yonodkppbg4932
    @yonodkppbg4932 3 года назад

    Joss pokoknya

  • @Vaigyanikbabashorts
    @Vaigyanikbabashorts Год назад

    wow amazing

  • @miguelpolillarny7258
    @miguelpolillarny7258 Год назад

    Hello, thanks for sharing your knowledge, I ask you how I can make the reading in meters per second, to use in a toy. Thank you

  • @abihisyamgiyarto5959
    @abihisyamgiyarto5959 11 месяцев назад

    Semoga berkah

  • @avirajnaik8402
    @avirajnaik8402 3 года назад +1

    Nice n simple project.if it possible can you please upload schematic diagram of your project . Thanks!

    • @GeCreative
      @GeCreative  3 года назад +1

      Sure i have put download link at video description

    • @PrathameshKale_EE-
      @PrathameshKale_EE- 2 года назад

      @@GeCreative Hii..When I run the program Speed is already increasing without any IR sensor connection.....

  • @wayanrana8561
    @wayanrana8561 4 года назад

    Mantul om

  • @koopatroopa2810
    @koopatroopa2810 3 года назад

    Do you think this would work with an Arduino UNO?

    • @GeCreative
      @GeCreative  3 года назад

      Yes this also work on Arduino UNO

  • @ceyhunyilmaz1882
    @ceyhunyilmaz1882 2 года назад

    Can we do it with ı2c lcd display?

  • @nabilahbp8017
    @nabilahbp8017 4 года назад

    Bang mau nanya itu kan di video pake arduino nano, di skemetiknya pake arduino uno, sama aja aja ya bang?

  • @muhammadariframdhani8226
    @muhammadariframdhani8226 3 года назад

    mau nanya gan, itu nilai kkbanspd = 0.00223 , itu nilai apa ya?

    • @GeCreative
      @GeCreative  3 года назад

      Jadi itu nilai keliling roda(meter) / 1000 krn speednya Km/jam

  • @kamartutorial896
    @kamartutorial896 3 года назад

    Punya saya lcd biru kok berubah jadi ungu ya apa gara² kepanasan?

    • @GeCreative
      @GeCreative  3 года назад

      Iya bisa jadi mas, soalnya LCD kalau overheat bisa berubah

  • @tharunch2322
    @tharunch2322 Год назад

    Basic components list plz provide sir

  • @danialak2084
    @danialak2084 3 года назад

    bang kenapa schematic nya nano berubah ke uno ya?

    • @GeCreative
      @GeCreative  3 года назад

      Pinnya sama mas gamasalah :D

  • @jempat2428
    @jempat2428 4 года назад

    Mantul kang hehe

  • @DejavuCampernikChanel
    @DejavuCampernikChanel 4 года назад

    Wah mantap nih

  • @everythingyouneedtoknow8617
    @everythingyouneedtoknow8617 3 года назад +1

    I wanna tell that your content and quality is good but thumbnail and seo is not good

    • @GeCreative
      @GeCreative  3 года назад +1

      Thank you, can you help me to fix it? 😀 Do you have any references to fix it

  • @noviantiorizky8719
    @noviantiorizky8719 3 года назад

    Sensor nya diganti pakai hall sensor bisa tidak gan ?

    • @GeCreative
      @GeCreative  3 года назад

      Sangat bisa, sara rekomen pakai hall sensor, agar tidak ada interferensi dari sinar matahari

    • @noviantiorizky8719
      @noviantiorizky8719 3 года назад

      Kalau mau pakai lcd tft apa yang harus dirubah gan

    • @s.dfazreen7899
      @s.dfazreen7899 3 года назад

      @@GeCreative kalau pakai hall sensor coding macam mana? selepas itu ynag dlm coding ni ledpin itu apa fungsinya?

  • @Anakpertamaofficial
    @Anakpertamaofficial 3 года назад

    Kalau buat sepeda motor gimana gan?

    • @GeCreative
      @GeCreative  3 года назад

      Sama aja gan pengaplikasiannya

    • @raymundusdomo1270
      @raymundusdomo1270 3 года назад

      @@GeCreative kalo buat mobil mana yg diubah untuk keliling rodanya mas?

  • @datuamasputra5416
    @datuamasputra5416 3 года назад

    Keren...👍👍👍
    Ini untuk semua lingkaran roda speda yah ?

    • @GeCreative
      @GeCreative  3 года назад

      Ini untuk ukuran 27.5 gan, size bisa di setting di kode gan 😁

    • @syamsularifin5259
      @syamsularifin5259 2 года назад

      @@GeCreative mas boleh tau gag ,bagian mana kode untuk size nya? atau bagian 0,00223 itu?

  • @Bagasardi15
    @Bagasardi15 6 месяцев назад

    Mas bisa buatin nanti saya beli

  • @YudhistiraRamandhaPutra
    @YudhistiraRamandhaPutra 2 года назад

    mantap bang sharingnya bermanfaat ni buat sy, smoga ge creative dibales dengan kebaikan yg lebih lagi
    ada bbrp yg pengen sy tanya2 ni bang, boleh minta no wa nya?
    terimakasih.

  • @bdbtv9907
    @bdbtv9907 4 года назад

    Bang kalau resistornya pake yang brpa itu? Sama potensionya?

    • @GeCreative
      @GeCreative  4 года назад

      Di video saya tidak pakai resistor, tapi sesuai skema bagusnya pakai resistor 220ohm dan potensiometer 10k ohm

    • @bdbtv9907
      @bdbtv9907 4 года назад

      Oke bang tak coba duli

    • @GeCreative
      @GeCreative  4 года назад

      @@bdbtv9907 siap bang

    • @bdbtv9907
      @bdbtv9907 4 года назад

      Bang potensio fungsinya untuk apa ya? Soalnya udah tak coba dan bisa di serial monitor , tp di lcd 16x2 nya cuma nyala aja tulisannya engga muncul

    • @GeCreative
      @GeCreative  4 года назад

      @@bdbtv9907 Jadi fungsinya untuk mengatur tegangan ke lcd bang, soalnya kalau terlalu tinggi/rendah tulisan tidak terlihat jadi harus disesuaikan, tanpa potensio memang tulisan tidak terlihat

  • @balbal3157
    @balbal3157 3 года назад

    yg dicari ketemu juga

  • @binarywizard69420
    @binarywizard69420 2 года назад

    When you know about audrino
    But still don't know how to speak proper English. 😂

  • @gilalardhi5545
    @gilalardhi5545 3 года назад

    Akurasinya berapa persen kira kira mas?

    • @GeCreative
      @GeCreative  3 года назад +1

      mungkin 95%+ mas soalnya kita kan tinggal hitung putaran roda, dimana kita sudah tau keliling dari roda tersebut

    • @ahmadfikrialmusthofa3176
      @ahmadfikrialmusthofa3176 5 месяцев назад

      @@GeCreative ketika mati terus di hidupkan kembali, apakah akan tetap mekanjutkan jarak yang lama apa akan memulai jarak baru lagi om ?

  • @s.dfazreen7899
    @s.dfazreen7899 3 года назад

    tak menjadi lah boss saya buat