Page 1 of 1

Hellen 154 Hyundai

Posted: Wed Jul 28, 2021 4:28 am
by AndreyB
We are starting a 154 Hellen!

Primary target platform 2010-2014 Genesis Coupe 2.0T

https://github.com/rusefi/rusefi/wiki/Hellen-154-Hyundai

Re: Hellen 154 Hyundai

Posted: Sun Sep 12, 2021 1:14 am
by AndreyB
Norman chose to make this board open so https://github.com/rusefi/hellen154hyundai

This board is pretty ready for review.

And https://github.com/rusefi/hellen154hyundai/issues/16 :)

Re: Hellen 154 Hyundai

Posted: Sun Oct 17, 2021 10:21 pm
by AndreyB

Re: Hellen 154 Hyundai

Posted: Fri Dec 03, 2021 7:27 pm
by AndreyB
They say testing might happen next week!
image.png
image.png (82.6 KiB) Viewed 33390 times

Re: Hellen 154 Hyundai

Posted: Fri Dec 17, 2021 9:44 pm
by NormanAlphaspeed
Hey guys

I've been doing testing on this and I have to say, I am impressed by how well it works! We're doing more dev testing, and here are a few videos!





I'll keep posting on here when new progress is made!

Re: Hellen 154 Hyundai

Posted: Wed Jan 05, 2022 6:22 pm
by AndreyB
Next step we need some CAN Lua for A/C logic

just a skeleton for now:

Code: Select all

-- listen to CAN ID 0x500
canRxAdd(0x500)

-- todo: add payload logic
packet546 = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 }

function onCanRx(bus, id, dlc, data)
	id11 = id % 2048
	print('got CAN id=' .. id .. ' dlc='  .. dlc)
	-- todo: add filtering logic if needed

	rpm = getSensor("RPM")
	-- handle nil RPM, todo: change firmware to avoid nil RPM
	rpm = (rpm == nil and 0 or rpm)

	if rpm > 800 then
		-- at the moment we simply
		txCan(1, 0x546, 0, packet546)
	end


end

function onTick()
end

Re: Hellen 154 Hyundai

Posted: Wed Jan 05, 2022 7:30 pm
by nmstec
Norman, spoke to Andrey. Need to give you heads up.

ECU will need to output AC Pressure, Coolant temp, and current AC status.

I'll attach wiring diagram for you below.


ECU on this car also reads ac pressure sensor.
Voltage = 0.00878835 * Pressure + 0.37081095 [PSIA]
image.png
image.png (469.48 KiB) Viewed 32956 times
0x132
Byte 0 = Vents
Byte 1 = Airflow
Byte 2 = Compressor

Re: Hellen 154 Hyundai

Posted: Wed Mar 01, 2023 9:24 pm
by ykill
I'm looking to produce some boards for my clients.
Does it still support cruise control?
Anything we should know that isn't supported by that?

Re: Hellen 154 Hyundai

Posted: Wed Mar 01, 2023 9:31 pm
by AndreyB
ykill wrote:
Wed Mar 01, 2023 9:24 pm
I'm looking to produce some boards for my clients.
Be aware of https://github.com/rusefi/hellen154hyundai/issues?q=is%3Aissue+is%3Aopen+label%3Arev-C-hall-drama

Re: Hellen 154 Hyundai

Posted: Thu Jun 15, 2023 1:45 am
by AndreyB
Question on grounds magic.

This Hellen 154 Hyundai https://rusefi.com/docs/pinouts/hellen/hellen154hyundai/ https://github.com/rusefi/hellen154hyundai/blob/main/boards/hellen154hyundai-c.fab/board/hellen154hyundai-c-schematic.pdf is your typical design with on-board IGBT and three power GND pins on the header/in the harness.

Would it be better, worse or no difference to have a designated Power GND pin/wire just for the on-board IGBT for the on-board IGBT and on-board everything else grounds to meet on car body, or actually share a huge GND on the PCB?

Re: Hellen 154 Hyundai

Posted: Thu Jun 15, 2023 4:25 pm
by AndreyB
Actually https://github.com/andreika-git/hellen81 is an example of exactly that - explicit IGN_GND pin.
image.png
image.png (21.81 KiB) Viewed 29805 times

Re: Hellen 154 Hyundai

Posted: Sat Jan 13, 2024 5:05 am
by AndreyB
WhatsApp Image 2024-01-12 at 23.58.07_bc731200.jpg
WhatsApp Image 2024-01-12 at 23.58.07_bc731200.jpg (242.43 KiB) Viewed 26383 times

Re: Hellen 154 Hyundai

Posted: Tue Feb 13, 2024 1:15 am
by Suprazz
I have a customer interested and I'm looking to make a small batch.
I was looking at the revc file and rev d. Revd is autogenerated version. Should I take the time to review and updates the bom or the changes between c and d doesnt worth it?

Re: Hellen 154 Hyundai

Posted: Tue Feb 13, 2024 1:27 am
by AndreyB
Suprazz wrote:
Tue Feb 13, 2024 1:15 am
Should I take the time to review and updates the bom or the changes between c and d doesnt worth it?
rev D changes a lot internally and there is no firmware for rev D. As of today rev C is a safer bet.

Re: Hellen 154 Hyundai

Posted: Tue Feb 13, 2024 4:03 am
by Suprazz
ok thank you!

Re: Hellen 154 Hyundai

Posted: Sat Feb 24, 2024 9:36 pm
by AndreyB
2013 and 2014 BK 2.0T models use a wideband sensors but what is it? is it the NTK not LSU 4.9?

BOSCH 18052

https://github.com/rusefi/rusefi_documentation/blob/master/OEM-Docs/Hyundai/2014-coupe-2.0.png

image.png
image.png (1.24 MiB) Viewed 6191 times
image.png
image.png (250.25 KiB) Viewed 6191 times