-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal Injector #17
Comments
Hi priipac, If the pressure guage is connected via linbus than it may be to do the value mapping using this design, with some engineering work. First you need to know the format of the relevant packats on the original car, then the format on the new car, and then change the design of this circuit to do the mapping. Possibly you will also need to map packet ids, not just packet data. I reversed engineered the linbus on my car using this same circuit which acts also as a packet sniffer, sending bus packets to my laptop computer. I don't know how familiar you are with electronics and firmware so can't comment how feasible it is. BTW, I cannot provide boards or anything else. I just built this experimental circuit for my own car as a hobby and providing the info here for educational purposes. Maybe others here can help you. Take care, Zapta |
ok, i just order 3 pcb and ask for samples at atmel, i gona try to make the board. |
Hi Nuno, Wish you good luck ;-) You will need a programmer to program the firmware or at least the Arduino bootloader. This is done via the ISP port on the board. I am using this one and avrdude software on Mac OSX (my bash scripts are in this github repository) http://www.atmel.com/tools/AVRISPMKII.aspx There are many other programmers that will also work. If you are not familiar with it you can ask around. Zapta. |
Hey Nuno, where did you order the boards from? There are all kinds of website, but not sure which one I should trust. I might have to learn how to solder SMD compenents....haha |
He probably ordered from oshpark (the hint is the number 3). It's a very good source in the US for small boards. You also want to check http://pcbshopper.com for comparison. As for soldering SMT, there are instructional videos on youtube, for example this one https://www.youtube.com/watch?v=5uiroWBkdFY . A tacky (gell) flus makes things much easier. I am using a cheap Chinese stereo microscope from ebay (a magnification of X3 to X10 is more than enough) but depending on your vision a magnifier glass or visor should be just fine. Another option is to order from https://macrofab.com/ but then you need to do the rework if anything goes wrong. You can also get from ebay cheap SMT soldering training kits such as this one http://r.ebay.com/Rd0lzg Good luck, Zapta |
Hi, |
Hi, built this and wanted to a comment. The USB connector is hard to solder once the other parts are installed. Do it early on. Normally one does low profile parts first but this is through-hole thinking. I once had a lab partner who built a SMD board from a kit (solo) without knowing it was 'supposed' to be hard to do. He found it eaiser than through hole and got it done very quickly. Board worked first time. Regards, |
Hi, Were can i buy Linbus injector board? Przemek |
Hi, i made mine on https://oshpark.com it eas very cheap to me 10usd with shipment to Portugal, 3 boards |
Hi, can I analyze Lin bus with new 991 board? |
Hi, I also own a Smart Roadster, and I bought some of the required hardware about a year ago (most of it I already have laying around), but never put it together due to lack of time, in about 3-4 months I might continue my project again... The only issue I face at this moment is where is the LIN-BUS wiring on a Smart Roadster? |
I don't know the Smart Roadster and if it uses linbus but from my
experience, the linbus busses go to switch or LED clusters.
…On Wed, Dec 13, 2017 at 3:15 AM, SparkyRih ***@***.***> wrote:
Hi,
I also own a Smart Roadster, and I bought some of the required hardware
about a year ago (most of it I already have laying around), but never put
it together due to lack of time, in about 3-4 months I might continue my
project again...
The only issue I face at this moment is where is the LIN-BUS wiring on a
Smart Roadster?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACFWQb7Zz74rDFYMPV0HrdDM0EDaNVwoks5s_7HUgaJpZM4JTW86>
.
|
Well I was hoping @piripac would be able to answer this since he states he has this car... |
My project also on standby, on Sam unit pin14 on socket n11-9 it's violet, on for two don't have the wire, but the pin is usable |
@piripac Can we contact via Facebook or different media? I'm working together with another guy on this project (he's also on hold though), another member joining us is always welcome :) And before we mess up this nice GitHub page :) |
Hi, i have 2 gauge of a Smart roadster temp and turbo pressure, i want to install on a smart fortwo. The temp works, but the turbo pressure dont, the fortwo is diesel and the roadster is petrol, the pressure on the diesel is mesured on the manifold positive and the petrol is the vacum so it is negative. Is it possible to read the value and change it? Do you Know how i can identify the value on the Smart lin protocol? Were can i buy your board?
Thanks.
The text was updated successfully, but these errors were encountered: