Search found 68 matches

by hugovw1976
Mon Apr 10, 2023 1:55 am
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

AndreyB I star playing with LUA script to send the Haltech dash messages (minus some messages I send with external modules), but I have some question, for basic sensors I don't have any trouble, I use: getSensor(Rpm) and this work on LUA script. But some of the values Haltech can send I don't know ...
by hugovw1976
Sat Apr 08, 2023 10:12 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

AndreyB wrote:
Sat Apr 08, 2023 10:08 pm
have 100hz tick
have a counter

if counter % 10 equals 0 you are on 10 hz
if counter % 5 equals 0 you are on 20hz (100 divided by 5 is 20)
if counter % 2 equals 0 you are on (100 / 2) hz
👍🏻 Thanks
by hugovw1976
Sat Apr 08, 2023 9:26 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

mck1117 wrote:
Thu Mar 02, 2023 2:23 am
is Lua a better fit for this? No firmware mods required.
How to implement different heartz rate, haltech send some messages on 5Hz, 10Hz, 20Hz, 50Hz on LUA I set the rate with setTickRate().
by hugovw1976
Sat Apr 08, 2023 9:14 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

Testing can connection for AIM Pista dash on Haltech protocol stock firmware have some conflict with gear, outside temp, lateral and long acceletation messages (I send this values with custom module) https://www.youtube.com/watch?v=JboUkgw3ztM Custom firmware (delete some Haltech can dash messages o...
by hugovw1976
Sat Apr 08, 2023 9:04 pm
Forum: Dev: Software
Topic: RealDash support
Replies: 8
Views: 9987

Re: RealDash support

Fresh version of RealDash works! * tested realdash 2.2.5 * tested over-usb-cable * manual-ini-selection * feb-2023-rusEFI-release Tested today with lates firmware April 2023 release Day 408 (rusefi_bundle_proteus_f4), over USB work flawless but with bluetooth HC-06 connected to usart2 (PD5, PD6 pin...
by hugovw1976
Thu Mar 02, 2023 2:26 am
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

Ok just need time to check how to implement Lua.
Thanks.
by hugovw1976
Thu Mar 02, 2023 2:22 am
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

What is root cause of custom firmware? What changes are you working on? Would others benefit from your changes? The main reason to change firmware it's just for the can dash messages for my AIM Pista dash, on Haltech can protocol just because have more info channels than AIM can protocol, the probl...
by hugovw1976
Thu Mar 02, 2023 12:49 am
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

Meaning that your way of compiling ignores https://github.com/rusefi/rusefi/blob/c08e4c3af5315da176271e8ca831a71caa452f32/firmware/config/boards/proteus/prepend.txt#L31 Just created https://github.com/rusefi/rusefi/issues/5144 even while it's a variation of https://github.com/rusefi/rusefi/issues/4...
by hugovw1976
Wed Mar 01, 2023 9:37 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

Did you get the dash to work? Can you share any videos on youtube ideally? Hi Andrey just find the problem when compile for my board (custom Proteus F4 compatible with stock firmware). I compile running script compile_proteus_f4.sh and by default (don't know how to change this) compile for engine v...
by hugovw1976
Mon Feb 27, 2023 6:26 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

I compile my code just for change some can messages for Haltech dash. Did you get the dash to work? Can you share any videos on youtube ideally? I don't take video, but the dash work fine with previus firmware (2022.01.06 to 2022.06.07) with newers firmwares I don't tested yet because I send some c...
by hugovw1976
Sat Feb 11, 2023 10:10 pm
Forum: Dev: Software
Topic: How to compile the firmware
Replies: 135
Views: 903486

Re: How to compile the firmware

I compile on Windows 11 make 4.4 gcc12 and work fine (just some error compiling for proteus but for other board compile fine) .
by hugovw1976
Sun Aug 21, 2022 8:21 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

That's unexpected behaviour. At the moment too little information is provided, I have no idea how to help so many things could be bad :( Yes very weird behaviour, I try "compile_proteus_f4_hardware_QC_special_build.sh" and work fine USB to PC connection work, all injector/ignition leds ru...
by hugovw1976
Sun Aug 21, 2022 5:14 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

Do not see TurboTimerEngineTimeRemaining in the file you have attached, sound like attachements would not work as a way to learn more about your custom changes. Ok, for now let's forget about any firmware changes, I clone a clean repository (latest) and compile stock firmware for proteus F4, compil...
by hugovw1976
Sun Aug 21, 2022 1:09 am
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

This is my can_dash.cpp file but even with the original cad_dash file have the same error (I all ready clone repository to new folder to have fresh one) compile fine but if I upload to my board no led flashing only power led on, If I upload the latest original release August 2022 work fine but If I ...
by hugovw1976
Sat Aug 20, 2022 8:46 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

Wow, you seem to have a lot of cool stuff! Would you by any chance be interested to start contributing it into the main branch? Do you have your changes publicly available on your fork? With Lua vs C++, it's all or nothing. I'm not very familiar with the code from rusefi, I work on Arduino IDE and ...
by hugovw1976
Sat Aug 20, 2022 8:03 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Re: Trouble compiling code for Proteus F4

Does this board run official Proteus firmware? Custom CAN bus stuff sounds like Lua scripting not custom C++ code to me. Yes the original Proteus firmware runs fine (on bench and installed on engine I test all inputs and outputs and it's fine engine not running yet because I'm working in custom int...
by hugovw1976
Sat Aug 20, 2022 5:58 pm
Forum: Dev: Software
Topic: Trouble compiling code for Proteus F4
Replies: 26
Views: 17186

Trouble compiling code for Proteus F4

Hi, I clone repository and compiling code for a custom board (Pin to pin F4 proteus compatible), I compile my code just for change some can messages for Haltech dash. I update firmware to 2022.08.19 and compile fine (compile firmware without any change in code just to check fawlt it's not for code c...
by hugovw1976
Wed May 25, 2022 1:10 am
Forum: Dev: Software
Topic: RealDash support
Replies: 8
Views: 9987

Re: RealDash support

It looks like they do not parse .ini file? Did they take a random snapshot version of output region and any other version is not really compatible? Waiting for my http://www.realdash.net/forum/ account to get activated Check this post: http://www.realdash.net/forum/viewtopic.php?t=1281&sid=fda5...
by hugovw1976
Wed May 18, 2022 10:41 am
Forum: Dev: Hardware
Topic: Wideband Controller: Fully Custom, no ASIC!
Replies: 204
Views: 462474

Re: Wideband Controller: Fully Custom, no ASIC!

You need to either: Disable the bootloader. Set USE_BOOTLOADER=o in f0_module/board.mk, then flash the resulting wideband.bin to your board. Build using the script f0_module/build_wideband.sh. This will build a complete image of the bootloader, firmware, and checksum. The reason the integrity check...
by hugovw1976
Wed May 18, 2022 1:49 am
Forum: Dev: Hardware
Topic: Wideband Controller: Fully Custom, no ASIC!
Replies: 204
Views: 462474

Re: Wideband Controller: Fully Custom, no ASIC!

Hi, I need help with firmware, I clone repository from: https://github.com/mck1117/wideband/ and compile firmware (from f0_module), I upload firmware to my board but green and blue led blink alternating quickly at boot and then slowly (Firmware integrity check fail). I upload bin file from https://g...
by hugovw1976
Wed Apr 20, 2022 8:48 pm
Forum: Universal Boards
Topic: Proteus using spare ign outputs
Replies: 9
Views: 13635

Re: Proteus using spare ign outputs

puff wrote:can a small mosfet be used instead of BC337 in this case? (with a flyback diode across the coil)
Yes, no problem

Enviado desde mi SM-G988U1 mediante Tapatalk

by hugovw1976
Tue Apr 19, 2022 1:02 pm
Forum: Universal Boards
Topic: Proteus using spare ign outputs
Replies: 9
Views: 13635

Re: Proteus using spare ign outputs

You can add external transistor (BC337) to control the 12v relay.
by hugovw1976
Wed Mar 30, 2022 5:15 pm
Forum: Universal Boards
Topic: Haltech CAN bus Communication don't work.
Replies: 9
Views: 13426

Re: Haltech CAN bus Communication don't work.

Please-please-please invest an hour of your time to properly fork https://github.com/rusefi/rusefi and push changed into your fork? Reminder that worst case scenario you can edit files via the browser or upload files into your fork of https://github.com/rusefi/rusefi You fix is valuable but please ...
by hugovw1976
Wed Mar 30, 2022 4:36 pm
Forum: Universal Boards
Topic: Haltech CAN bus Communication don't work.
Replies: 9
Views: 13426

Re: Haltech CAN bus Communication don't work.

Check all output channels and looks good, just the Intake temperature and fuel level is not declared in can_dash.cpp /* 0x3E0 = 5Hz rate */ { CanTxMessage msg(0x3E0, 8); /* Coolant temperature in K y = x/10 */ tmp = ((Sensor::getOrZero(SensorType::Clt) + 273.15) * 10); msg[0] = (tmp >> 8); msg[1] = ...
by hugovw1976
Mon Mar 28, 2022 8:52 pm
Forum: Misc
Topic: Koenigsegg Engine control unit.
Replies: 3
Views: 9717

Koenigsegg Engine control unit.

Just think it's look nuts, In this video in minute 34:00 you can see the Engine control unit.

by hugovw1976
Thu Mar 24, 2022 3:08 am
Forum: Universal Boards
Topic: Haltech CAN bus Communication don't work.
Replies: 9
Views: 13426

Re: Haltech CAN bus Communication don't work.

Nice just made this better https://github.com/rusefi/rusefi/commit/f490b499971f19e01e9f2dbe165309e1bc862d36 would be about 20 minutes to build snapshot but that also shows that this code is totally untested and unproven :( I compile firmware with the new lines on can_dash.cpp, and can confirm Halte...
by hugovw1976
Wed Mar 23, 2022 5:29 pm
Forum: Universal Boards
Topic: Haltech CAN bus Communication don't work.
Replies: 9
Views: 13426

Re: Haltech CAN bus Communication don't work.

AndreyB wrote:Nice just made this better https://github.com/rusefi/rusefi/commit/f490b499971f19e01e9f2dbe165309e1bc862d36 would be about 20 minutes to build snapshot

but that also shows that this code is totally untested and unproven :(
Thanks [emoji1303]

Enviado desde mi SM-G988U1 mediante Tapatalk

by hugovw1976
Wed Mar 23, 2022 2:18 pm
Forum: Universal Boards
Topic: Haltech CAN bus Communication don't work.
Replies: 9
Views: 13426

Re: Haltech CAN bus Communication don't work.

I check code apparently Haltech dash is not initiate: void canDashboardBMW(CanCycle cycle); void canDashboardFiat(CanCycle cycle); void canMazdaRX8(CanCycle cycle); void canDashboardW202(CanCycle cycle); void canDashboardBMWE90(CanCycle cycle); void canDashboardVagMqb(CanCycle cycle); void canDashbo...
by hugovw1976
Wed Mar 23, 2022 2:53 am
Forum: Universal Boards
Topic: Haltech CAN bus Communication don't work.
Replies: 9
Views: 13426

Haltech CAN bus Communication don't work.

Hi , I have a custom board base on Proteus running latest firmware ("rusEFI 2022.03.16.proteus_f4.1421086421"), I have a AIM MXL Pista dash and test Haltech dash and don't work, I also check with VAG and AIM and this work fine (can communication it's fine in board). I check in Console and ...
by hugovw1976
Mon Mar 14, 2022 8:44 pm
Forum: You and your build
Topic: core8: Hello Form UK/Lithuania! Custom 8CH ECU, Opel Manta(SAAB b234), m113 v8 5.0 twin turbo, EVO 5 builds
Replies: 17
Views: 22935

Re: core8: Hello Form UK/Lithuania! Custom 8CH ECU, Opel Manta(SAAB b234), m113 v8 5.0 twin turbo, EVO 5 builds

I know I'm in rusEFI forum but in releases builds I can't see any bundle for core8. This is why I ask. What are the bundle name for this core? No release has happened since we added it, so it's snapshot-only for the time being. https://rusefi.com/build_server/ "rusefi_bundle_core8.zip" Th...