DIY Bicycle Computer with Arduino - Tutorial in German

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • Arduino Fahrradcomputer
    Let's work on our bikes making a DIY bike computer able to collect data of distances and speed.
    The code and schematics:
    scuola.arduino....
    On the blog:
    blog.arduino.cc...
    This video tutorial is featuring Max from MaxTechTV / maxtechtv1

ความคิดเห็น • 42

  • @capcadoi
    @capcadoi 10 ปีที่แล้ว +12

    I don't know what he's saying, but it makes me feel like my life is in immediate danger :)

  • @coolcorbinian3799
    @coolcorbinian3799 2 ปีที่แล้ว

    Sehr gutes Video. Die Qualität des Videos ist sogar besser als im TV.

  • @ennikl
    @ennikl 10 ปีที่แล้ว +3

    Hallo,
    wo kann ich bitte den Code ruinterladen?
    Das Video ist Spitze!!

  • @micultimy91
    @micultimy91 10 ปีที่แล้ว

    schon! but you can simplify your life if you use an i2c lcd display and also if you have an former bike computer sensor mounted on you bike. if you make some sort of enclosure for that arduino bike computer, it will be great for a daily use

  • @testboga5991
    @testboga5991 4 ปีที่แล้ว +1

    +1 for intent, -100 for execution.

  • @teslacoil20kv55
    @teslacoil20kv55 11 ปีที่แล้ว

    Yes but you can keep data of your bike ride , may put a gps module! of cource you have an android mobile for this! but this is cooler!

  • @Portal12345678910
    @Portal12345678910 11 ปีที่แล้ว

    You might want to see the data on a computer or save it or put it in excel.

  • @louididdy
    @louididdy 11 ปีที่แล้ว

    Where did you get that t shirt?

  • @MetanoiaSarkoone
    @MetanoiaSarkoone 11 ปีที่แล้ว

    Didn't understand much, could you be kind and may be do a English version of it, seems cool stuff. Greetings!

  • @Professzore
    @Professzore 11 ปีที่แล้ว

    clever yet simple.

  • @kkipkemoi
    @kkipkemoi 9 ปีที่แล้ว

    Question: Why is the wifi shield being used? Only to save data on the SD card?
    I understand a little bit German and this tutorial is great but I wasn't sure about this part. Could someone please explain?

    • @robinvanbuuren550
      @robinvanbuuren550 9 ปีที่แล้ว

      we have made this speed o meter. and yes the wireless shield is only being used for the SD card reader. But you can expand the Script so that you can receive the data from the Arduino by Wifi on your mobile or computer device

  • @anirudhgangeyula5933
    @anirudhgangeyula5933 2 ปีที่แล้ว +1

    Code link doesn't open

  • @DerLeeker
    @DerLeeker 11 ปีที่แล้ว

    LCD nicht LCD-Display oder sagst du LED-Diode ? ;)

  • @ExtendedCrasHDay
    @ExtendedCrasHDay 7 ปีที่แล้ว

    Code not found, please reupload

  • @SynSauce
    @SynSauce 10 ปีที่แล้ว +6

    Thumbs down for having English description with German tutorial. Be consistent.

    • @shyam163
      @shyam163 7 ปีที่แล้ว +2

      there is an autotranslate for subtitles, if he didnt have english title , i wouldnt have found it .

  • @moritzklasen9326
    @moritzklasen9326 7 ปีที่แล้ว

    Hallo Max,
    Könntest du mir bitte den Code und den Schaltplan schicken weil unter dem angegebenen Link sind die nicht aufzufinden. Ich wäre dir wirklich sehr dankbar dafür :)
    MfG Moritz

  • @turutzi
    @turutzi 11 ปีที่แล้ว

    ich habe das Video noch nicht gesehen aber ich kann jetzt schon sagen das der Poti für das Display ist.

  • @stm32user
    @stm32user 8 ปีที่แล้ว

    please share the code

  • @alchemyx
    @alchemyx 11 ปีที่แล้ว +1

    I wonder if people call police if they spot that equipment on a bicycle? ;)

  • @djordjeblaga7815
    @djordjeblaga7815 3 ปีที่แล้ว

    Die Idee is ja schön und gut aber wenn das Leute so nachbauen ärgern die sich wenn sie nach der ersten Fahrt im Regen neue Bauteile kaufen müssen. Wenn man schon ein video für den offiziellen Arduino Kanal macht kann man sich da auch etwas mehr mühe geben...
    Ich hab das ganze mit exakt 100 Zeilen code geschafft, allerdings ohne SD karte. Ich hab die werte bzw. das Array wo die drinstehen einfach im internen EEPROM gespeichert und den Reifenumfang hardcoded. Die Daten werden alle 10min und wenn 0km/h erreicht werden gespeichert um die schreibzyklen zu minimieren.
    Ich hab also jetzt die Geschwindigkeit mit 10fps angezeigt, einen Gesamtkilometerzähler und einen zurücksetzbaren Tageskilometerzähler der aber auch mitgespeichert wird. Was will man mehr?
    Muss jetzt nur noch ein schönes Case designen und drucken, das gleiche für den eben bestellten Hall sensor (Habs mit nem Funktionsgenerator entwickelt) und dann schön alles mit 2K kleber abdichten nachher. Dann hält das auch mehrere 1000 kilometer ;)
    Und statt 19.000 bytes braucht mein programm nur 6.400...

    • @Tarsinion
      @Tarsinion ปีที่แล้ว +1

      Well, what are you waiting for? Share the project!

    • @djordjeblaga7815
      @djordjeblaga7815 ปีที่แล้ว

      @@Tarsinion Hat tatsächlich schon ca 1000km gelaufen, ist letztendlich aber an mehreren Punkten gescheitert:
      a) 3d Druckteile halten Vibrationen am Fahrrad nicht auf Dauer aus
      b) Das Fahrrad könnte mal ne Wartung gebrauchen
      c) Genau genommen hab ich eigentlich gar keine Zeit Fahrrad zu fahren, das Ding steht seit nem halben Jahr im Schuppen...

  • @ЕвгенийНиколаевич-г8щ
    @ЕвгенийНиколаевич-г8щ 11 ปีที่แล้ว

    What about EEPROM ? You don't need no SD-card for this idea =)

    • @mediocreman6323
      @mediocreman6323 5 ปีที่แล้ว

      Yes, but an SD-card is something you can easily remove and just put into your PC, you do not need to put your computer next to your bike to read data if you use a card.

  • @janhaverkamp2842
    @janhaverkamp2842 10 ปีที่แล้ว

    gibt es eine möglichkeit einen gps logger einzubinden

  • @ryansanderson7023
    @ryansanderson7023 4 ปีที่แล้ว

    Ok, who can translate?

  • @הנדסתמערכות
    @הנדסתמערכות 8 ปีที่แล้ว +1

    :) Please add translation

  • @kitemonkee
    @kitemonkee 11 ปีที่แล้ว

    funny, but nice!

  • @Portal12345678910
    @Portal12345678910 11 ปีที่แล้ว

    a German video titled in English

  • @Karikato
    @Karikato 11 ปีที่แล้ว

    Funny, because you don't understand german? ^^

  • @mauschen7939
    @mauschen7939 ปีที่แล้ว

    Schade, dass man weder den Code noch die Schemata öffnen kann. hatte gehofft hier Hilfe zu bekommen.

  • @SekssaouaMedia
    @SekssaouaMedia ปีที่แล้ว

    احسنت

  • @rhein-sondler
    @rhein-sondler ปีที่แล้ว

    Cooles Projekt.
    Hast du das auch schon weiter probiert.
    Mit nem 3,5 Zoll display und grafischer Anzeige oder gar mit Raspberry Pi versucht?
    Ich möchte mir auch sowas basteln.
    Gruß aus Köln

    • @ten-faced-carrot
      @ten-faced-carrot 4 หลายเดือนก่อน

      Ich würde sagen, bezüglich des Raspberry Pi, das wäre ein bisschen Overkill. Klar wäre es auch einfacher, mehr dinge hinzuzufügen, aber trotzdem ist das glaub ich wirklich mit Kanonen auf Spatzen geschossen. Mikrocontroller reichen super aus, denke ich

  • @kitemonkee
    @kitemonkee 11 ปีที่แล้ว

    i never learn german language, but can understand almost all in the video. we are travelling to Germany (Ruegen) often during the summer.
    no offence - funny to see whole equipment on that bike, i can imagine the reactions of the people seeing that ;-)

  • @Karikato
    @Karikato 11 ปีที่แล้ว

    I see. Yes it is always interesting and amusing to see prototypes of any kind :)

  • @turutzi
    @turutzi 11 ปีที่แล้ว

    Wuhu Max macht mal wieder was!!!!!

  • @shyam163
    @shyam163 7 ปีที่แล้ว

    thank you