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).
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?
Bagaimana logic dari arduino membaca kecepatan lalu menghasilkan nilai km/jam sedangkan ukuran diameter roda sepeda itu bisa berbeda otomatis timingnya berbeda ?
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
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
@@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!!
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?
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?
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
@@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
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.
Bro RPM counter is just awesome❣ thanks bro
Help me! Why convert over I2C screen, is stuck "Ge Creative, Bike Speeddometer"?
Hola, me ha funcionado, solo modifiqué unas cosas para mi proyecto, gracias
Hy bro can i get the circuit and code of this project ...description files are unable to open..
what is the formula or algorithm that you are using to convert the detection of the that white piece in to Km/h ?
[rpm * wheelcircumference(in km) ] * 60
that is written in the code
I don't understand, because it's precisely the RPM that needs to be discovered! Could you explain? Thanks@@lolleepop
What is kkbanspd = 0.00223 and how does this effect results.
Permisi om mau nanya kalo di ganti oled display with i2c apa bisa
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
my one is only showing ge creative bike speedometer only.whts the reason.
Hey! Can you please tell how to modify the code for 26 inch tires?
If we use hall sensor instead of ir sensor does we require to make changes in code as well as circuit??
Can you tell which hall sensor you are using. Likewise im using A3144. What r u using
will this work with arduino mega 2560?
Mengapa kalo pake lcd dengan address layar I2C, mentok "Ge Creative, Bike Speeddometer"?
Apakah bisa untuk mengukur kecepatan tamiya lewat ban tamiya ?
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.
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).
@@lolleepop 👍
@@lasendesilva7423 correction. Convert the circumference in km
Mau tanya punya saya cuma muncul tulisan bikespeedometer itu kenapa ya? Terimakasih
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?
programnya stuck di ge creative kenapa ya?
mas saya udah download script itu ad yg perlu d edit lagi gak mas? maaf saya masih awam, tlg d balas mas
Bagaimana logic dari arduino membaca kecepatan lalu menghasilkan nilai km/jam sedangkan ukuran diameter roda sepeda itu bisa berbeda otomatis timingnya berbeda ?
Bang kenapa ya lcd nya tidak muncul tulisan hanya kotak kotak saja? Padahal codingan sudah sesuai
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?
Hello, code is error
What problem?
Do you think this would work with an Arduino UNO?
Yes this also work on Arduino UNO
Kalo tanpa potensio sama resistor bisa ga
Nice n simple project.if it possible can you please upload schematic diagram of your project . Thanks!
Sure i have put download link at video description
@@GeCreative Hii..When I run the program Speed is already increasing without any IR sensor connection.....
Basic components list plz provide sir
Can we do it with ı2c lcd display?
yes
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
Kalo pake lcd yang 0.96 apakah bisa?
pake lcd yang besaran bisa?
Kak ,,Please bikin lagi tapi pakai I2C ,,Jadi lebih ringkas
Terimakasih
Can we do it with ı2c lcd display?
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!
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
@@GeCreative thanks for your response! will try to do that project of yours
@@jericotantoy3439You are welcome
@@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!!
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?
tlg direspon dong
Roses are Red,
Violets are Blue,
If the titles in English,
The VID should be too
Bang mau nanya itu kan di video pake arduino nano, di skemetiknya pake arduino uno, sama aja aja ya bang?
Sama saja kok 😀
Oke bang makasih
Bisa sampai 120 km/h tidak itu mas speedometer nya
Keren...👍👍👍
Ini untuk semua lingkaran roda speda yah ?
Ini untuk ukuran 27.5 gan, size bisa di setting di kode gan 😁
@@GeCreative mas boleh tau gag ,bagian mana kode untuk size nya? atau bagian 0,00223 itu?
mau nanya gan, itu nilai kkbanspd = 0.00223 , itu nilai apa ya?
Jadi itu nilai keliling roda(meter) / 1000 krn speednya Km/jam
Kalau buat sepeda motor gimana gan?
Sama aja gan pengaplikasiannya
@@GeCreative kalo buat mobil mana yg diubah untuk keliling rodanya mas?
Sensor nya diganti pakai hall sensor bisa tidak gan ?
Sangat bisa, sara rekomen pakai hall sensor, agar tidak ada interferensi dari sinar matahari
Kalau mau pakai lcd tft apa yang harus dirubah gan
@@GeCreative kalau pakai hall sensor coding macam mana? selepas itu ynag dlm coding ni ledpin itu apa fungsinya?
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?
Itu ditambah library TimerOne dulu bang download di library managet
@@GeCreative thank you
Mas bisa buatin nanti saya beli
bang kenapa schematic nya nano berubah ke uno ya?
Pinnya sama mas gamasalah :D
wow amazing
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
}
Punya saya lcd biru kok berubah jadi ungu ya apa gara² kepanasan?
Iya bisa jadi mas, soalnya LCD kalau overheat bisa berubah
Bang kalau resistornya pake yang brpa itu? Sama potensionya?
Di video saya tidak pakai resistor, tapi sesuai skema bagusnya pakai resistor 220ohm dan potensiometer 10k ohm
Oke bang tak coba duli
@@bdbtv9907 siap bang
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
@@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
Please if you put the title in English, do the video in English, thank you.
When you know about audrino
But still don't know how to speak proper English. 😂
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.
Akurasinya berapa persen kira kira mas?
mungkin 95%+ mas soalnya kita kan tinggal hitung putaran roda, dimana kita sudah tau keliling dari roda tersebut
@@GeCreative ketika mati terus di hidupkan kembali, apakah akan tetap mekanjutkan jarak yang lama apa akan memulai jarak baru lagi om ?
Wah mantap nih
Terima kasih kang 🙏
Joss pokoknya
I wanna tell that your content and quality is good but thumbnail and seo is not good
Thank you, can you help me to fix it? 😀 Do you have any references to fix it
Mantul kang hehe
Terima kasih kang 😁
@@GeCreative sama sama bang
Mantul om
yg dicari ketemu juga
Semoga berkah
tak menjadi lah boss saya buat