[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 258: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 320: mysqli_free_result(): Couldn't fetch mysqli_result
rusefi.com The most advanced open source ECU 2014-03-17T13:38:34 https://www.rusefi.com/forum/app.php/feed/topic/416 2014-03-17T13:38:34 2014-03-17T13:38:34 https://www.rusefi.com/forum/viewtopic.php?t=416&p=6730#p6730 <![CDATA[Re: Not sure how to connect to tuner studio]]> Frankenstein board, you simply plug the miniUSB cable and you've got TS.

Statistics: Posted by AndreyB — Mon Mar 17, 2014 1:38 pm


]]>
2014-03-10T01:09:54 2014-03-10T01:09:54 https://www.rusefi.com/forum/viewtopic.php?t=416&p=6443#p6443 <![CDATA[Re: Not sure how to connect to tuner studio]]>
Hi all:
I went through all the steps and compiled the code using ChibiStudio and downloaded the hex file using stm32 st-link. I can tell the firmware is there because I get data out using Hyperterminal and tsinfo command tells me that it is talking on PD8 and PD9. There is mention of editing features.h to change where the serial stream is sent. I made a few changes but when I do I only get a compile error about multiple targets and have to download a new copy of the firmware for it to work again.
I am totally new to C++ and embedded programming. My only experience is with Arduino and Picaxe uC's so I'm not very familiar with toolchains and compiling multiple files at once.
What exactly do I edit in features.h to allow rusefi to talk to Tunerstudio over the micro usb? I have installed the serial usb drivers and got the ST Demo that came pre-loaded working using the accelerometer to work as a mouse.
I've ordered the ttl to usb adapter mentioned in the Tachometer projects but it hasn't got here yet.
Thanks for your help
Cory

Statistics: Posted by AndreyB — Mon Mar 10, 2014 1:09 am


]]>
2014-01-11T22:25:38 2014-01-11T22:25:38 https://www.rusefi.com/forum/viewtopic.php?t=416&p=4555#p4555 <![CDATA[Re: Not sure how to connect to tuner studio]]> Statistics: Posted by AndreyB — Sat Jan 11, 2014 10:25 pm


]]>
2014-01-11T21:40:11 2014-01-11T21:40:11 https://www.rusefi.com/forum/viewtopic.php?t=416&p=4553#p4553 <![CDATA[Re: Not sure how to connect to tuner studio]]> Statistics: Posted by aut0m4tic1 — Sat Jan 11, 2014 9:40 pm


]]>
2014-01-11T19:16:16 2014-01-11T19:16:16 https://www.rusefi.com/forum/viewtopic.php?t=416&p=4540#p4540 <![CDATA[Re: Not sure how to connect to tuner studio]]>

Code:

#define EFI_CONSOLE_PORT GPIOD#define EFI_CONSOLE_TX_PIN 8#define EFI_CONSOLE_RX_PIN 9#define EFI_CONSOLE_AF 7
In order to use the UART pins, you need to have a 'USB TTL' dongle - that's a separate tiny $5 device you get on eBay. So, in order to connect TunerStudio with default source codes you need a 'USB TTL' dongle.

If you want to change the default mapping and swap which protocol uses which communication port, you should change TWO lines in features.h:
You should comment

Code:

//#define EFI_SERIAL_OVER_USB TRUE
and you should UN-comment

Code:

#define EFI_TUNER_STUDIO_OVER_USB TRUE
If you apply this code change, you would get TunerStudio in the microUSB wire as soon as you install the driver and assuming you apply the rusefi.ini and assuming rusefi.ini is in sycn with the source code, that's something I can double-check a bit later.

One day this would be simpler, but right now that's the way this works. Still working for a developer to improve this :)

Statistics: Posted by AndreyB — Sat Jan 11, 2014 7:16 pm


]]>
2014-01-11T16:30:21 2014-01-11T16:30:21 https://www.rusefi.com/forum/viewtopic.php?t=416&p=4533#p4533 <![CDATA[Not sure how to connect to tuner studio]]> I went through all the steps and compiled the code using ChibiStudio and downloaded the hex file using stm32 st-link. I can tell the firmware is there because I get data out using Hyperterminal and tss command tells me that it is talking on PD8 and PD9. There is mention of editing features.h to change where the serial stream is sent. I made a few changes but when I do I only get a compile error about multiple targets and have to download a new copy of the firmware for it to work again.
I am totally new to C++ and embedded programming. My only experience is with Arduino and Picaxe uC's so I'm not very familiar with toolchains and compiling multiple files at once.
What exactly do I edit in features.h to allow rusefi to talk to Tunerstudio over the micro usb? I have installed the serial usb drivers and got the ST Demo that came pre-loaded working using the accelerometer to work as a mouse.
I've ordered the ttl to usb adapter mentioned in the Tachometer projects but it hasn't got here yet.
Thanks for your help
Cory

Statistics: Posted by aut0m4tic1 — Sat Jan 11, 2014 4:30 pm


]]>