How To Build You Own Automotive CAN-device with CANNY 7.

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ย. 2024

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

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

    REVIVE THIS CHANNEL. We Love Canny7. It RoCkS. Cheers from the US, 3rd House On the Right.

  • @dreamrealitysyndrome
    @dreamrealitysyndrome 6 ปีที่แล้ว +12

    Great. No talking. I could just be reading a post instead

  • @michaelturner9673
    @michaelturner9673 4 ปีที่แล้ว +9

    Why does an engineering video need to sound like an 80-'s Berlin night club?

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

      Berlin night club... you are so funny :)

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

      Why not? Let's get pumped up

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

      Funny. The only reason I bought the CANNY7 is that they said it came with a MP3 of the track.. We B Jammin! Well worth it!!

  • @omsarulkar1702
    @omsarulkar1702 4 ปีที่แล้ว +9

    yeah nice i'll dance to the music while doing this.

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

      Oh man! Just got a visual.. but I'll be OK. Cheers OS

  • @Ryo567Returns
    @Ryo567Returns 5 ปีที่แล้ว +2

    Hello! This could allow me to create a CANBus for my car made before 1998? Regards!

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

      I'm not that sure that CAN standards were used back then...I actually think not but I may be wrong :)

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

      You can use Arduino to create your own can bus.

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

      Yes. It's actually right in the name: CAN

  • @shootingduke4909
    @shootingduke4909 3 ปีที่แล้ว +4

    isn't can bus 6 and 14 pins?

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

      Many Ford and Mazda models (approximately since 2003-2004) are equipped with MS CAN bus, in addition to the regular HS CAN bus. MS CAN bus occupies pins 3 and 11.

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

    Hello! I'm trying to use Canny 5.3 pico for my project. I was able to monitor can data and find message ID, and D0, D1 data. I used the coding example with my data but LED is constantly ON. How do I troubleshoot the code? Is there any debugging method?

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

      Hi! You can get help on the support forum: forum.cannylogic.com/

  • @ricksonchattergoon2213
    @ricksonchattergoon2213 5 ปีที่แล้ว +4

    So I want to connect a Japanese engine to CAN of a German car. So the car could read engine data like RPM, coolant temp, etc... Is this device capable of merging both parties?

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

      If you use canny 7.2 then you do not have any problems. basically 7.2 can have 2 individual can input-outputs, so engine can to one and cassis can to other. You just have to know what data they have to send to each other. And some messages has to be filtered, converted etc.

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

    Did you tested with SAE J1939 ?

    • @CannyLogic
      @CannyLogic  5 ปีที่แล้ว +2

      The CAN 2.0b CAN messages with the data rates specified in J1939/11,14 & 15 can be sent and received with CANNY 7. This is verified.

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

      @@CannyLogic I'm planning to hack my car i20 to automatically door lock after reaching some speed and unlock as engine is off.
      So, which variant of CAN BUS shield is suitable for my project? Thanks.

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

    I'm planning to hack my car i20 to automatically door lock after reaching some speed and unlock as engine is off.
    So, which variant of CAN BUS shield is suitable for my project? Thanks.

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

      What the year of manufacture and key or keyless

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

      @@aiaisys0140 2011 production. It's remote central locking system.

    • @bob-ny6kn
      @bob-ny6kn 2 ปีที่แล้ว

      When you crash your car but your engine keeps running do you press the reset button or upload new code?

  • @2005moileboss
    @2005moileboss 6 ปีที่แล้ว

    hi, why the +12V and GND should be connected on the car OBD connector? can we just connet CAN-L and CAN-H then the interface will be powered by USB ?

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

      From where this board will get power Supply to function? It gets power from car OBD.

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

      Maybe make your own obd port that supports this feature

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

    How much master the tool

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

    Is using the flipflop correct here ?
    Why not a logical And in last stage is used ?

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

      The CAN messages with different IDs follow one after another. Messages
      with ID = 0x433 come only from time to time. The trigger allows you to
      store the data payload of a message with a specific ID between its
      receive moments.

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

      Thanks. I think its correct as if we used the logical AND, the message will be reset.

  • @cruzfernandez4554
    @cruzfernandez4554 3 ปีที่แล้ว +2

    Saturday night Disco Music

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

    Great Job Thank you

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

    How much master

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

    Mr admin...do you have email..i wanna learn from you

  • @bob-ny6kn
    @bob-ny6kn 2 ปีที่แล้ว +1

    Came for CANBUS, left for shit "music"