Search found 336 matches

by 960
Wed Feb 13, 2019 4:16 pm
Forum: Dev: Software
Topic: electronic throttle body control ETB
Replies: 290
Views: 393853

Re: electronic throttle body control ETB

For the pedal position one of the signals are

0.4 - 2v

The other signal:

0.7 - 4.1

The Throttle position sensor:

0,7 - 4.3

The second:

4.3 - 0.7
by 960
Wed Feb 13, 2019 4:09 pm
Forum: Dev: Software
Topic: electronic throttle body control ETB
Replies: 290
Views: 393853

Re: electronic throttle body control ETB

For E-Throttle I suggest you to develop for the most widely used system. In 2001 Bosch started using MC33186 in all ecu's. From 2005 - They have used TLE7209-2R. It's basically the same, even pin-compatible. The system uses two Pedal-sensors and two Throttle-motor position-sensors. I see the same pe...
by 960
Tue Feb 12, 2019 8:41 pm
Forum: Dev: Software
Topic: How to compile the firmware
Replies: 135
Views: 926252

Re: How to compile the firmware

the git submodule update --init does nothing for me, I only get C:\Users\User\Downloads\rusefi-master\firmware>make Invoking "git submodule update --init" Invoked "git submodule update --init" rusefi.mk:7: *** Please run 'make' again. Stop. Over and over. I tried running the com...
by 960
Tue Feb 12, 2019 8:38 pm
Forum: Dev: Software
Topic: How to compile the firmware
Replies: 135
Views: 926252

Re: How to compile the firmware

the git submodule update --init does nothing for me, I only get C:\Users\User\Downloads\rusefi-master\firmware>make Invoking "git submodule update --init" Invoked "git submodule update --init" rusefi.mk:7: *** Please run 'make' again. Stop. Over and over. I tried running the com...
by 960
Tue Feb 12, 2019 1:50 pm
Forum: Dev: Software
Topic: How to compile the firmware
Replies: 135
Views: 926252

Re: How to compile the firmware

the git submodule update --init does nothing for me, I only get C:\Users\User\Downloads\rusefi-master\firmware>make Invoking "git submodule update --init" Invoked "git submodule update --init" rusefi.mk:7: *** Please run 'make' again. Stop. Over and over. I tried running the com...
by 960
Fri Feb 08, 2019 8:23 am
Forum: Dev: Software
Topic: Compile for 144 pin CPU
Replies: 7
Views: 5189

Re: Compile for 144 pin CPU

Did you find solution? I need a solution which would work for everyone and that one has some complication, I hope to have the fix maybe within the next week or two. Definitely on my TODO list. Would it be possible to split the Firmware into one for each CPU? That way it would be easier to get a ful...
by 960
Fri Feb 08, 2019 7:45 am
Forum: Dev: Software
Topic: Compile for 144 pin CPU
Replies: 7
Views: 5189

Re: Compile for 144 pin CPU

russian wrote:
Fri Feb 08, 2019 7:21 am
960 wrote:
Fri Feb 08, 2019 6:59 am
Did you find solution?
I need a solution which would work for everyone and that one has some complication, I hope to have the fix maybe within the next week or two. Definitely on my TODO list.
Ok, Thanks.

I thought maybe I was doing it wrong.
by 960
Fri Feb 08, 2019 6:59 am
Forum: Dev: Software
Topic: Compile for 144 pin CPU
Replies: 7
Views: 5189

Re: Compile for 144 pin CPU

russian wrote:
Wed Feb 06, 2019 11:35 pm
Ohhhhh, now I see what you mean.

https://github.com/rusefi/rusefi/issues/688 created
Did you find solution?

I get errors in this line:

const char *getBrain_pin_e(brain_pin_e value){
switch(value)

not handled in switch for all GPIOF and GPIOG
by 960
Wed Feb 06, 2019 10:00 pm
Forum: Dev: Software
Topic: Compile for 144 pin CPU
Replies: 7
Views: 5189

Re: Compile for 144 pin CPU

Something is not right here. Same firmware runs in 100 and 176 pins boards as long as same base chip. In board configuration I have used GPIOF AND GPIOG. Then i get errors. When i click open declaration it opens rusefi_enums.h. So I edited to get gpiof and g. Should it work without editing anything...
by 960
Wed Feb 06, 2019 9:47 pm
Forum: Dev: Software
Topic: Compile for 144 pin CPU
Replies: 7
Views: 5189

Compile for 144 pin CPU

I am trying to compile for 144 pin cpu.

I have edited rusefi_enums.h, but get error in auto_generated_enums.cpp.

What more needs to be changed?
by 960
Fri Feb 01, 2019 5:16 am
Forum: Dev: Software
Topic: Issue compiling for STM32F767
Replies: 14
Views: 8591

Re: Issue compiling for STM32F767

russian wrote:
Fri Feb 01, 2019 1:32 am
Cygwin is what gives you 'make' command since 'make' is how you compile rusEfi
I had Cygwin installed, but the path field was full.

I also have QT, mingw, cmake and lots of other makes, so the Environment variables are the cause.
by 960
Fri Feb 01, 2019 12:27 am
Forum: Dev: Software
Topic: Issue compiling for STM32F767
Replies: 14
Views: 8591

Re: Issue compiling for STM32F767

The command line always give a pipe error, but window closes no matter if I add pause to the file. You are not running command line, you are clicking on the .bat file in your File Explorer. Stop double-clicking on the .bat file in your File Explorer. Launch https://www.lifewire.com/how-to-open-comm...
by 960
Thu Jan 31, 2019 1:27 am
Forum: Dev: Software
Topic: Issue compiling for STM32F767
Replies: 14
Views: 8591

Re: Issue compiling for STM32F767

russian wrote:
Thu Jan 31, 2019 12:27 am
You should be able to get command line to work.
Please push your changes to maybe github fork so that we can see exactly the problem.
The command line always give a pipe error, but window closes no matter if I add pause to the file.
by 960
Thu Jan 31, 2019 12:17 am
Forum: Dev: Software
Topic: Issue compiling for STM32F767
Replies: 14
Views: 8591

Re: Issue compiling for STM32F767

I cant get the command line options to work. You should be able to get command line to work. But does I need to do more than define STM32F7 in global.h? Yes, much more changes. I see now the last time I compiled i changed Rusefi.mk: ifeq ("$(wildcard $(RULESFILE))","") $(info In...
by 960
Thu Jan 31, 2019 12:03 am
Forum: Dev: Software
Topic: Issue compiling for STM32F767
Replies: 14
Views: 8591

Re: Issue compiling for STM32F767

Actually whatever we have for https://github.com/rusefi/rusefi/tree/master/firmware/config/boards/NUCLEO_F767 is in https://github.com/rusefi/rusefi/blob/master/firmware/config/boards/NUCLEO_F767/!compile-nucleo_f767.bat I cant get the command line options to work. But does I need to do more than d...
by 960
Wed Jan 30, 2019 11:44 pm
Forum: Dev: Software
Topic: Issue compiling for STM32F767
Replies: 14
Views: 8591

Issue compiling for STM32F767

Hi! I have compiled before with ChibiStudio, but now I am getting errors. poten.cpp #define SPI_POT_CONFIG SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_CRCL SPI_CR1_CRCL not declared in this scope. If I delete it, this error shows: hardware.cpp static I2CConfig i2cfg = { HAL_I2C_F7_100_TIMINGR, 0, 0 }; inv...
by 960
Tue Jan 29, 2019 6:32 pm
Forum: User Support
Topic: Soldering tricks & hints
Replies: 58
Views: 59377

Re: Soldering tricks & hints

puff wrote:
Mon Jan 28, 2019 2:35 pm
Looks nice. Which is better: the pure optical one or that with an lcd screen?
For inspection a camera is just fine.

But for soldering, working in 2d is hard.

I have tried both, and only use optical microscope.
by 960
Mon Jan 28, 2019 2:31 pm
Forum: Dev: Hardware
Topic: STM32F7 and STM32H7 very high performance MCUs
Replies: 34
Views: 25311

Re: STM32F7 and STM32H7 very high performance MCUs

Can you add it easily? I am afraid you are missing a lot of context here :( First of all, as of today we are using ChibiOS17 - so, first step would probably be to migrate to ChiboOS18 - that's https://github.com/rusefi/rusefi/issues/631 Before we migrate to ChibiOS18 would be nice to figure out htt...
by 960
Mon Jan 28, 2019 4:08 am
Forum: Dev: Hardware
Topic: STM32F7 and STM32H7 very high performance MCUs
Replies: 34
Views: 25311

Re: STM32F7 and STM32H7 very high performance MCUs

STM32H7 about 4 times faster that STM32F4 but I am mostly interested in 4 times more RAM. STM32F407/417 – 168 MHz CPU/210 DMIPS STM32F469/479 - 180 MHz CPU/225 DMIPS STM32F7 - 216 MHz/462 DMIPS STM32H7 - 400 MHz/856 DMIPS I have a Nucleo H7 here I am trying to compile for, but I dont understand eno...
by 960
Fri Jan 25, 2019 8:24 pm
Forum: Dev: Hardware
Topic: Manhattan: TLE8888 breakout board
Replies: 34
Views: 26874

Re: TLE8888 breakout board

russian wrote:
Fri Jan 25, 2019 3:28 pm
@ that's a cool picture, do you want to start a separate thread about your board?
Still some work left, so I'll see.

But do you understand the SPI/MSC communication stuff in the datasheet?

As not all of the outputs are paralell I am not sure if we can use them.
by 960
Fri Jan 25, 2019 2:25 pm
Forum: Dev: Hardware
Topic: Manhattan: TLE8888 breakout board
Replies: 34
Views: 26874

Re: TLE8888 breakout board

I dont have a breakout, but have made a full PCB with this IC.

Infineon provided schematics for it.
by 960
Tue Jan 22, 2019 12:15 pm
Forum: Dev: Hardware
Topic: Search for power supply chip
Replies: 36
Views: 26344

Re: Search for power supply chip

russian wrote:
Tue Jan 22, 2019 2:18 am
How about TLE8888-1QK? It seems to include a bit more than just power supply. Available on Mouser in singles for $17.
I find this to be a lot better option.

I have this on order already to try out.
by 960
Tue Jan 22, 2019 12:27 am
Forum: Dev: Hardware
Topic: Thinking of Microsquirt over RusEFI
Replies: 18
Views: 13743

Re: Thinking of Microsquirt over RusEFI

Infineon have a all in one solution for one cylinder engine in stock

https://www.infineon.com/cms/en/product/automotive-system-ic/engine-management-ic/tle8080-3em/
by 960
Mon Jan 07, 2019 1:37 am
Forum: Dev: Hardware
Topic: Search for power supply chip
Replies: 36
Views: 26344

Re: Search for power supply chip

Yep kicad 5.0.2 as you worked out. Made the switch recently when i had some eagle files i had to work with... that bit works great and nothing else appears to have broken so happy with it so far. It would appear the wake/enable signals control it primarily but i need to have another look at the dat...
by 960
Tue Jan 01, 2019 9:57 pm
Forum: Dev: Hardware
Topic: Search for power supply chip
Replies: 36
Views: 26344

Re: Search for power supply chip

Perhaps this is getting off topic for this thread. Can I tempt you to find a chip which offers 5V 250mA (or more) for misc chips like the MAX9926, a second 5V (or 3.3V) 250mA (or more) for analog signals, and 3.3V 200mA for the STM 32. Over current, temperature shut down, AEQ, watch dog and similar...
by 960
Tue Jan 01, 2019 1:26 pm
Forum: Dev: Hardware
Topic: rusEfi Use Scenarios for Next Hardware Iteration
Replies: 44
Views: 49184

Re: rusEfi Use Scenarios for Next Hardware Iteration

Then why do OEMs do it? I had a peek inside the GM ecu for my LS, and it has ~4 12V in pins, all tied together inside the case, that all go to the same fuse in the fusebox with their own 18ga wires. This can depend on the design. AKA if one pin can handle the load, the extra's are for redundancy pu...
by 960
Tue Jan 01, 2019 12:36 pm
Forum: Dev: Hardware
Topic: TPS54340 Step-Down DC/DC Converter breakout board
Replies: 10
Views: 7359

Re: TPS54340 breakout board

960 are you trying to make by any chance? Do you draft to share? Hi! Yes, I have given it a try :-) I have sent it to kb1gtt on mail, can send it to you as well. About power-supply, why dont we use a proper Automotive IC? I am currently drawing the schematic for a Bosch CY320 http://www.bosch-semic...
by 960
Tue Jan 01, 2019 9:54 am
Forum: Dev: Hardware
Topic: TLE8110 10 channel low side breakout board
Replies: 27
Views: 15670

Re: TLE8110 10 channel low side breakout board10

And my new favorite chips are TLE8110EE (older version available on eBay, not recommended for new designs) and TLE8110ED (available on Moused, new product) - please help me by finding the differences between these two? The datasheet clearly says "4 to 6 injectors", also this chip takes bo...