OBD2 scanner for g1? - G1 Apps and Games

Is there anything out there that can plug up to the car and sync bluetooth with phone to show error codes and what non like a scanner car mechanics have? It would be nice because I work on cars a lot and it would prolly save money because I could just quickly pop up my phone and plug it up on the go to see what is wrong with the car. If anyone could please link me if possible, thx X)

Android currently does not offer USB host support, it would not be able to interface directly with a USB ODB-II adapter. Also, its bluetooth stack only offers audio profiles (headset, hands-free, a2dp, avrcp), although there are some third-party options to change this. However, there is still a lot of work that would be needed to: 1) implement a bluetooth serial protocol to read the raw data from the ODB-II; and, 2) have custom software to allow you to read and display the ODB-II information read from the adapter.

this should be in the app forum
though I do have interest in this as well as OBDI

keep an eye out for this : http://code.google.com/p/android-bluetooth/
I'm sure there are OBD2 bluetooth adapters around

The device *does* have a serial RS232 port you know....
http://www.instructables.com/id/Android_G1_Serial_Cable/
** you can leave out the USB parts since that is intended to link up with your computer's USB port.
Along with this, you need the program to read/write the OBD2 commands to the car's computer. FYI OBD2 protocol is very simple, so it wouldn't be much work to implement.
The only issue with doing this is that there is really no need. You would have to carry around the right kind of plug to fit the car anyways, so you might as well pick up a cheap OBD2 scanner device.

I doubt there are any cars out there with ECUs that have any bluetooth capabilities... Audio systems (where the bluetooth is on cars) will most likely be separate from anything ECU related.... It may be possible, but I doubt it at this point... unless it is some new fancy mercedes/bmw kinda thing.

You completely missed the point.
The bluetooth interface won't be in the car, it will be a device connected to the OBD port.
glock30 said:
I doubt there are any cars out there with ECUs that have any bluetooth capabilities... Audio systems (where the bluetooth is on cars) will most likely be separate from anything ECU related.... It may be possible, but I doubt it at this point... unless it is some new fancy mercedes/bmw kinda thing.
Click to expand...
Click to collapse

Ahh... guess that makes more sence... looks like I read it wrong.

would be pretty bad ass .. and while having access to the obd2 port u can even implement stuff to monitor o2 readings and all sorts of other stuff

Im already barking up the same tree on some of my car forums. I see the future being ruled by android phones that are capable of giving you full racing telemetry, at first by log to your computer and eventually in real time info like a set of gauges. I would ideally want to use the OBD2 for the majority of the data logging while overlaying G forces from my phone.
http://legacygt.com/forums/showthread.php?t=116910

brandenk said:
Im already barking up the same tree on some of my car forums. I see the future being ruled by android phones that are capable of giving you full racing telemetry, at first by log to your computer and eventually in real time info like a set of gauges. I would ideally want to use the OBD2 for the majority of the data logging while overlaying G forces from my phone.
http://legacygt.com/forums/showthread.php?t=116910
Click to expand...
Click to collapse
LGT!
Used to be an active member, haven't been around since I wrecked my Legacy GT Ltd though.

lbcoder said:
The device *does* have a serial RS232 port you know....
http://www.instructables.com/id/Android_G1_Serial_Cable/
** you can leave out the USB parts since that is intended to link up with your computer's USB port.
Along with this, you need the program to read/write the OBD2 commands to the car's computer. FYI OBD2 protocol is very simple, so it wouldn't be much work to implement.
The only issue with doing this is that there is really no need. You would have to carry around the right kind of plug to fit the car anyways, so you might as well pick up a cheap OBD2 scanner device.
Click to expand...
Click to collapse
That's awesome! I wouldn't care if it's a serial cable or some bluetooth, just having the ability to not drag my laptop into the car would be useful (I guess my fault for buying a heavy 17")

I have seen a bluetooth dongle type thing that plugs into the port on the car and it is kinda huge, but idc what the size of the bluetooth adapter is. It is supposed to work for window based systems and also some smart phones. So it may be possible to write something to sync the obd2 bluetooth thing to the phone? And from there decode the data it recieves and place it out to english on the phone?

Any chance this would work?
ELM327 Bluetooth OBD-II Wireless Transceiver Dongle
Manufacturer's product description:
bluetooth ELM327 is the newly developed wireless scan tool. It supports all OBD-II protocols
• Works with all OBD-II compliant vehicles
• Wireless (Bluetooth)
• Software included for Palm, PDA
• Software included for Windows PC
• Software included for Windows Smartphone
• Supports ISO 9141, KWP2000
• Supports SAE J1850
• Supports CAN bus
Functions:
• Read diagnostic trouble codes, both generic and manufacturer-specific, and display their meaning (over 3000 generic code definitions in the database).
• Clear trouble codes and turn off the MIL ("Check Engine" light)
• Display current sensor data, including:
• Engine RPM
• Calculated Load Value
• Coolant Temperature
• Fuel System Status
• Vehicle Speed
• Short Term Fuel Trim
• Long Term Fuel Trim
• Intake Manifold Pressure
• Timing Advance
• Intake Air Temperature
• Air Flow Rate
• Absolute Throttle Position
• Oxygen sensor voltages/associated short term fuel trims
• Fuel System status
• Fuel Pressure
• Many others...
http://www.dealextreme.com/details.dx/sku.16921

Yes i guess, if it is possible to sync the phone with this and have someone write a program, it may be possible to get it working like a normal scanner itself?

Open-source linux based OBD GPS Logger
-http://icculus.org/obdgpslogger/
Maybe an easy port? (I am not a coder)

LinkinX said:
Open-source linux based OBD GPS Logger
-http://icculus.org/obdgpslogger/
Maybe an easy port? (I am not a coder)
Click to expand...
Click to collapse
That's pretty nice! Looks like most of the code is written in C and some in C++. It wouldn't be a direct port since Android apps are written in Java, but it might be worth checking out.
I would LOVE to have something like this on my phone!!
** EDIT **
The code is simple, I have no doubt this would be easy enough to port. The problem (at least for me) is that the interface cable is pretty expensive. I searched a little bit and it seems like it would cost over $100! Ouch!!

I have written an obd-II logger in the past using an ELM interface...
I do however think that a laptop is more easy to use for readings and logging. The android screen is just a bit too small to really make a useful app.
And obd-II kinda sucks for real use ( sampling rate etc )... purely diagnostics can be handy though.
Ive always used software like crome and ectune to map my cars ( purely honda ).. Something like that would be great to have in a pocket device to turn on/off launchcontrol etc

rogro82 said:
I do however think that a laptop is more easy to use for readings and logging. The android screen is just a bit too small to really make a useful app.
Click to expand...
Click to collapse
I see where you're coming from. However, there are ways to work around the screen real estate issue. I still think this would be a great app! Since you have experience in this area, can you recommend a place to pick up an ELM/USB interface at a reasonable price?

ximonx said:
keep an eye out for this : http://code.google.com/p/android-bluetooth/
I'm sure there are OBD2 bluetooth adapters around
Click to expand...
Click to collapse
http://androidcommunity.com/htc-hero-bluetooth-profiles-detailed-20090724/

Related

Anyone interested in modding the AVIC series In Dash Computers (Windows CE)

This doesnt fall into any category of phone, but I think with some tweaking, we can really utilize this deck to its full potential. The Pioneer AVIC series Navigation/DVD/Car Radios are Windows CE Based, and there has been a mod to boot it directly into windows CE. The potential is AMAZING to combine the units with our smartphones. PM me if you are interested, and or have the knowledge to take this to the next level. Go to AVIC411.com to see what has been done so far. Really, not much besides some minor mods, but I could see this unit becoming a complete smartphone interphase, etc... I currently have a touch pro, and have ordered the AV adapter. I am working on a launcher to keep it in the shell, and give it the ability to use the phone as a modem, to then have dash board internet, and outlook. the possibilities are limitless!
I have the same setup, surprised no one has really taken this any further yet. I agree with you the potential here could be pretty sweet!
Was wondering if you had anyluck with teathering your touch pro to the pioneer avic headunit?
Avic...
No, I have not, but I did get the video adapter on ebay, so I am pumping video thru the AV1 source...
I really have not had a ton of time to do alot, but there is a bunch of stuff on AVIC411.com...
Let me know if you find or are able to do anything cool. (like getting the bt to work consistantly!!!)
CHARLIE
Interested
I'm definately interested. Just got a avic-900bt and would love to code some bolt on functions & camera input mods & maybe even get some extra devices interfaces working better.
I'm guessing we'd never be so lucky as to get source for the 2.0 update. Do you know if there is an avic emulator available? Where to start?
Details on setting up AVIC emulator here: http://avic411.com/forum/viewtopic.php?t=18137&postdays=0&postorder=asc&start=8
Has anyone done research, mods or other to get internet and/or full phone screen output to show up on the AVIC's???
I have two avic900bt's & a Sprint TP2...
I'd love to have weather, current location radar and everything else to display while driving.
The ultimate "coolness" would be able to control the phone through the AVIC's display!
Off to do some more dreamin'...
Raymond
Avic
I too have a sprint tp2 and an avic f90bt with the 3.0 firmware upgrade. I do know that it is Windows CE, and there is a lot that could be done, I just dont know exactly how to do it
I have purchased a video out from ebay for the tp2, and am able to use the video 1 input on the avic, but it is not near what it could be. There are so many other things like interactive mapping, weather etc...
Can you activesync with it?
If you just want to remotely display the screen of another Windows CE device (the Pocket PC) on another one (the Avic) just use a program like NetOp (http://www.netop.com/) installed on each device. You can probably create a PAN connection between the 2 devices using bluetooth to get a network connection. And you probably won't need Activesync if you just download the cab versions and install them.
maybe have someone intresse to help me with the radar detector system modify on a pioneer AVIC-HD1bt
see
on this forum off-topic > [Q] radar update for Pioneer AVIC-HD1bt almost there

Best way to control a robot for the least $$$?

I have a robot lawnmower, Friendly Robotics Robomow RL500. It's like a Roomba for the lawn, you set it loose and let it go. Problem is, it's not very smart. For one, it gets stuck on occasion, requiring me to check on it regularly and free it if it gets stuck. It also needs to be driven out onto the lawn and turned on, and when it's done I need to go find it and drive it back. Worst of all, there is a part of the lawn that is too narrow for it to function automatically so I have to manually mow that part with an annoying wired controller, and it is much slower than a regular mower so walking behind it at a snail's pace holding a wired controller is very boring.
My idea is to make it so I can put a camera on it so I can drive it via Wifi from the comfort of my home. Somehow I will need to be able to stream video over Wifi and send commands to the robot as well, and whatever device receiving the commands will need to be able to activate the switches on the wired controller.
2 ways I thought of to do this:
1. Use one of my extra Windows Mobile phones as a "brain". They all already have a camera and Wifi. All I would need is the software to stream video over Wifi and a control program to control the robot. Microsoft has a Robotics Studio that may help me to write my own program using VS.NET. None of my phones have a serial port or USB Host controller, so I was thinking maybe I can use a Bluetooth-to-UART board and connect that to some kind of controller to activate the switches on the control panel.
2. Use a WRT54G and run Linux. This will probably cost more because I don't have a 54G. I will also need to buy some kind of camera for it, like a networked camera. It has an RS232 port that can be used to connect to some kind of controller to activate switches on the control panel. I KNOW this solution has been done, because there is a video out there of a 54G-controlled R/C car being controlled via Wifi and streaming video back. I would probably need to write my own program in C in Linux (I don't know C), unless I can find the link to that RC car again and see if that guy will share his source.
Any thoughts on which way is the best way to go?
Jejeje
Try this
http://www.youtube.com/watch?v=GaquxmK-kp4

REVIEW AppRadio 2 by Pioneer

Today we’re looking at the AppRadio2 from Pioneer.
Original review with all appropriate links can be found by clicking here.
The AppRadio line is a huge step into the future for in-car audio. Pioneer was first out of the gate with a relatively affordable, practical, and highly functioning 7 inch capacitive touch screen car audio head unit. It's most unique feature and the reason you'll want to read through this review is because the AppRadio 2 can connect to and translate your smartphone's app capabilities into a one of a kind super device on your car's dashboard. You'll be able to use AppRadio optimized versions of some of your favorite apps to listen to music, navigate, find parking, communicate with friends and even check your car's diagnostics with the right accessories attached all on a crisp 7” touchscreen display.
Click here to see a video slideshow of the AppRadio2 in action.
Main advantage: Android and iProduct compatible (some smartphones require adapters iPhone5 and Android), crisp 7” WVGA touchscreen display with multitouch, built in amp (MOSFET 50 W x 4) 2 RCA preouts, subwoofer control, great modern hardware design with high quality materials used, can use your car's existing steering wheel controls, bluetooth audio for phone calls (mic included)
Main concern: no CD/DVD slot, no AUX in, no adjusting display angle, bit of a learning curve, no bluetooth audio for pandora or stored music.
Unique features: built in external GPS means you can turn off your phone's GPS to save battery while connected to AppRadio (turn on “enable mock locations” in your phone's settings)
While it will work with a number or phones, this device was tested exclusively with a Samsung Galaxy Note 2
Someone always has to be brave enough to be the first. Even if a product isn't completely ready for primetime, it's important to release something so that people can become familiar with a new concept. Apple really made their name by being the first extremely simple, yet powerful mp3 player and then smartphone. The early iPhone lacked a lot to be sure, but it did enough well that it changed mobile communication forever. Pioneer has shown that it has the guts that Apple had to start. They took a risk with the AppRadio and it's a great start that has great potential looking forward. Other car audio companies are clearly waiting and looking over Pioneer's shoulder concerning the AppRadio. They waited for Pioneer to make a success of the AppRadio concept and now we are starting to see some copycats emerge built off of ideas learned watching AppRadio. It might work for some of them too, but it's just not a very dignified way to do business and before I even start my real evaluation of the AppRadio 2, I give Pioneer my respect for being brave enough to release such an innovative step forward into uncharted waters.
The AppRadio 2 on it's own is a gorgeous head unit. It's so clean and simple and it's design foreshadows it's function. It floats on your dash as a huge crystal clear glass screen with an almost invisible bezel and a stainless steel “chin” at the bottom that holds the few physical buttons. Volume up/down, a home button, and a menu and back button specifically for Android phones. Pioneer didn't cut corners with materials used, this thing looks and feels like you'd want a piece of the future to look and feel. The AppRadio 2 is first and foremost a blank canvas. It's waiting to be painted with the graphics, sounds, and functionality of your smartphone whether it's an Android or Apple device. While it would be a near perfect product if Pioneer could trust us to control ourselves, we don't do that well unsupervised as drivers. If the AppRadio was a true 1 to 1 mirrored display of our smartphones, we could watch netflix movies and send text messages while driving 90 mph on the freeway. Now you and I might be sensible enough to not abuse the privilege, but plenty of 16 year olds that want to impress their friends in their first cars might not have that same restraint (and they might be driving on the same freeway as you) so try to understand the motivation behind a controlled experience. It's definitely a bit disappointing, but Pioneer offers a very filtered experience of your phone with the AppRadio 2 for now. While some apps can be just about everything they are on your phone, others won't work at all or will display images but not be able to be touch controlled.
Everything begins with a detailed warning to not operate the head unit while driving, fair enough. Commonly called a “nanny” or “nag” screen, a quick click of a button brings you into the AppRadio's main start screen. You'll be greeted by a large modern clock and day of the week indicator to start. Behind that is a wallpaper that can be changed through your smartphone app's menu setting. Below the clock, you'll find 5 icons (radio, iPod, apps, Pandora, and Phone) and with nothing connected to the device, 3 of them (iPod, apps, Pandora) will be grayed out by default. By itself, the AppRadio is simply an FM/AM radio and a speakerphone for hands-free bluetooth calling and that's about it. Connect an iPod and you can play your music, connect a phone through the appropriate cable and you can listen to Pandora or go into AppRadio mode where the real fun starts. A swipe to the right will bring up a second page of options, an expanded settings screen which actually offers a bit to look at. Next an “OFF” button that puts the device in a standby mode that amounts to a screensaver, full screen background and small clock. The last button is a display off button that will let the screen go black if you find a time you need the darkness.
Again, AppRadio2 will work with many different makes and models of smartphone, but it was clearly designed with the iPhone 4/4S in mind. You'll find a very intuitive and polished experience with that phone. Connect the included cable and go. While it can technically be made to work using the iPhone 5 and Android phones, you won't find anywhere near the same out of the box functionality. Whichever phone you use, you'll need to go to your appropriate app store first, Google or Apple, and download at least two apps to get started. The main AppRadio app that is the basis for your phone's connection, and the CarKeyboard app that will also need to be enabled for touchscreen keyboard use while using the AppRadio. The unit looks for these apps and will not function fully without them. Aside from helping your phone communicate with your AppRadio 2, the AppRadio app scans you're already installed programs and tells you which will work with appradio. The apps are the easiest part of getting started with the AppRadio 2 on Android. The part that gets a bit tricky is finding the correct adapter.
If you own one of the Galaxy line of smartphones then you know that Samsung has elected for a single micro USB input on most of their phones. The same port charges and syncs but what if you'd like to output HD video from your powerful phone? MHL, or Mobile High-Definition Link is the answer. MHL allows you to connect a micro USB cord to your phone which is attached to an adapter that turns the signal into an HDMI output that supports up to 1080p HD video and 7.1 surround audio while also charging your device. As simple as they are to use, MHL adapters aren't simple to choose. First and foremost you need to know if you need a 5pin or an 11pin adapter. The Galaxy S3, S4 and Note 2 need 11pin and older galaxy phones need a 5 pin. After that you need to know how much power your phone draws while charging. The MHL adapter needs to be connected to a power source to be able to charge your phone while it converts the video signal. The Galaxy Note 2 draws a very thirsty 2.1 amps of power which is the same as the iPad and most other tablets. The included iPod cable can be disconnected and reveals a full sized female USB port. That USB port outputs 1A charging that is enough for most smartphones including the iPhone. While it will work with some phones, unfortunately it's not enough to keep up with the Note 2. If you were to use a normal 1A car charger (or the AppRadio's included USB charging cable) with this setup everything would still work, but you wouldn't be able to charge your phone. In fact, it would drain battery because of all the work that it's doing. For the Galaxy Note 2 you'll need the following:
-an 11pin MHL adapter
-a microUSB charging cable
-a 2.1A car adapter
-an HDMI cable
These items are easy enough to get, but you need to know what specific pieces you'll need for the best outcome. For the MHL adapter, an abundance of counterfeits have flooded some of the big ecommerce sites, this automatically rules out Amazon and eBay unfortunately. Some copies are identical on the outside and plain garbage on the inside. They will make your setup charge inconsistently or not at all and make your picture signal choppy when connected to the AppRadio 2. Smartphone forums are littered with frustrated people that tried to save a buck on a cheap adapter, you'll see them blaming the head unit but trust me here, there is only one real way to do this. I like a deal as much as anyone, but unfortunately this is a case where you'll need to go to the manufacturer and pay retail. Luckily Samsung is always offering large discounts on it's own accessories up to even 50% off in some promotions. A quick Google search will show you the current deals available. Now that you've collected all of the pieces, you'll need to connect them and get started.
click here to read PART TWO which includes pricing, links to purchase, and optional accessories
It won't run Google navigation? This seems like a $500 extra screen, much like a smart watch or that contraption the adds an lcd to the back of your phone. Why not just use your phone?
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4 Beta
LittleRedDot said:
It won't run Google navigation? This seems like a $500 extra screen, much like a smart watch or that contraption the adds an lcd to the back of your phone. Why not just use your phone?
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4 Beta
Click to expand...
Click to collapse
An app called AR liberator made by a brilliant dev who is currently recovering from illness (get well Kyle) makes this one of the most useful pieces of tech I've ever played with.
I don't know if you took the time to read through the whole review or not but at the end there is an "EXTRA TIP" section that hints towards this.
snapz54 said:
An app called AR liberator made by a brilliant dev who is currently recovering from illness (get well Kyle) makes this one of the most useful pieces of tech I've ever played with.
I don't know if you took the time to read through the whole review or not but at the end there is an "EXTRA TIP" section that hints towards this.
Click to expand...
Click to collapse
The appradio + ar liberator is the best tech you can put in your car my friends has it so awesome.
Sent from my SCH-I605 using xda premium

HTC One Dock to Desktop Solution

I came up with a simple solution for turning your HTC One into a semi-desktop environment. My goal was to create a connection path to a PC monitor, keyboard and mouse with a simple docking solution, a dock-and-go approach. Here is what I came up with and it works great:
1. HTC One (Sprint Red version, JB 4.1.2) w/ NFC Task Launcher
2. RoHS Dock (Model: I4SC-HTON) with micro-USB
3. Samsung TecTile
4. MenoTek MHL to HDMI Adapter with RCP
5. HDMI Cable
6. StarTech HDMI to DisplayPort converter
7. Lenovo ThinkVision PC Monitor
8. IOGEAR Multi-Link Bluetooth Keyboard with Touchpad GKM611B
The end result is that I come to work, dock my HTC One (NFC enabled) with the TecTile attached to the Dock to enable and search for my bluetooth keyboard/mouse. Once the peripherals are synched I toggle my monitor to the DisplayPort digital input and my Android desktop is ready to go. The entire process takes less than 1 minute. It allows me to operate independently from my business LAN using wifi or 4G, and from the comfort of my desk. The output is currently limited to 720p resolution, which I believe to be the MHL adapter, but I'm working on that. The above varies slightly with your specific hardware but the concept remains the same.
I've very happy with this solution and I wanted to share it with everyone here. :victory:
dhalmo said:
I came up with a simple solution for turning your HTC One into a semi-desktop environment. My goal was to create a connection path to a PC monitor, keyboard and mouse with a simple docking solution, a dock-and-go approach. Here is what I came up with and it works great:
1. HTC One (Sprint Red version, JB 4.1.2) w/ NFC Task Launcher
2. RoHS Dock (Model: I4SC-HTON) with micro-USB
3. Samsung TecTile
4. MenoTek MHL to HDMI Adapter with RCP
5. HDMI Cable
6. StarTech HDMI to DisplayPort converter
7. Lenovo ThinkVision PC Monitor
8. Logitech Wireless Touch Keyboard K400 with Built-In Multi-Touch Touchpad
The end result is that I come to work, dock my HTC One (NFC enabled) with the TecTile attached to the Dock to enable and search for my bluetooth keyboard/mouse. Once the peripherals are synched I toggle my monitor to the DisplayPort digital input and my Android desktop is ready to go. The entire process takes less than 1 minute. It allows me to operate independently from my business LAN using wifi or 4G, and from the comfort of my desk. The output is currently limited to 720p resolution, which I believe to be the MHL adapter, but I'm working on that. The above varies slightly with your specific hardware but the concept remains the same.
I've very happy with this solution and I wanted to share it with everyone here. :victory:
Click to expand...
Click to collapse
Sounds like a bit much. Depending on what you're needing it for, I guess some people could benefit. I just use AirDroid. As soon as I get to work I'm already connected to the office WiFi. Just go in and log in and I'm good to go. Can answer text messages, listen to music on my phone, view pictures, etc. Not a full experience, but it's enough for me.
eXplicit815 said:
Sounds like a bit much. Depending on what you're needing it for, I guess some people could benefit. I just use AirDroid. As soon as I get to work I'm already connected to the office WiFi. Just go in and log in and I'm good to go. Can answer text messages, listen to music on my phone, view pictures, etc. Not a full experience, but it's enough for me.
Click to expand...
Click to collapse
I used to use AirDroid too, but I found that I didn't like my texts and emails going through my office LAN and business PC. I prefered having an parallel computing environment independent of the office, but one that transitions seamlessly. I have to agree, overkill, but fun! Go with what works for you!!!:good:
dhalmo said:
I used to use AirDroid too, but I found that I didn't like my texts and emails going through my office LAN and business PC. I prefered having an parallel computing environment independent of the office, but one that transitions seamlessly. I have to agree, overkill, but fun! Go with what works for you!!!:good:
Click to expand...
Click to collapse
It's a great write-up, without a doubt. I may even try it myself just because I like doing stuff like that.

Android Auto Wireless Adapter for Standard Head Units

I mean, this can't be that hard right? We know USB data can be transferred over WIFI. Thats probably what is behind the tech of the new wireless feature in the head units. The car has wifi, the head unit knows it and uses it with your phones WIFI and blue tooth in tandem.
I can't really rely on GM to update their Android Auto head unit even though my car has WIFI and it would be easy. They just wont do it. So, I was laying in bed brainstorming. There has to be some small dongle out there that plugs into the cars USB port and uses your phones wifi to connect to it and create a USB connection as if it was plugged in directly. Then the head unit wouldn't need the wireless feature.
Or, you plug the dongle in, and the the Android Auto head unit knows what it is, (just like if you plug an android phone in with Android Auto) and the dongle creates a wifi connection with your phone. Then the head unit wouldn't need the wireless feature baked in. This can't be that hard to come up with can it?
I think it may be possible using a few items
1.)Modified OpenAuto (already supports wifi) that redirects or clones AA data to usb
2.) Raspberry pi zero w
3.) this Zero usb adapter
I'd be willing to work on it, but seems like a big task to undertake to modify OpenAuto.
ashergray said:
I think it may be possible using a few items
1.)Modified OpenAuto (already supports wifi) that redirects or clones AA data to usb
2.) Raspberry pi zero w
3.) this Zero usb adapter
I'd be willing to work on it, but seems like a big task to undertake to modify OpenAuto.
Click to expand...
Click to collapse
Not that this in any way diminishes the amount of work involved, but I would 100% be willing to donate towards this venture. If you wanted to start a crowfunding or donation platform towards this I would get behind it in a heartbeat!
benmeroff said:
Not that this in any way diminishes the amount of work involved, but I would 100% be willing to donate towards this venture. If you wanted to start a crowfunding or donation platform towards this I would get behind it in a heartbeat!
Click to expand...
Click to collapse
+1
Id love to see this too. more than willing to donate to make it happen
ashergray said:
I think it may be possible using a few items
1.)Modified OpenAuto (already supports wifi) that redirects or clones AA data to usb
2.) Raspberry pi zero w
3.) this [ RasPi URL HW Removed here]
I'd be willing to work on it, but seems like a big task to undertake to modify OpenAuto.
Click to expand...
Click to collapse
Also would want to donate. There is a market for this if stable and effective. Let us know.
This seems like it is possible if we get a device that works somewhat similar to how Nintendo used to allow wireless connections for their older consoles. They would connect a USB to a PC and bridge the wireless connection to the USB and LAN on the machine. We would need a USB dongle that can take the wireless commands and send them as if the phone was a native host connected via USB.
It'd be interesting to see if it could be done with a Pi Zero W, as the two technologies are *technically* compatible, indeed, when you connect to the Desktop Head Unit, it transmits TCP data over USB.
Unfortunately I don't have a Pi0W to give this a shot with
I'd be all about this.
[Android 3.0+]Proxy/GateWay for Android Auto
https://r.tapatalk.com/shareLink?sh...ers.com/showthread.php?t=3813163&share_type=t
Have a look here. It’s happening.
Sent from my iPad using Tapatalk
That’s great.
Hi Guys,
what about this? Nothing? I've already checked the other solution, but I would like it much better if could be done it with RPi, "natively" redirect the data between wifi and usb. So the phone can connect normally directly by Android Auto app using wifi without any other 3rd app.
Could be possible? Of course I also would donate this project!!!
Best regards,
Géza
Yeah, apparently a Chinese company made this kind of usb dongle but only for carplay. They converted the factory head unit with carplay from wired to wireless.
I did asked if this will work for AA, but reply is no.
Any updates??
hzr34 said:
Any updates??
Click to expand...
Click to collapse
There is this one https://www.indiegogo.com/projects/aawireless#/
Just announced that they are in production:
AAWireless
AAWireless is now available via our official webshop: https://shop.aawireless.io | Check out 'AAWireless' on Indiegogo.
www.indiegogo.com

Categories

Resources