After enabled OP, all other functionalities work fine, good job! However, auto high beam functionality is missed.
I saw this on my Honda as well. Turns out, the sensor is in the rearview mirror, so of your EON is blocking that sensor, or you've removed the rearview mirror - your auto high beams won't work.
@mwkrieger I turned on rearview mirror, but auto high beam still didn't work.
Incorrect. The camera provides auto high beam functionality on Honda, likely on Toyota as well. The sensor on the back of the mirror is for auto-dimming rear view mirror only. If you power off the camera through giraffe, you lose auto-high beam functionality. Retaining it would require message forwarding and keeping the camera alive.
I have a 2016 Honda Accord touring and I think your right. But is there anyone working on touring.
@csouers, is there a way you can retain the power to the camera? Any panda settings?
Is the camera just sending something to say it sees light or doesn't? We can likely simulate AHB with a bit of modeling...
I would like to work on this after I have finished with the blindspot sensors. I assume it will be similar. The same problem exists on the RAV4 Hybrid.
Is there a way I can help? I'm not famillialr with linux that's why I didn't fix any problem yet. If you can help me setting up the debugging environment on Windows, I'll help to fix this problem. I already install Visual Studio Code but I don't know how to debug python scripts.
Capturing auto high beam events would help. Set the stock adas on and drive
at night over 40km/hr with the AHB on. We need to find out which can
message is being sent. You could search through the messages with cabana or
share the drives where the events occurs.
Mathieu Tourangeau notifications@github.com schrieb am Mo., 28. Mai 2018,
16:28:
Is there a way I can help? I'm not famillialr with linux that's why I
didn't fix any problem yet. If you can help me setting up the debugging
environment on Windows, I'll help to fix this problem. I already install
Visual Studio Code but I don't know how to debug python scripts.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/commaai/openpilot/issues/187#issuecomment-392541832,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAzhRlbSOi1utxz6yXRpjkeNmro5C5d4ks5t3AmegaJpZM4R7CvN
.
Perfect. I'll do that.
The panda will still be recording all the can messages. Are you using comma power by chance?
Sent from my iPhone
On May 29, 2018, at 19:50, Mathieu Tourangeau notifications@github.com wrote:
How do I record my drive if I use dip switch 1101? OpenPilot will not record my drive with this setting. Should I use 0101 for procy stock adas w/ panda?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I think I have what you need. Here it is:
https://community.comma.ai/cabana/?route=96515cca9b5ce486|2018-05-29--22-30-25
I'm using eon with panda and Giraffe. But for the recording, I connected my panda to the standard odbii port, install Chiffr app on iPhone, connect the Chffr app to the wifi panda's and record my drive. Did it works?
You need to use the "copy share link" button. If you could also give the
time at which the ahb come on and off that would be good
Mathieu Tourangeau notifications@github.com schrieb am Mi., 30. Mai 2018,
04:46:
I'm using eon with panda and Giraffe. But for the recording, I connected
my panda to the standard odbii port, install Chiffr app on iPhone, connect
the Chffr app to the wifi panda's and record my drive. Did it works?—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/commaai/openpilot/issues/187#issuecomment-393013047,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAzhRpckDptRCsaBubFcvcXMJKdXFX6xks5t3ggVgaJpZM4R7CvN
.
at 8 seconds the high beam come ON
a 14 seconds the high beam come OFF
It should be working now on my branch. AHB
@arne182 Are you able to send a PR? Thanks.
The fix is so easy and thanks to wocsor and otherchase I could. The fix has a caveat.
It requires a 120ohm resistor on pins 12 and 13 of your panda. Then enable message forwarding in panda firmware and remove static values for camera.
Resistor because we need to terminate the CANBUS? If so we should make a
plug in connector with M/F plugs and resistor in between so no soldering is
required.
Steve Radich
On October 25, 2018 4:07:43 PM arne182 notifications@github.com wrote:
The fix is so easy and thanks to wocsor and otherchase I could. The fix has
a caveat.
It requires a 120ohm resistor on pins 12 and 13 of your panda. Then enable
message forwarding in panda firmware and remove static values for camera.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Yes. Termination is needed. Sounds nice. For now I just have it jammed into my giraffe and the Panda forced in. It does not even look that bad.
Pull request done. https://github.com/commaai/openpilot/pull/411
Test and comment.
added this functionality in 0.5.6. Closing
Requires 120ohm resistor but all the information is in the pull request. What is up with the massive cleanup vanillagorillaa?
Most helpful comment
Incorrect. The camera provides auto high beam functionality on Honda, likely on Toyota as well. The sensor on the back of the mirror is for auto-dimming rear view mirror only. If you power off the camera through giraffe, you lose auto-high beam functionality. Retaining it would require message forwarding and keeping the camera alive.