Added "get started" docs including description of the components and steps involved in getting this to work #9
Replies: 1 comment 11 replies
-
|
Hi! Thanks first of all for the effort! It's mostly correct, however with the server URL, there are two "servers" in opencarwings. If you happen to have european TCU model, you'll have correct server address programmed already. Nissan's domain expired few years ago, so I went ahead and purchased it 🤣 and it works perfectly "out of the box". The hostname (no http://, only domain name) for TCU to be set via OBD is: Navigation unit is programmed separately using this guide: https://opencarwings.viaaq.eu/static/navi_guide.html I do have a web page guide for TCU also: https://opencarwings.viaaq.eu/static/tcu_guide.html. Maybe worth making a link to this or converting it to markdown & including it in the repo? What do you think? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
after exploring several routes (that all turned out to be dead-ends atm) for getting back remote access to the SOC (and AC) via CAN-BUS directly I found this project. Love it - absolutely scratches my itches :)
Trying to get this working I noticed the lack of a write-up of the components (what is involved? in which cases do I need what? do I really need that hologram SIM, that is so cheap yet so expensive get get shipped to europe?), how they play together and how I can debug the steps to get this up and running I thought: why not adding this myself? And that's what I did:
https://github.com/justinotherguy/opencarwings/blob/jo_docs_get-started/GET_STARTED.md
So:
a) please gives this a look and tell me what you think. I'd like to get this to a somewhat complete(TM) state and then provide a PR so you can include it in the repo
b) I seem to get stuck at the point of writing the new APN via OBD; as far as I understand the symbol in the CARWINGS menu shows whether the TCU is able to access the internet. The requirements to achieve this:
That should be it, correct?
Out of these I'm unsure about the APN. When I try to write the value (should be "Internet" for my provider), I get a confirmation. When I restart the app to read the value, I do not get an entry back and - depending on the phone I use for this (both of which are able to retrieve the VIN with my OBD dongle) and some other factors that I have not understood so far I do get error messages like "BUFFER FULL" when writing or retrieving the value for "web server".
So - thanks for this project!
Maybe you can help me, I'd like to help improve the project in return :D
Regards, J.
Beta Was this translation helpful? Give feedback.
All reactions