Пікірлер
@farabiahmed165
@farabiahmed165 3 ай бұрын
Hello ,I'm reaching out to you as I've been following your KZbin Channel and I'm impressed with your content. Your video quality is much better. But I found some issues with your channel. If you don't fixed your channel problems, you will never grow your brand on KZbin.
@AutoPiio
@AutoPiio 3 ай бұрын
Thank you for your kind words and for following our channel! We appreciate your support and am glad to hear you enjoy the video quality. 😊 We're always looking to improve, so we'd love to hear more about the issues you've noticed, please send it to [email protected]. Your feedback is valuable, and we'd like to address any problems to help grow the channel and provide the best content possible.
@megatar3
@megatar3 8 ай бұрын
Are there any videos actually explaining how to set this up using AutoPi? It looks like it can only sniff the CANBus at 1 second intervals, can you log data locally at quicker intervals and upload it later?
@AutoPiio
@AutoPiio 8 ай бұрын
Absolutely, you can log data at intervals quicker than 1 second with AutoPi, including PID logging and raw CAN message capture, and upload it to the cloud. Check out this AutoPi blog for a clear guide and video tutorial: www.autopi.io/blog/discover-hidden-functions-in-your-car-with-can-bus/
@fwdesparado
@fwdesparado 8 ай бұрын
So, where do I find examples of a DBC file, and maybe some code examples of how to use one?
@AutoPiio
@AutoPiio 8 ай бұрын
You find examples and how to use one with our AutoPi Cloud, through our guide here: www.autopi.io/blog/the-meaning-of-dbc-file/ Hope that helps :)
@luckymutibo9848
@luckymutibo9848 8 ай бұрын
Thanks
@AutoPiio
@AutoPiio 8 ай бұрын
@luckymutibo9848 You're very much welcome! :)
@phybillgate4586
@phybillgate4586 9 ай бұрын
Does it detect failed code?
@AutoPiio
@AutoPiio 9 ай бұрын
Hello, If you're referring to its ability to detect a 'check engine light' or similar warning indicators, then yes, the AutoPi can indeed do this, by connecting to your vehicle's OBD-II port. For more details on how it reads and resets fault codes, check out: Read and Reset Fault Codes from Your Vehicle ( www.autopi.io/blog/read-and-reset-fault-codes-from-your-vehicle/ ) Also, the device you're seeing is a legacy model. Please take a look at our updated versions, the AutoPi TMU-CM4 ( www.autopi.io/hardware/autopi-tmu-cm4/ ) and AutoPi Mini ( www.autopi.io/hardware/autopi-mini/ ), for enhanced features.
@bennguyen1313
@bennguyen1313 11 ай бұрын
First did: ip link show or ifconfig -a sudo ip link set can0 [up] type can bitrate 500000 [dbitrate 2000000 fd on fd-non-iso on] [sudo ip link set can0 up] candump -l can0 then using 'cansend can0 123#deadbeef' to transmit data, I verify with a scope that CAN-H and CAN-L have traffic and it's at the expected bit-rate (100kbps).. however, candump doesn't see any of it. Since I have no log file, I can't do log2asc -I logfilelog can0 or plot via pip install cantools [plot] cat logfile.log | python -m cantools plot dbcfile.dbc ( a 16-bit value big-endian (i.e. msb first) would be SG_ SigName : 7|16@0+ (1,0) [min|max] "units" Vector__XXX) I don't have anything on the bus except for the Pi / Can Hat that is doing the transmitting, so there isn't any acknowledge. Does socketcan inform Candump when data is transmitted or only when something is *received* on can0?
@AutoPiio
@AutoPiio 11 ай бұрын
If your CAN bus has proper termination, you can see the messages sent from your device. This means either your device acts as the termination or there's another component on the bus providing this termination. Directly addressing your question, you should be able to view transmitted data from candump on the AutoPi device. However, your current setup might lack proper CAN termination. To enable this on the AutoPi, execute the command spm.query usr_pins high=can0_term. If you're using the can1 interface, use can1_term instead of can0_term. Hope that helps! If you need more information, please visit our documentation site: docs.autopi.io/
@tdkyt46
@tdkyt46 Жыл бұрын
Does this device require a outside login like shown in the video or is it local wired/wireless accessible without login
@AutoPiio
@AutoPiio Жыл бұрын
Hello @tdkdhm The AutoPi telematics device offers a wide range of functionalities by interfacing with vehicles through the OBD-II port. To answer your question directly: Cloud Access: The primary and most comprehensive access to the device's features is via the AutoPi Cloud. By logging into this cloud portal, you get access to the main features and functionalities. And the good news is that you're able to purchase the device and get lifetime access to the cloud. Local Access: Now, while the AutoPi can be accessed locally via a wifi hotspot, it's worth noting that this method provides only a fraction of the features. The AutoPi telematics device operates on the AutoPi Core system, which is built on the foundation of the Raspberry Pi OS. This allows for direct local connection over a network, usually using SSH or other local networking methods. However, remember that for local access, you'd typically need the device's local login credentials unless set up otherwise. So in essence, while you can access it locally, to fully harness its capabilities, the cloud is the way to go. Take a look at the devices here: shop.autopi.io/ I hope this provides a clearer picture. If you have any more questions, feel free to ask!
@bennguyen1313
@bennguyen1313 Жыл бұрын
Since Vector introduced the DBC format long before CanOpen was around.. it doesn't contain PDO/SDO specifics, yet CanOpen software, like CanOpen Magic and Vector Canalyzer Canopen, still asks for a DBC file! Sometimes vendors of CanOpen devices, often supply EDS/DCF files.. but how do you go from EDS/DCF to DBC.. or if neither is supplied, how how do you create a CanOpen based DBC file based solely on the PDF documentation?
@AutoPiio
@AutoPiio Жыл бұрын
Thank you for your detailed comment @bennguyen1313. You're right; Vector's DBC format predates CanOpen, so it doesn't have built-in PDO/SDO specifics. If you're working with EDS/DCF files (standard formats for CanOpen devices), there are tools that can convert them to DBC. Without these files, it's a bit more hands-on. Here's a brief guide: 1. Thoroughly study the PDF documentation for CAN frame structures. 2. Decode or reverse engineer the CAN frames to find the data's location. 3. Convert the CAN frame header from hexadecimal to decimal. 4. Craft a DBC file using this info, detailing data location, length, and any needed transformations. Remember, as long as a device uses standard CAN frames, you can craft a DBC file for it, even if it involves some manual effort. I hope that clears things up a bit. Let me know if you have more questions! 😊
@i_am_djent
@i_am_djent Жыл бұрын
Bruh when are yall releasing a new autopi!! I wanna see videos setting it up and running with results 😒
@AutoPiio
@AutoPiio Жыл бұрын
Hey @i_am_djent! We get where you're coming from. Good news-we're listening and we've got a bunch of new videos in the pipeline. Stay tuned, it's gonna be awesome! 😎
@estebanxelhuantzi
@estebanxelhuantzi Жыл бұрын
Hello! Does the car need to be on so the device be turned on, or just with connecting the device this one will turn on?
@AutoPiio
@AutoPiio Жыл бұрын
Hi Estaban, most of the time yes, that is how you get the device turned on. However, you are also able to remotely turn on your device, take a look here: docs.autopi.io/guides/remotely-waking-up-your-device/.
@clineback02
@clineback02 Жыл бұрын
Is autoPi and DIMO the same project?
@AutoPiio
@AutoPiio Жыл бұрын
No, DIMO has its own project, and AutoPi helps them with theirs. We have our own projects as well.
@AutoPiio
@AutoPiio Жыл бұрын
Be sure to check it out: www.autopi.io/
@gamepad3173
@gamepad3173 2 жыл бұрын
I've been looking into this for trying out a DIY version of Auto Pilot, I'm guessing Auto Pi does that? plus I think that it would fit quite well for an EV conversion of a car from Gas to electric.
@AutoPiio
@AutoPiio Жыл бұрын
That's an interesting thought. A DIY version of AutoPilot has not yet been a use case, but who knows what the future will bring. Definitely! AutoPi does support Electric Vehicles, check it out: www.autopi.io/electric-vehicles/.
@arrowghost
@arrowghost 3 жыл бұрын
It's been years now, I wonder if the progress is doing well, better yet, having the voiceover like KITT's.
@AutoPiio
@AutoPiio 3 жыл бұрын
Hi @arrowghost Have you seen our new TMU CAN FD device? It is the future of telematics data and provides endless possibilities for your projects. Check it out here: www.autopi.io/hardware/autopi-telematics-unit-can-fd/
@kevinnadjarian3328
@kevinnadjarian3328 3 жыл бұрын
So you paid for a product and yet the app have ads 🤔
@Howtomake12261
@Howtomake12261 20 күн бұрын
Its a 3rd party IOS app
@muhammadamin80
@muhammadamin80 3 жыл бұрын
Which version is that because mine didn't come with USB port
@nickromanek9444
@nickromanek9444 3 жыл бұрын
I'm thinking about buying this for the company I work for. We sell an automotive diagnostic tool, any videos related to automotive diagnostics would be great!
@AutoPiio
@AutoPiio 3 жыл бұрын
Hi Nick. That sounds like a great idea. We can definitely help you further. Please, contact us on [email protected] and our support team will help you find the best option for your company :)
@BosleyBeats
@BosleyBeats 3 жыл бұрын
Is it possible to do this with throttle, brake and steering for a vehicle?
@retrofit_center2115
@retrofit_center2115 3 жыл бұрын
Great project! I want make auto door lock after 20km\h speed and make PCB to plug OBD. Is it possible and how to make it? could you help me about it?
@AutoPiio
@AutoPiio 3 жыл бұрын
Hey. That sounds amazing! Please, contact us as [email protected], in order for us to assist you further.
@deng-peng
@deng-peng 4 жыл бұрын
where can i download auto app?
@AutoPiio
@AutoPiio 4 жыл бұрын
You can download the Car Scanner from the App Store or Torque/Torque Pro from the Google Store. Best, Team AutoPi
@muhammadamin80
@muhammadamin80 4 жыл бұрын
And can we get the codes for stuff like this to see how it's done and change it for our car? Like in community page?
@AutoPiio
@AutoPiio 4 жыл бұрын
Hi Muhammad, Thank you for connecting, we can recommend that you read this blog here: www.autopi.io/blog/speak-to-your-car-like-kitt-from-knight-rider/, we used Google Assistant SDK with the Python version. Best, Team AutoPi
@muhammadamin80
@muhammadamin80 4 жыл бұрын
What you guys are doing is amazing and I love it and im still waiting on my to arrive soon as can't wait to use it but it would be very nice to get help with programming and tips and tools and coding languages used to make stuff like this and how do write stuff like as I'm new to autopi.io and don't know much about it
@AutoPiio
@AutoPiio 4 жыл бұрын
If you have any questions about specific projects, you can write to our support team at [email protected] and they will be happy to help you set it up. Best, Team AutoPi
@wocko1
@wocko1 4 жыл бұрын
I'm looking forward to trying this on my 2019 SsangYong Musso, teach it some new tricks!
@AutoPiio
@AutoPiio 4 жыл бұрын
Sounds great, good luck with your project!
@dosso96
@dosso96 4 жыл бұрын
how can I set the app for iOS if I have an EV? it doesn't give me the possibility to select electric
@AutoPiio
@AutoPiio 4 жыл бұрын
Hi dosso96, The app was made for traditional vehicles, so you might need to make some configuration to get data out of electric cars. Best, Team AutoPi
@dosso96
@dosso96 4 жыл бұрын
Hi I bought your autopi, I can't add my car I have a Mini Cooper SE, it's impossible cause you don't have it in your list. can you add it please? thanks
@AutoPiio
@AutoPiio 4 жыл бұрын
Hi dosso96, Thank you for connecting. Could you send an email with your case to [email protected] and I am sure they can assist you with it. Best Regards, Team AutoPi
@RedDragonProtection
@RedDragonProtection 2 жыл бұрын
What's the difference between AutoPi and Dimo? Is it the same company?
@AutoPiio
@AutoPiio Жыл бұрын
@@RedDragonProtection Hi Eric, no we're not the same company. DIMO is using our hardware as its infrastructure. AutoPi has multiple use cases from different companies around the world. Take a look: www.autopi.io
@i_am_djent
@i_am_djent 4 жыл бұрын
Wanna see full features test on a car please. Planning on getting one
@HoosierTechGuys
@HoosierTechGuys 4 жыл бұрын
was the car on at all or are you doing this while its off?
@AutoPiio
@AutoPiio 4 жыл бұрын
Hi Josh, When scanning the protocol for the first, the car was on, but the rest of the time it was off. However we powered the AutoPi (from car battery and external power supply) and also turned off Auto Sleep Mode so it doesn't go to sleep.
@cortavento
@cortavento 4 жыл бұрын
I have one!
@AutoPiio
@AutoPiio 4 жыл бұрын
We are very happy to hear that!
@andrewkang9849
@andrewkang9849 4 жыл бұрын
Impressive
@AutoPiio
@AutoPiio 4 жыл бұрын
Thank you Andrew!
@i_am_djent
@i_am_djent 4 жыл бұрын
Do a live test in the car i wanna see how it works
4 жыл бұрын
+1000
@EpicLPer
@EpicLPer 5 жыл бұрын
Are there specific OBD commands for each far which can do this or are they the same? The string at the end seems like a car-specific thing which could be different on others.
@Spacefish007
@Spacefish007 5 жыл бұрын
They differ from car version to car version..
@AhmetTasdemirDJLuds
@AhmetTasdemirDJLuds 5 жыл бұрын
and its my hand maded real talking and doing voice comand kitt ;) goe.gl/38jrJ
@UNPhantom93
@UNPhantom93 6 жыл бұрын
you didn't show us how it's done!!
@AutoPiio
@AutoPiio 6 жыл бұрын
Hi Qasim. The video is an example of what you can make with your AutoPi. The demonstration was built on a standard implementation to Google and took us about a day to setup.
@UNPhantom93
@UNPhantom93 6 жыл бұрын
is it possible to make a video about it?
@AutoPiio
@AutoPiio 6 жыл бұрын
@@UNPhantom93 absolutely, this is something thats on our todo list. Once we get to it we will post it here also.
@muhammadamin80
@muhammadamin80 4 жыл бұрын
Still waiting on more videos on how to and it's been 2 year lol
@michealdumasii5432
@michealdumasii5432 6 жыл бұрын
Is there a limit on how many Bluetooth devices can be connected for diagnostic monitoring. Where will the power supply come from or is there special wires to connect to the battery? When you say wifi capabilities is there monthly payments issued or do I register that through a phone company, and for the machine vision option do that also comes with the camera accessories or has to be separate purchase?
@AutoPiio
@AutoPiio 6 жыл бұрын
The AutoPi uses the bluetooth connected provided by the Raspberry Pi Zero Wireless. So any limitations would be in this, but I dont think its a limitation you will ever reach. The device is powered from the vehicle battery, directly out of the OBD port. No extra wires needed. For the 4G edition, you need a data SIM to use the full data connection in the AutoPi. We dont have any monthly subscription, but you need a sim from your local network carrier. Unfortunately we dont provide you with a camera in our setup, but its easy to add a USB camera through one of the USB ports. You can use that for your machine vision project.
6 жыл бұрын
multi language portuguese brazil?
@AutoPiio
@AutoPiio 6 жыл бұрын
Hi Andre. The demo was built on Google Assistant and the language setup is defined in this platform. Portuguese should be supported.
@GenreFluid
@GenreFluid 6 жыл бұрын
Can you rename the assistant
@AutoPiio
@AutoPiio 6 жыл бұрын
Sure. The video is an example of how to use Google Assistant together with AutoPi. You could name the assistant anything, this is part of the Google Assistant setup.
@frankdiaz4509
@frankdiaz4509 6 жыл бұрын
does autopi allow full customization of the widgets? as a ui artist, i want to create all my assets to what ever themes i design.
@AutoPiio
@AutoPiio 6 жыл бұрын
Hi @frank diaz. Yes its possible to changes the contents of the widgets, that is the data shown in the widgets. As of right now we dont have support for custom themes, but this is something which is on our roadmap.
7 жыл бұрын
Excelent!!!
@jamesvoos2432
@jamesvoos2432 7 жыл бұрын
Would like to see a set of standard features at launch rather than a complete DIY expectation
@AutoPiio
@AutoPiio 7 жыл бұрын
Hi James, This is an example of some of things you can do with the AutoPi. It does however come with a number of built in features already. Some of these includes: - A custom dashboard, where you can configure your own widgets - A historic trips overview, where you can explore data from previous trips - An If-this-then-that trigger based system - An explorer to view what possibilities there is in your vehicle You can see them all here: www.autopi.io/software-platform/dashboard