Тёмный

Drive in Style: Arduino Gear Indicator (full tutorial) 

upir
Подписаться 54 тыс.
Просмотров 419 тыс.
50% 1

PCBWay: www.pcbway.com/setinvite.aspx...
Do you like this video? You can buy me a coffee ☕: www.buymeacoffee.com/upir
Part 2: • Should I use THIS disp...
Part 3: • Gear Shifter with DISPLAY
Source Files: github.com/upiir/arduino_gear...
WOKWI Sketch: wokwi.com/projects/3922327015...
Gear Indicator video series:
Part 1 - getting current gear with hall sensors: • Drive in Style: Arduin...
Part 2 - exploring the Pimoroni 11x7px display: • Should I use THIS disp...
Part 3 - custom 3D printed shifter knob: • Gear Shifter with DISPLAY
Part 4 - Pimoroni 5x5 RGB LED display: • Yet Another Gear Display
Part 5 - SimHub shifter knob: • SimHub gear indicator
Part 6 - NeoPixel hexagonal displays: • Arduino Hexagonal Disp...
-----------------------------------------------------
Links from the video:
- Do you like this video? You can buy me a coffee: www.buymeacoffee.com/upir
- Order PCB from PCBWay: www.pcbway.com/project/sharep...
- AH3503 Hall Sensor : s.click.aliexpress.com/e/_DEY...
- Round magnets: s.click.aliexpress.com/e/_DEz...
- Shifter handle: s.click.aliexpress.com/e/_DFF...
- 128x64 SSD1306 OLED Display 1.54": s.click.aliexpress.com/e/_DCY...
- 128x64 SSD1306 OLED Display 0.96": s.click.aliexpress.com/e/_DCK...
- 128x64 SSD1306 OLED Display 2.42": s.click.aliexpress.com/e/_DFd...
- Arduino UNO: s.click.aliexpress.com/e/_AXDw1h
- Arduino breadboard prototyping shield: s.click.aliexpress.com/e/_ApbCwx
- Breadboard wires: s.click.aliexpress.com/e/_DmM...
- Arduino breadboard holder: github.com/LaskaKit/LaskaKit-...
- Image2cpp (convert array to image): javl.github.io/image2cpp/
- Photopea (online graphics editor like Photoshop): www.photopea.com/
- KiCad (for designing PCBs): www.kicad.org/
Related videos with Arduino UNO and 128x64 OLED screen:
- Arduino OLED menu: • Arduino OLED Menu Tuto...
- U8g vs U8g2: • U8g vs. U8g2 Arduino G...
- Arduino Parking Sensor - • DIY Parking Sensor wit...
- Turbo pressure gauge with Arduino and OLED display - • Turbo pressure gauge w...
- Arduino Car Cluster with OLED Display - • Arduino Car Cluster wi...
- Knob over OLED Display - • Knob over OLED Display...
- Arduino + OLED = 3D ? - • Arduino + OLED = 3D ?
- Arduino OLED Gauge - • Arduino OLED Gauge
- Smaller & Faster Arduino - • Smaller & Faster Arduino?
- Save Image from OLED Display to PC - • Save Image from OLED D...
------------------------------------------------------
Learn how to create a simple gear indicator for the manual transmission of the car. For that, we will use Arduino UNO with SSD1306 128x64px IIC OLED screen and 4 Hall Sensors to measure the magnetic field of the magnet placed on the shifter handle. All the images are drawn in Photopea and converted into C-style arrays using the Image2cpp utility. For a WOKWI simulation, potentiometers are used instead of Hall sensors for testing (since WOKWI does not support Hall sensors). We will also create a custom PCB in KiCad and manufacture it by PCBWay. If you want to follow along, having some wires and a breadboard is helpful. Good luck with your project!
------------------------------------------------------
PCBWay is a service for manufacturing custom PCBs. If you click the link above, you will get a coupon for $5, which is exactly the price of 10 pieces of custom PCBs. In that case, you will only pay for shipping. Do you have any experience doing this? Please let me know in the comment section!
------------------------------------------------------
Do you have any questions? Suggestions for the next video? Please put those down in the comment section. I try to answer as many questions as I can. Thank you for watching, reading the video description and I hope to see you next time. Good luck with your projects!
------------------------------------------------------
#arduino #diy #OLED
------------------------------------------------------

Опубликовано:

 

12 мар 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 277   
@upir_upir
@upir_upir 10 дней назад
Gear Indicator video series (so far): Part 1 - getting current gear with hall sensors: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QixtxaAda18.html Part 2 - exploring the Pimoroni 11x7px display: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sZZFgSmYJjc.html Part 3 - custom 3D printed shifter knob: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HcP48uCBzDQ.html Part 4 - Pimoroni 5x5 RGB LED display: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-84bn_OpuyCQ.html Part 5 - SimHub shifter knob: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JbVqXZngXAY.html Part 6 - NeoPixel hexagonal displays: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1NI-I1Lpdqo.html Part 7 - Round LCD Display: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pbqgrv5YSf0.html
@lightcycler4806
@lightcycler4806 2 месяца назад
It's refreshing to see a programming channel embrace the idea of copying and pasting code from tutorials, datasheets, and previous projects!
@Honeybearsphone
@Honeybearsphone 2 месяца назад
I agree you don't always have to reinvent the wheel, sometimes somebody has already done and maybe more efficiently and better than you could and there's no shame in using something that has been shared
@upir_upir
@upir_upir 2 месяца назад
Thank you for your nice comment! It would take ages to write everything from scratch, so I fugured I might as well use bit and pieces from my older projects.
@liquidsonly
@liquidsonly 2 месяца назад
I assume you never #include or import any code? You write is all from scratch?
@cdgonepotatoes4219
@cdgonepotatoes4219 2 месяца назад
Rewriting instead of copying and pasting is typically better for learning as you'll be better able to make out what's what, but if it's your code and mostly you're copying the boring stuff like a screen setup then you can't argue that it's bad. One cool thing you could do is creating a whole folder of "blueprints" for a specific function or component setup, all made by you, to copy and paste them in future projects. Be careful when copying someone else's code. Different people think different ways and if you don't understand what they've written you can hardly say you leaned anything (of course, learning might not be your goal and you can ignore this point). Check other people's code with the goal to understand their thought process, see how a peer tackled a certain problem, and only when you understand it you can feel free to copy, or maybe you had an epiphany while studying and you came up with a different solution that is more familiar and comfortable to you.
@eljaibas16
@eljaibas16 2 месяца назад
I use Microsoft Copilot to help me with my codes, it ain't perfect but it helps.
@p1xelman
@p1xelman 2 месяца назад
A round display replacing the original marking would look beautiful
@Honeybearsphone
@Honeybearsphone 2 месяца назад
Especially if it could be mounted in the knob itself
@upir_upir
@upir_upir 2 месяца назад
Yep, mounting some (round) display inside (some) shifter knob is my next step, let´s see how it goes...
@JaridMitchell
@JaridMitchell 2 месяца назад
Thats what I thought this video was at first 😂 I was staring at the knob loll
@bullet9564
@bullet9564 2 месяца назад
No one looks at shifter knob once they get hold of it
@bruderdasisteinschwerermangel
@bruderdasisteinschwerermangel 2 месяца назад
That would probably look cool, but if I have to look down on the lever to know which gear I'm in it kinda defeats the purpose
@smartdumb389
@smartdumb389 2 месяца назад
bro, I'm not even joking I wanted to make something like this a few months ago and I abandoned it because I couldn't figure it out, thank you so much, ill most likely definitely be making this.
@upir_upir
@upir_upir 2 месяца назад
Cool, great to hear my video was helpful and of course, good luck with your project!
@lucien7904
@lucien7904 2 месяца назад
These tutorials must take so much time to make, I wanted to share again my deep appreciation for your work. Every project is unique and very well explained 👍👍 Thank you !
@upir_upir
@upir_upir 2 месяца назад
Thank you for your nice words, I´m glad you enjoy my projects! Truth be told, this took me ages to complete, I have purchased the spare shifter more than a year ago :/
@alexp9303
@alexp9303 2 месяца назад
Would be interesting to see this display incorporated into the shift knob itself, more just for looks honestly. I imagine someone noticing a digital shift knob while they’re in the passenger seat
@alexp9303
@alexp9303 2 месяца назад
Guess I should’ve waited until the end of the video before leaving that comment..
@upir_upir
@upir_upir 2 месяца назад
Yep, I think that´s the next logical step, it was just too much complicated to do it all together. I hope to find some suitable display that can be mounted right inside the knob. Thank you for your comment!
@flappingflight8537
@flappingflight8537 2 месяца назад
Not good idea guys at all . If you check the position of rally cars gear shift indicators , they are placed in the view of the pilot , without any need to move his eyes from the road in order to check the gear shift position .
@alexp9303
@alexp9303 2 месяца назад
@@flappingflight8537 I’d imagine a rally car operator would know what gear he’s in better than an electrical engineer who just wants to tinker and have fun. It’s more of a conversation piece than actually useful.
@flappingflight8537
@flappingflight8537 2 месяца назад
@@alexp9303 please check some videos about rally racing. On top of the dashboard , they usually have big size 7 segments led display which shows the current gear position . Most of the rally cars use sequential transmissions. Shift stick moves only forward and backward and you just couldn’t skip gear .
@coxpwner
@coxpwner 2 месяца назад
If you port the project to an arduino pro micro or leonardo, you can use the Joystick library to make it a functional game controller! also, wicked photoshop skills. I think i learned more about photoshop from this video than i did about arduino, lol
@upir_upir
@upir_upir 2 месяца назад
That´s an intersting idea! Using Leonardo would be the easiest, as it shared the same pins with UNO. Unfortunatelly using this as a real shifter for a game is challenging, since the shifter does not stay in the place when it´s not connected to the transmission, so you would need to make some adjustments... but surely and interesting project to try!
@Flameancer
@Flameancer 2 месяца назад
You make it look so easy. I’d have no idea where to even begin.
@upir_upir
@upir_upir 2 месяца назад
Don´t worry; I did begin around a year ago by purchasing a spare shifter handle and then spending several months thinking about how to do that. It takes just 40 minutes in the video, but it took me quite some preparation time... that said, hopefully the video is simple enough to understand and shows the basic steps. If you can connect one hall sensor to arduino, you should be able to finish the project.
@lights-and-layers
@lights-and-layers 2 месяца назад
I have been thinking about how to do this for my MINI for a while and I was considering using momentary switches, but this looks so much more elegant. I am going to attempt this project. Thanks for publishing this video!
@upir_upir
@upir_upir 2 месяца назад
Cool, I´m glad this was inspiring. Good luck with your project. Do you have Mini S?
@lights-and-layers
@lights-and-layers 2 месяца назад
@@upir_upir No :( just a standard countryman. But I love it and I have to have this in my car! Good thing I have so many Arduinos and displays, but NEVER thought about using magnets.
@TripVlogVideos
@TripVlogVideos Месяц назад
Naprosto super video❤ Začínám se učit s Arduinem a tyhle videa jsou pro začátečníka perfektní 👍👍👍
@upir_upir
@upir_upir Месяц назад
Díky, to jsem rád že je to k něčemu užitečné.
@Apfelloch
@Apfelloch Месяц назад
Using Hall effect sensors is ingenious! I've wanted to build a gear indicator for quite some time now for our 30+ years old camper van. Other tutorials used two potentiometers with pieces looking like tuning forks attached to them that "clamp" to the shifter handle. One is measuring the degrees from top to bottom and the other one from left to right. It's just another way to get input data but the rest is similar to your implementation. With Hall effect sensors I don't even need a 3D printer, which is nice (although I should get one anyway :D)
@upir_upir
@upir_upir Месяц назад
Thank you for your comment. I have seen the other implementations using two "forks". I like that it only uses two analog input pins, and you can probably get a better and more accurate reading, but I don´t like that you are physically modifying the shifter handle, and there is a possibility that the shifting might not be that smooth. Worst case, it somehow gets stuck and you cannot shift at all. My solution is "non-invasive", and besides adding a small magnet to the lever, you are keeping everything intact. It would be probably better to make it more sturdy by adding some 3D printed enclosure, I might try that for a next version.
@OMGWTFBBQSHEEP
@OMGWTFBBQSHEEP 2 месяца назад
That is such a cool application for using those small oled displays! Really enjoyed how you solved the different challenges as well!
@upir_upir
@upir_upir 2 месяца назад
Thank you for your nice words and good luck with your projects!
@limejournal8220
@limejournal8220 2 месяца назад
This video showed so many great tools I had never heard of before! Thank you for showing the whole process!
@upir_upir
@upir_upir 2 месяца назад
You are welcome, I´m glad it was useful. The best part is that all the tools used in the video are free and mostly online, which makes the development quite simple (and cheap).
@echo7016
@echo7016 2 месяца назад
I literally had this idea in my head a while ago glad to see someone making it happen
@upir_upir
@upir_upir 2 месяца назад
Cool! Are you going to do that project as well?
@ParkerLouisDE
@ParkerLouisDE 2 месяца назад
This is really amazing. From idea to a working solution with custom pcb. Very inspiring! Thanks!
@upir_upir
@upir_upir 2 месяца назад
Thank you for your nice words, I´m glad you like it!
@nikolayhmn
@nikolayhmn 2 месяца назад
You really should make this project into a small series with everything you said, better logic and a round screen inside the knob. Great job so far!
@upir_upir
@upir_upir 2 месяца назад
Thank you for your comment. I will definitely try to record a second video and improve it with the mentioned changes and we will see where this leads to..
@SianaGearz
@SianaGearz 23 дня назад
Here's a silly thought. If you're building a sim shifter and are going to have a microcontroller in the knob, and if you're building your own shifter using hollow 10mm tubing, you can connect it to the master microcontroller (the one that does USB and position readings) with a mini-XLR connector, used as both quick release mechanical and electric connection. It can even be done with mere 3 pin connector, with gnd, vcc and data with data being either mono directional UART or bidirectional OneWire. I think bidirectional UART can work as well, if initially and after every transmission you HiZ (disable) the TX pin on the corresponding microcontroller, then connect all the RX and TX lines together via 1K resistors. You also need a robust M/S distinction where the S will only send in reply to M via polling, because you have no collision handling. Other connector pin counts are available as well, up to 6, to make life less difficult.
@upir_upir
@upir_upir 21 день назад
All good ideas! I will definitely explore this project more with more features and more polished design.
@matyasnovak9539
@matyasnovak9539 2 месяца назад
Parádní video. Dost mě láká to taky zkusit, ale nemám s Arduinem a podobnými projekty žádné zkušenosti, takže to bude asi chtít začít s něčím ještě jednodušším.
@upir_upir
@upir_upir 2 месяца назад
Díky! Mělo by to (snad) být jednoduché i pro někoho kdo to nikdy nedělal, nejtěžší na tom bude asi ten plošný spoj, ale místo něj jde použít "perfboard" a prostě si to uříznout od oka.. kdybys měl nějaké otázky, rád pomůžu..
@Ryukachoo
@Ryukachoo 2 месяца назад
Need something similar to this for an ev project, keeping the old shifter and changing it to instead shift between drive modes (PRND, performance, range, normal) The idea of a pcb holding all the hall effect sensors is perfect, i was gonna mount some jank big hall effect clunkee sensors but this is waaaaaay cleaner
@upir_upir
@upir_upir 2 месяца назад
That´s an interesting idea. Just keep in mind that when the shifter is not connected to the transmission, it will automatically revert back to the neutral.
@mark879
@mark879 2 месяца назад
There were so many awesome websites providing useful tools in this video that I had to start taking notes. Great tutorial! Many thanks!
@upir_upir
@upir_upir 2 месяца назад
Thank you, it’s great to hear that it was useful. Also, all the links to those tools are in the description..
@lights-and-layers
@lights-and-layers 2 месяца назад
Exactly what I was thinking too. This channel was a great find!
@upir_upir
@upir_upir 2 месяца назад
@@lights-and-layers Thank you!
@JucimarPereira
@JucimarPereira 2 месяца назад
I was impressed with your project! Really cool! Congratulations on the idea! You gained a subscriber! Hugs from Brazil...
@upir_upir
@upir_upir 2 месяца назад
Thanks for subbing! And also for your nice words.
@AFSMG
@AFSMG 2 месяца назад
Exquisite work as always. All the best
@upir_upir
@upir_upir 2 месяца назад
Thank you for your nice words!
@SoLoWeJGR
@SoLoWeJGR 2 месяца назад
OMG i was looking for this tutorial to implement into my DIY sim project !!!!!! i will use this idea as well to monitor the pedals the force added on a press of ACCERLERATOR snd BREAK!
@upir_upir
@upir_upir 2 месяца назад
That’s great to hear, good luck with your project!
@SoLoWeJGR
@SoLoWeJGR 2 месяца назад
Cheers mate !!! Good luck to you with your ideas and projects and thanks for sharing them…. And as soon as I will start doin my videos of the project gonna add links to your projects which I will use !
@upir_upir
@upir_upir 2 месяца назад
@@SoLoWeJGR Sounds great, I look forward to seeing your projects!
@janbuck90
@janbuck90 2 месяца назад
Great stuff! Fascinating and awesome project to show what is possible!
@upir_upir
@upir_upir 2 месяца назад
Thank you, I´m glad you like it!
@meh536
@meh536 2 месяца назад
Epic, thank you! I was thinking about building a shift knob with this function for my 1990 RX-7 for quite a while. Now i know how to :D
@upir_upir
@upir_upir 2 месяца назад
Thank you! I´m sure something like that would look great in the RX7!
@peterme
@peterme 2 месяца назад
One trick I've found with these small OLED displays is that they have a very high refresh rate. High enough that you can blink the pixels quickly and rely on persistence of vision to generate greyscale. I managed black, two levels of gray, and white for a game I made for the Arduboy.
@upir_upir
@upir_upir 2 месяца назад
That´s interesting idea, but the UNO is not fast enough to update the display that fast. I might try this approach with ESP32, but I also have some OLED displays that support 16 grayscale values. I haven´t decided yet as to which display to choose..
@peterme
@peterme 2 месяца назад
@@upir_upir Are you sure, doesn't the Uno run a 20MHz ATMega328? The Arduboy only has a 16MHz ATMega32u4 and as I mentioned that ran fine with a whole game running as well.
@bimokayoba
@bimokayoba 2 месяца назад
Amazing! keep sharing your display ideas, I love it! ♥
@upir_upir
@upir_upir 2 месяца назад
Thank you for your comment, yes, stay tuned for more videos :)
@roxasparks
@roxasparks 2 месяца назад
I literally just started just such a project 2 weeks ago!!! No way! Cool!
@upir_upir
@upir_upir 2 месяца назад
That´s cool! Could you pehaps share your project once it´s done? I would like to see it!
@upir_upir
@upir_upir 2 месяца назад
All the source files are on GitHub: github.com/upiir/arduino_gear_indicator
@ronnyek4242
@ronnyek4242 2 месяца назад
Is is pretty awesome. Modern cars might make the gear itself available via obd2 (maybe can specifically)… might be an interesting variant of this project
@upir_upir
@upir_upir 2 месяца назад
Thank you! Yep, I was thinking about the same. Also, many cars simply calculate the current gear based on rpm and speed, that’s also something I would like to explore a little bit more.
@MrsNumeratorka
@MrsNumeratorka 2 месяца назад
Especiallyfor cars with 6 gears and 1/R on same position
@upir_upir
@upir_upir 18 дней назад
Here are all the parts of this custom gear indicator series: Part 1 - getting current gear with hall sensors: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QixtxaAda18.html Part 2 - exploring the Pimoroni 11x7px display: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sZZFgSmYJjc.html Part 3 - custom 3D printed shifter knob: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HcP48uCBzDQ.html Part 4 - Pimoroni 5x5 RGB LED display: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-84bn_OpuyCQ.html Part 5 - SimHub shifter knob: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JbVqXZngXAY.html Part 6 - NeoPixel hexagonal displays: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1NI-I1Lpdqo.html
@TheSingularNextuz
@TheSingularNextuz 2 месяца назад
Veery cool idea 😀 Only one thing i feel is that A small Oled that shows the complete H-gear position pattern looks nice but not what u need. Ex. a car that is more oriented to be driven hard on twisty roads you are Only interested in what gear u are in, not where in the H-pattern your next gear is. 😁 A bigger standard 7-segment Led would be perfect for that 😁
@upir_upir
@upir_upir 2 месяца назад
Thank you, I´m glad you like it. Yes, I do want to experiment with a different content in the future videos, it was just too long to continue with this one..
@TheSingularNextuz
@TheSingularNextuz 2 месяца назад
@@upir_upir ohh... Of course :) Thanks for the idea. Will definitely try to implement it in my old car 😀
@BrickArmsWill
@BrickArmsWill 2 месяца назад
I suggest you opt for a more clear indication of the engaged gear. Instead of just bolding the numeral when engaged, I suggest you put the number in a small box and invert the color. Would read very well at a glance.
@upir_upir
@upir_upir 2 месяца назад
Yes, there are many ways how to make it more obvious. I was actually thinking about just showing the current gear number, I might try some variations in the next video.
@TheCaphits
@TheCaphits 2 месяца назад
You're a psychopath for doing the first video shot with the shifter turned 90 degrees to the display.
@upir_upir
@upir_upir 2 месяца назад
It was kind of hard to get everything in frame since the shifter is quite big and the display is quite small... I should have rotated the display though.
@philoffhistree6700
@philoffhistree6700 6 дней назад
thats great i will make one of these and have subscribed for more things
@upir_upir
@upir_upir 5 дней назад
Cool, that´s great to hear, thank you!
@reiisbrunoo
@reiisbrunoo 7 дней назад
try to make an interactive system inside this box, where the gear doesn't engage when you don't press the clutch (maybe even a vibration when you try to engage the wrong gear), that would be very realistic!
@upir_upir
@upir_upir 6 дней назад
That´s pretty cool idea, but unfortunatelly currently beyond my knowledge on how to do that. Perhaps in the future..
@reiisbrunoo
@reiisbrunoo 6 дней назад
@@upir_upir Nothing that an Arduino for the PC, a servo motor and a grid that moves can't solve hehe... I totally believe in its potential, I recently arrived on your channel and I loved everything I saw here! congratulations for your work.
@rafiandanawari7038
@rafiandanawari7038 2 месяца назад
You are awesome. Nice project
@upir_upir
@upir_upir 2 месяца назад
Thank you, I´m glad you like it!
@philclark1688
@philclark1688 2 месяца назад
Great project!
@upir_upir
@upir_upir 2 месяца назад
Thank you!
@mlk693
@mlk693 2 месяца назад
This is a project for the sake if making a RU-vid video project. IRL cars should be kept as simple and rugged as possible to ensure reliability.
@upir_upir
@upir_upir 2 месяца назад
Making it rugged is on the to-do list, but I had to start somewhere. As for the simplicity, I´m not quite sure what would be a simpler way to determine the current gear?
@SeattleDinghyer
@SeattleDinghyer 2 месяца назад
​@@upir_upiragree.. doesn't affect the mechanics of the car at all.
@LlamaJWX
@LlamaJWX 2 месяца назад
This is such an incredibly good video. So well done, and detailed. It's greatly appreciated. I learned so many new things from it! I was trying to do something with momentary switches, for a 6 speed. I really like your hall effect idea. It's very clean and simple. Any thoughts on one for 6-speed?
@upir_upir
@upir_upir 2 месяца назад
Glad it was helpful! Even for 6 speed, the positions should be different, so you should be able to use more hall switches to determine the position. Or perhaps a combination of hall sensors and momentary switches. I will try to look at some 6-speed trasmission the next time.
@atharrasul
@atharrasul 2 месяца назад
Great work and great video. I'd like to make one addition though: While shifting, it momentarily shows wrong gear so it would be wise to implement a software filter to wait for a more stable value from the sensors in order to update the lcd display.
@upir_upir
@upir_upir 2 месяца назад
Thank you for your comment. You are right that it would be nice to update the logic to wait a little bit so you don´t see those wrong values while shifting. Something to keep in mind for the second video.
@DarmiGames
@DarmiGames 2 месяца назад
Zajímavý nápad. Už se těšim na pokračování. Ani nechci vědět, kolik času to muselo zabrat, když má to video 40 minut
@upir_upir
@upir_upir 2 месяца назад
Díky. Ohledně času, raději to nepočítám, ale na vrakáči jsem byl pro řadící páku asi před dvěma lety... nějak to letí.
@allezvenga7617
@allezvenga7617 2 месяца назад
Thanks for your sharing
@upir_upir
@upir_upir 2 месяца назад
You are welcome!
@Califormula
@Califormula 2 месяца назад
Very cool!!
@upir_upir
@upir_upir 2 месяца назад
Thank you!
@ajbutch123
@ajbutch123 Месяц назад
YO!!! that's awesome! Been looking for a way to indicate not only THAT my shifter is in a gear (there is a sensor on the transmission), but what gear it is in. For a while I've been thinking about how to not only show the position/gear the transmission is in, but shift into a gear automatically would also allow for many truly unique things to be developed. with a mechanism possibly using two linear servos (preferably some that can be moved easily with no power applied) to shift into and out of gears so features like remote start when left in gear, 'automatic' driving mode, and depending on how sensative those hall sensors are... rev matching automatically or 'clutchless' shifts if RPM data can be read over the can bus and the vehicle in question is drive-by-cable and uses an actuator and a second throttle cable for cruise control (mine does). who am I kidding.... I'd never have time for building most of this stuff
@upir_upir
@upir_upir Месяц назад
Thank you for your comment, I´m glad you like it! And of course - good luck with your project!
@sttm1283
@sttm1283 2 месяца назад
its been like 20yrs or something since i last programmed something, i do occasionally watch programming stuff, this however caught my attention since it was a shiftlever with display. really like the project.... you do explain well, though sometimes a bit too fast, but hey there is a function called rewind :D
@upir_upir
@upir_upir 2 месяца назад
Thank you for your nice words, I´m glad it was helpful and at least partially understandable!
@sttm1283
@sttm1283 2 месяца назад
@@upir_upir more than understandable :D since it was a very long time ago i even wrote a single line of code, its a bit to take in. but yeah very well explained, a little fast though as i mentioned.
@AmalMathewTech
@AmalMathewTech 2 месяца назад
cool idea
@upir_upir
@upir_upir 2 месяца назад
Thank you!
@nathanhale3006
@nathanhale3006 2 месяца назад
Before I put this in my car I should probably replace my 4th gear synchronizer pretty cool
@upir_upir
@upir_upir 2 месяца назад
Disassembling the transmission would be probably a little bit more involving, if you can do that, adding a gear indicator should be a simple task :)
@DonPedro-dy1ly
@DonPedro-dy1ly 2 месяца назад
Я сразу и не понял.Подумал что разбирать коробку надо будет.А в итоге все просто )
@upir_upir
@upir_upir 2 месяца назад
I guess I should have said that right in the beginning, good point!
@bob_mosavo
@bob_mosavo 2 месяца назад
As an improvement, you could use IR transmitters and receivers to determine the position of the shifter shaft. That way you could have the sensors/transmitters lower and won't get "wacked around" 👍
@upir_upir
@upir_upir 2 месяца назад
Thank you for your idea. There are many ways how to determine the position, I guess with the IR transmitters, you would need to position them very precisely to work. There is a slight difference in the ranges of the level whether is connected and not connected to the transmission, so I like that I can bend those Hall sensors if I need to.
@bob_mosavo
@bob_mosavo 2 месяца назад
@@upir_upir I don't think they need to be positioned "precisely." I think you would need 5 transmitters and 5 receivers. For example, 3 transmitters on the 2, 4, R side and 3 receivers on the 1, 3, 5 side. Then you have 1 transmitter/receiver on the 1, 3, 5 row and another transmitter/receiver on the 2, 4, R row. It would be an interesting idea for another video at least 😉
@giuseppebistecca2733
@giuseppebistecca2733 2 месяца назад
7 segment led in the knob
@upir_upir
@upir_upir 2 месяца назад
I would like to use this OLED display, but I might try 7 segment as well.. it might be an interesting option.
@andycrask3531
@andycrask3531 2 месяца назад
Awesome
@upir_upir
@upir_upir 2 месяца назад
Thanks!
@BeatTheD3viL
@BeatTheD3viL 2 месяца назад
This is pretty cool. How would you setup the hall sensors when the gear box is 6 speed and the R & 1 gears are right next to each other ? Or R and 3 in some cases.
@jebova2301
@jebova2301 2 месяца назад
If I had to guess, I would assume you would want the sensors in the middle of the gears. For example, if your top row is R, 1, 3, 5 and your bottom row is just 2, 4, 6, you would put a sensor between R and 1(sensor1), another sensor between 3 and 5(sensor3), then a sensor between 4 and 6(sensor4), and the final sensor to the left of 2(sensor2). Logic would be along the lines of "if sensor1 is a high value and sensor3 is no value, reverse. If sensor1 has high value and sensor3 has low value, 1st gear. If sensor2 has high value and sensor4 has no value, 2nd gear. If sensor1 has low value and sensor3 has high value, 3rd gear. If sensor2 has low value and sensor4 has high value, 4th gear. If sensor1 has no value and sensor3 has high value, 5th gear. If sensor2 has no value and sensor4 has high value, 6th gear. In that case, you would need to test it and observe the values reported in each position. "No value" wouldn't necessarily mean 0, but just a value that is significantly below the "low value" amount when in a position where it would be utilizing values from both sensors. That's just a rough idea at about 5 in the morning, though. Obviously it would take a little trial and error figuring out what values are being returned.
@BeatTheD3viL
@BeatTheD3viL 2 месяца назад
@jebova2301 I had another idea of using the 12v signal from built in reverse trigger.
@upir_upir
@upir_upir 2 месяца назад
There is always some movement between reverse and first gear, even when it feels in the same position. You should be able to differentiate between those with more hall sensors.
@isaactanner6403
@isaactanner6403 2 месяца назад
Nice project !! What about to implement a buzzer to advertise RPM below or above ?? This would be very useful. I used to read this singnal in the center pin of the distributor, hi voltage cable... just 3 or 4 turns of AWG22 and rectify with signal diodes to get the frequency. This is direct proportional to engine RPM... and cheap than use OBD...
@upir_upir
@upir_upir 2 месяца назад
Thank you. In general, I hate buzzers :) but I like the idea! Perhaps without the sound, with just some light effects..
@isaactanner6403
@isaactanner6403 2 месяца назад
@@upir_upir I hate buzzer too!! But my Ford Fiesta maybe love it !! Audible warnings are the best way to warn when you are driving but LED efx do the job too !! Wen you know the tone and its meaning is even best !! Ill try to reproduce this fantastic project. My car is manual gear. Was my dream develop a kind of universal car computer to equip popular models that lacks this feature !! If this project grow to some kind of car computer (id open doors, id headlights on wen lock and leave the car, etc...) i buy it direct from you !! Im retired of electronic devices (im tech former...) and only enjoy tech like things... like what you do !! Thanx for this fantastic project !!!
@user-yv3cb5rw2m
@user-yv3cb5rw2m 2 месяца назад
крутой проект
@upir_upir
@upir_upir 2 месяца назад
Thank you!
@user-sx6xw4ng5n
@user-sx6xw4ng5n 2 месяца назад
Всё дело в том, что на ручке рычага такая приблуда не нужна, водитель на ручку рычага никогда не смотрит. Логичнее разместить её на приборной доске.
@upir_upir
@upir_upir 2 месяца назад
English please?
@rickymc7287
@rickymc7287 2 месяца назад
Think it would be great to add a button to calibrate it instead of manually entering the values. Long Press = Calibration Mode 1. Starts from N to Max Gear 2. Press the button to store position and then move through all the gears and press the button in each gear position 3. Long press again to exit
@upir_upir
@upir_upir 2 месяца назад
Definitely something if you would like to turn this into a real product. For now, this was meant more as an inspiration for others to recreate.
@stevenpaul9307
@stevenpaul9307 2 месяца назад
Great project. you can make a gear like a game controller next video.
@upir_upir
@upir_upir 2 месяца назад
Thank you. It will not be the best experience playing a game with this "controller" :) but it would surely make for an interesting content.
@tomdawson9218
@tomdawson9218 2 месяца назад
This is a great idea. A round display would be an enhancement, and how about running it in a small board like a Sparkfun Pro-micro or a Leonardo?
@upir_upir
@upir_upir 2 месяца назад
Yes, I do plan to add a round display and use some smaller board, probably even smaller than the pro-micro, so I can fit also the Arduino inside the knob.
@upir_upir
@upir_upir Месяц назад
Here are all three parts of this series: Part 1: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QixtxaAda18.html Part 2: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sZZFgSmYJjc.html Part 3: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HcP48uCBzDQ.html
@ardonjr
@ardonjr Месяц назад
Just stumbled upon this project. What an amazing work. I should be working right now but this is so interesting hahaha
@upir_upir
@upir_upir 18 дней назад
@@ardonjr Thank you!
@mc3702
@mc3702 2 месяца назад
Just yesterday I was thinking why there was no video on youtube about making gears with Hall sensors and I was thinking that electronics people don't understand anything. Today I came across this video and I realized that it is not only about electronics, it also requires software knowledge and I better understood why there are very few such videos on youtube. Thank you for an excellent narration style. If we connect the ardino to the pc in this state, will it work in games?
@upir_upir
@upir_upir 2 месяца назад
Thank you for your comment, I´m glad you like it! As for your question, the asnwer is yes, you can connect this directly to your PC and use that as a controller. The only requirement is to use an Arduino that could be used as an USB device - for example Arduino Leonardo. The connections and the sketch would be exactly the same, except now the Arduino would act as a keyboard/mouse/controller, and you can use it to play games. That said, the shifter when not connected to transmission will not stay in gears, so some adjustments to the actual hardware would be needed..
@mc3702
@mc3702 2 месяца назад
@@upir_upir I'm actually someone who designs and builds and uses game consoles myself. Until now, I could not shrink my designs because I was using analog buttons. Now, thanks to this sensor, I will be able to design smaller game consoles. Since there is not much description of the use of the Hall sensor, your explanation was great for me. Thanks for everything.
@upir_upir
@upir_upir 2 месяца назад
@@mc3702 Cool, that sounds very interesting. Do you have any examples of your work? I would be interested to see it.
@mc3702
@mc3702 2 месяца назад
@@upir_upir I think youtube blocks not only url links but even suggested channel comments. Even though it's the 6th comment I've made right now, it's deleting itself. inst. channel filapetg
@mactavishevo
@mactavishevo 2 месяца назад
​@@upir_upir I am writing from a different account because of the comment limit. inst. filapetg page
@richards7909
@richards7909 2 месяца назад
could this along with the data from the rev counter be used to indicate when to change gear?
@Honeybearsphone
@Honeybearsphone 2 месяца назад
A interesting idea have it blink the number or a circle around the number of the next gear when it determines a shift is required by revs
@upir_upir
@upir_upir 2 месяца назад
Sure, that might be possible. I will try to expent the project in the future and blinking the number is surely an interesting idea. Thank you!
@riverracer
@riverracer 2 месяца назад
Great idea. Pity i don't have any manual cars anymore. Now if you could come up with a design for my pushbike, 2 cogs at the pedals and 10 cogs at the rear wheel. ie: "Low/Hi" and "1 - 10".
@upir_upir
@upir_upir 2 месяца назад
Thank you. As for the bike, yep, that would probably require a sligtly different solution. Are there actually any pushbike shifters with displays? I need to take a look...
@TheBigQQ69420
@TheBigQQ69420 2 месяца назад
Fun project. But if you don't know what gear you're in, then style is all you got because you aren't moving in a manual.
@upir_upir
@upir_upir 2 месяца назад
In this case, it was more about the style. I like how it looks.
@tiarnachtheotman-ts8ij
@tiarnachtheotman-ts8ij 2 месяца назад
How to display basic Google Maps directions, such as "turn right in 100 meters," on an OLED that gets information from the Google Maps installed in an Android. Which can be used as a simple navigation system.
@upir_upir
@upir_upir 2 месяца назад
I´m sorry but I don´t have enough knowledge to do something like this - yet. But I will at least keep that in the back of my head, and maybe, someday in the future, turn this into a project..
@tiarnachtheotman-ts8ij
@tiarnachtheotman-ts8ij 2 месяца назад
@@upir_upir Thank you. ❤❤
@upir_upir
@upir_upir 2 месяца назад
@@tiarnachtheotman-ts8ij You are welcome!
@josemariodoreste672
@josemariodoreste672 6 дней назад
Very good project, do you have a 6 speed version?
@upir_upir
@upir_upir 6 дней назад
Thank you. Not for now, but I do plan to do 6 speed as well.
@cle4tle
@cle4tle 2 месяца назад
I think it would also be possible to use reed switches as well with the 4 sensor config
@upir_upir
@upir_upir 2 месяца назад
Yes, it should be possible.
@eprofessio
@eprofessio 20 дней назад
I’m always confused about whether I’m in reverse gear while I’m driving down the highway.
@upir_upir
@upir_upir 19 дней назад
Yep, that would be the main selling point...
@VahKoyumVah
@VahKoyumVah 2 месяца назад
Bravo Amerikayı keşfettin bro 😂😂😂
@upir_upir
@upir_upir 2 месяца назад
Why do you think? Do they have this in America already?
@alexd.1091
@alexd.1091 2 месяца назад
too much throw on the shifter... but ace execution - round screen/display would be awesome replacing the orginal marking of the shifter...
@upir_upir
@upir_upir 2 месяца назад
This is a stock shifter, that´s the reason for the big throw. And yes, trying to squeeze some display inside the knob is my next project. Thank you for your comment.
@TheBadBone23
@TheBadBone23 15 дней назад
How can we customize the PCB to match a different car gear selector base?
@upir_upir
@upir_upir 13 дней назад
You need to open the PCB in KiCad and change the shape of the PCB to match your shifter.
@jozefriskalcik7105
@jozefriskalcik7105 2 месяца назад
I have Civic CVT automat. That would help me but I need to get gear level from CANBUS the sensors won’t work on automat
@upir_upir
@upir_upir 2 месяца назад
Thank you for your comment, I will try to explore getting the data from canbus in some of my future videos.
@al123xiaaaa
@al123xiaaaa 2 месяца назад
🎯 Key Takeaways for quick navigation: 00:00 *🚗 介绍项目和组件* - 展示如何使用Arduino和OLED显示屏显示汽车手动变速器的当前档位。 - 使用Arduino Uno板和OLED显示屏。 - 项目简单,适合初学者。 00:27 *🧲 讲解霍尔传感器和PCB* - 介绍霍尔传感器的工作原理:通过测量磁场变化。 - 自定义PCB板用于放置霍尔传感器,由PCBWay赞助。 01:08 *💻 演示初步Arduino项目* - 使用Arduino Uno和霍尔传感器搭建基础项目。 - 在线Arduino模拟器Wokwi用于项目的初步实验。 02:04 *📈 编程和数据可视化* - 展示如何在Arduino中编程读取霍尔传感器数据。 - 使用串口监视器和图形化显示数据。 03:56 *🔍 详细介绍霍尔传感器* - 选择适用于Arduino的模拟霍尔传感器。 - 解释霍尔传感器的引脚配置和工作电压。 04:49 *📊 调整数据显示方式* - 通过调整Arduino代码来改善数据图表的显示效果。 - 介绍如何使图表更直观和易于理解。 06:12 *🧑‍🔧 硬件和传感器布局优化* - 讨论如何根据项目需要调整霍尔传感器的数量和布局。 - 解释为什么选用四个霍尔传感器而不是六个。 07:07 *🖥️ OLED显示屏的集成* - 引入OLED显示屏,展示如何在显示屏上直观显示数据。 - 使用I2C连接OLED显示屏和Arduino。 08:31 *📝 软件编程和显示优化* - 在Arduino项目中加入U8G2库,用于在OLED屏幕上显示文字和图形。 - 展示如何优化显示效果,包括字体选择和图形设计。 11:32 *🔧 实际硬件测试和调整* - 将编写的代码上传至Arduino板进行实际测试。 - 介绍如何连接OLED显示屏和霍尔传感器至Arduino。 12:27 *🖱️ 在Wokwi模拟器中模拟多传感器* - 使用Wokwi模拟器增加更多的模拟霍尔传感器。 - 展示多个传感器数据在OLED屏幕上的显示效果。 13:59 *🎨 制作和集成自定义显示图像* - 使用在线图像编辑器创建自定义的档位图案。 - 介绍如何将自定义图像集成到Arduino项目中。 16:45 *🎨 创建自定义显示图像* - 制作用于Arduino项目的自定义档位显示图像。 - 使用在线图像编辑器Photopea处理图像。 - 导出图像并将其转换为C风格数组用于Arduino编程。 18:11 *🛠️ 实际硬件组装和测试* - 组装Arduino、霍尔传感器和OLED显示屏。 - 对显示屏进行旋转调整以匹配传感器方向。 - 实际测试中磁铁接近霍尔传感器时的显示效果。 20:15 *🚗 为每个档位创建和集成图像* - 为每个档位在Photopea中创建特定图像。 - 通过图案处理区分当前选中的档位和未选中的档位。 - 将每个档位图像导出并转换为Arduino项目中的C数组。 24:27 *💻 编写Arduino代码来判断和显示当前档位* - 编写代码以根据霍尔传感器的数据判断当前档位。 - 包含一个代表当前档位的变量,并用条件语句来赋值。 - 在OLED屏幕上显示相应的档位图像。 28:36 *🚘 将项目应用于实际汽车变速杆* - 探讨将设备安装在汽车变速杆上的挑战。 - 制作定制的PCB板并将其安装在变速杆上。 - 测量、设计和调整PCB板以确保合适的尺寸和形状。 33:15 *🖥️ 设计PCB板* - 在KeyCAD中更新电路板设计,确保所有元件正确布局。 - 导入Adobe Illustrator中准备好的PCB外形。 - 调整霍尔传感器的位置以匹配实际应用需求。 35:06 *⚙️ 连接PCB元件* - 使用圆弧轨迹优化电路板的布线。 - 通过轨迹填充功能改善PCB的设计和功能性。 - 为PCB上的每个连接标记标签以提高识别度。 37:25 *🏭 准备PCB制造* - 在PCB设计完成后准备发送给制造商。 - 在PCBWay网站上提交PCB设计并选择所需的外观和参数。 - 提及PCBWay赞助本视频并提供特别优惠。 Made with HARPA AI
@upir_upir
@upir_upir 2 месяца назад
Cool, do you have that in English?
@SlendisFi_Universe
@SlendisFi_Universe 2 месяца назад
How would you use these skills to make a plug and play digital dash for Volvo S60 from 2001?
@upir_upir
@upir_upir 2 месяца назад
I do plan to record a video with digital dash, although not for Volvo S60. Is there anything special about this car that would be worth looking at?
@SlendisFi_Universe
@SlendisFi_Universe 2 месяца назад
@@upir_upir Well. I happen to own one. And it is hard to find replacement parts for cheap outside structual and powertransfer and breaks. I am planning to modernise it a lot. And I want to do it as cheap as possible. And since the original dash is just screws and one electrical connection, I would like to learn to make a digital one and maybe even link the gear sifter indicator in this video to it.
@andydebecker1192
@andydebecker1192 2 месяца назад
Ford Mondeo Shifter tower ? Mine is a 6 speed...damn...nice idea !!
@upir_upir
@upir_upir 2 месяца назад
Close enough, this one is Ford Focus..
@ShawankumarParida
@ShawankumarParida 2 месяца назад
Use transparent oled display to show car speed and other information in front of the driver, just like Ironman's HUD!
@upir_upir
@upir_upir 2 месяца назад
Yep, I will definitely try some experiments with the transparent OLED screen, it´s still my favorite!
@AFSMG
@AFSMG 2 месяца назад
@@upir_upir It would be a great project
@piotregg6636
@piotregg6636 Месяц назад
Where the shifter itself comes from? You bought it or made it?
@upir_upir
@upir_upir Месяц назад
This is a shifter from my old car, a Ford Focus. Rather than dismantling it from the car itself, I bought a spare one from a local junkyard for just a few dollars. The idea is to test it on this shifter and eventually mount it into the real car.
@user-zo1kn8ob7h
@user-zo1kn8ob7h 2 месяца назад
kick ass
@upir_upir
@upir_upir 2 месяца назад
Thanks!
@user-zo1kn8ob7h
@user-zo1kn8ob7h 2 месяца назад
@@upir_upir no u
@tonytonys1561
@tonytonys1561 2 месяца назад
Can this be setup for 6 forward gears and 1 reverse?
@upir_upir
@upir_upir 2 месяца назад
Sure, just add one (or more) hall sensors to correct positions.
@Helder_Paulo
@Helder_Paulo 2 месяца назад
Amazing idea and channel. But 1 stupid or not question, why not using raspberry? Arduino is better?
@upir_upir
@upir_upir 2 месяца назад
Thank you. Arduino is not better; it´s slower, but sufficient in this case and also cheaper. Also, probably easier to set up and use for beginners. Also, no system = no boot up time and it will run a second after you power it up. If you need a high-resolution color LCD screen, Raspberry would be a good choice. For a simple OLED screen, Arduino is enough. Does that make sense?
@Helder_Paulo
@Helder_Paulo 2 месяца назад
@@upir_upir ofc it does. And ty for awnsering
@Helder_Paulo
@Helder_Paulo 2 месяца назад
One question more, 😅, if I want to connect 2 of your programs let's say that one about obd2 values in display and this one. An uno r4 will be enough or better buy mega?
@upir_upir
@upir_upir 2 месяца назад
@@Helder_Paulo The UNO R4 should be sufficient, the downside is that you cannot simulate it on WOKWI. For that reason, I would probably go with MEGA, since you can simulate Mega on WOKWI, which makes of course development much easier. Another option is ESP32, that´s also powerful enough and has support on Wokwi.
@upir_upir
@upir_upir 2 месяца назад
@@Helder_Paulo You are welcome, good luck with your projects!
@LamantinoElettronico
@LamantinoElettronico 2 месяца назад
Wouldn't it have been simpler to use six sensors, one for each gear, and then the selected gear is just the sensor that is currently outputting the highest voltage?
@upir_upir
@upir_upir 2 месяца назад
Yes, you can do it this way as well.
@JouleThief29
@JouleThief29 2 месяца назад
ATtiny project coming up? 👀
@upir_upir
@upir_upir 2 месяца назад
Probably something else, but still in a small form factor. I would like to display some animations and ATtiny memory would be a limitation.
@Ashmdia
@Ashmdia Месяц назад
Why not use an accelerometer instead of the hall sensors. You could have all the positions mapped and have no need for magnets and sensors. Would probably be cheaper as well.
@upir_upir
@upir_upir Месяц назад
Would that work? I was thinking about it, but I also think that once you accelerate, the readings from the accelerometer would also change, which might confuse the current gear reading. That said, I might try that.
@Ashmdia
@Ashmdia Месяц назад
@@upir_upir I believe it would because the accelerometer under severe acceleration would go over the 1G mark in certain axis, so that can be addressed in the code and based off placement you should see only certain pre determined values. Now something that might become an issue is when the car isnt parallel to the ground, elevations from a slope could cause the code to get a bit more complicated. Love the videos though! Very cool stuff.
@CornGer
@CornGer Месяц назад
Schade die schlechte Version für den pc gut aber im echten analog getribe. Sollte das disply auch ein nicht korrekter gang angezeigt werden. Wenn man das mit wiederstänen herausfinden könnte währe es der hammer.
@upir_upir
@upir_upir Месяц назад
I´m sorry but the google translator translated your message but it didn´t made much sense. Could you perhaps post your comment in english? Thanks!
@SynthRockViking
@SynthRockViking 2 месяца назад
Yo, make the display mechanical luminous segments and powered with adaptive algorithm (can you do that on arduino? Not a coder 😬) Then fill the "screen" with mineral oil
@upir_upir
@upir_upir 2 месяца назад
Mineral oil? Is this some secret recipe for cooking displays? 😳
@4rombaku
@4rombaku 2 месяца назад
Can I order such kit?
@upir_upir
@upir_upir 2 месяца назад
Not as of right now. The most important part is the custom pcb and that would probably be specific for a given car. That said, I do plan to continue with this project and maybe there will be more polished version in the future.
@andymouse
@andymouse 2 месяца назад
Awesome ! how about sound effects for those without a car ? Brrrrrmmm BBrrrrrrrrrmmmmm Brrrrmmmmmmm Beep Beep ! No ? lol cheers.
@upir_upir
@upir_upir 2 месяца назад
Right! I should have taken the inspiration from Volos project and added a little bit of sound - next time I will try my sound-making skills!
@Minhle-vl5ih
@Minhle-vl5ih 2 месяца назад
the shifter handle link is dead
@upir_upir
@upir_upir 2 месяца назад
Unfortunately it looks like it´s sold out :/ Kind of makes sense, if was quite nice looking considering the very small price tag.
@nebulus3919
@nebulus3919 2 месяца назад
Please integrate the display into the shifter
@upir_upir
@upir_upir 2 месяца назад
That´s something that I would like to do very soon!
@MichaelOfRohan
@MichaelOfRohan 2 месяца назад
Should build it into the knob
@upir_upir
@upir_upir 2 месяца назад
Yes, that will be the next step.
@ryushev2000
@ryushev2000 2 месяца назад
My experience with these oled displays are that they burn in relatively quickly
@upir_upir
@upir_upir 2 месяца назад
I have this particular one for 3+ years and I don´t see any signs of burn in. Maybe if you keep it shining 24hours a day, but that´s unlikely.
@ryushev2000
@ryushev2000 2 месяца назад
@@upir_upir i use for the recording of lectures video wireless transmitters which have a small white oled that shows the channel number etc, they arent even that old and theyre burned in to shit. maybe they messed up powerdelivery or just those panels specifically are bad
@kkjack123
@kkjack123 2 месяца назад
From wear I can able to buy gear box
@upir_upir
@upir_upir 2 месяца назад
Usually, they are in the place where they sell car parts. Or a scrap yard. Why do you need a new gear box?
@Dylan_Lanckman
@Dylan_Lanckman 2 месяца назад
Isn't a car magnetically very noisy?
@upir_upir
@upir_upir 2 месяца назад
Maybe, but you need quite strong magnet that´s close to the hall sensor to get some signal, so you should be probably safe.
@upir_upir
@upir_upir Месяц назад
Part 2 is here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sZZFgSmYJjc.html
@marinenav8
@marinenav8 2 месяца назад
What of name joystic ?
@upir_upir
@upir_upir 2 месяца назад
What?
@Pylotis_
@Pylotis_ 2 месяца назад
Why is no one addressing the elephant in the room? What about the shifter itself?
@upir_upir
@upir_upir 2 месяца назад
What is wrong with the shifter? This is a stock shifter from 2007 Ford Focus. I haven´t seen that many other shifters, but I hope they will be similar.
@Pylotis_
@Pylotis_ 2 месяца назад
@@upir_upir It so happens that I daily driver this car for 4 years now. 🍻
@upir_upir
@upir_upir 2 месяца назад
Cool! I have it for maybe 10 years or so, and since it’s slowly falling apart, I thought that I will turn it into my project car for testing my electronic projects..
@Pylotis_
@Pylotis_ 2 месяца назад
@@upir_upir I installed a junsun V1 pro and button with a camera integrated in the trunk. Here are some ideas that I thought of as well... Since you already have a big android screen you can tap in the canbus and get some data as well. Or transfer via Bluetooth or an usb protocol the data from n number of microcontrollers to a main android app, gear, distance, humidity, light level, temperature, CO2 level, sky is the limit. 🍻
@Pylotis_
@Pylotis_ 2 месяца назад
@@upir_upirI added on mine a Junsun V1 Pro navigation, and a button with a camera embedded in the trunk. I've been thinking about fiddeling with it too. Here are some ideas... Since I have a large display with Androind running I was thinking about tapping in the canbus to fetch some data to display on the navigation... Like AndrOBD app. Use bluetooth or usb to transfer data from n ammount of microcontroller systems like breaking, distance sensors, shifter, ligts, tier pressure and display everything in an Android app running on the navigation. 🍻
@zaibalti
@zaibalti 2 месяца назад
16y!
@upir_upir
@upir_upir 2 месяца назад
What?
@KoolRanqe
@KoolRanqe 2 месяца назад
See, now this has more use in a sequential shifter setup, just saying.
@upir_upir
@upir_upir 2 месяца назад
That´s correct, and it probably makes much more sense to show it on a sequential shifter. Here, it´s more for the looks.
@gerhardbotha7336
@gerhardbotha7336 2 месяца назад
Great. But why?
@upir_upir
@upir_upir 2 месяца назад
Just for the look. I like displays 😀
@atlanko1
@atlanko1 2 месяца назад
Hall sensors are not fixed, shocks will break the terminals!!! Otherwise, nice but far from practical use.
@upir_upir
@upir_upir 2 месяца назад
Thank you for your comment. This is just the first stage, I hope to refine it some more and make it more rugged. For now, the hall sensors are loose so I can rightly identify the correct position and placement. For a final version, probably some 3D printed enclosure would be used. And of course, also somehow move the display inside the shifter knob.
Далее
I found PERFECT display
51:32
Просмотров 203 тыс.
Разница подходов
00:59
Просмотров 103 тыс.
KO’P GAP ESHAKKA YUK!😂
00:57
Просмотров 759 тыс.
Building a haptic input knob from scratch!
11:29
Просмотров 1,1 млн
Arduino Projects - 12 GREAT Ideas for you!!!
9:00
Просмотров 339 тыс.
DIY Force Feedback Steering Wheel
10:08
Просмотров 38 тыс.
ESP32 OBD2 Gauge #ep2
3:16
Просмотров 29 тыс.
Arduino Manual Transmission Gear Position Indicator
2:51
Разница подходов
00:59
Просмотров 103 тыс.