Any general discussion around the firmware, what is does, how it does it etc.
By Tjeerd
#53577
pkagiantas wrote: Sun Sep 12, 2021 1:46 pm
Tjeerd wrote: Sun Sep 12, 2021 1:42 pm
pkagiantas wrote: Mon Sep 06, 2021 7:44 pm

have you removed the datalogger?
I updated my test board with the latest firmware from your git and loaded the ini but i cant see the onboard datalogger option on TS
yes i did, because i thought it wasn´t working for anyone but myself. So no one was using it. During the winter months i might have some time to add and improve this again.
it was one of the main features that drive me to the stm boards
i used it on a bike that you cant datalog with a laptop and drive

it worked for some time but it after some updates it started to datalog and throw an error on the first 10s or so
went back to dataloging with a pi zero w and a 4.3c as a board
I try and fix it/make a fix package for the 202108 release with what i have made for the STM32. But its not going to last after that. Noisy is busy with a version of the sdcard datalogger for the Teensy and its not compatible with the previous data logger and therefore not with the stm32 for the moment.
By pkagiantas
#53579
i will give it a try for sure when i get some free time to pay with the bike <3
thanks :)
Tjeerd wrote: Wed Oct 13, 2021 9:33 pm @pkagiantas

Try this. It is a merge of the previous work on the sdcard logger onto the basically 202108 release. Not very well tested i must add. Just on my desk and still writes stuff to the sdcard with the stm32F407 dev board from china.
https://github.com/Tjeerdie/speeduino/t ... -sd-logger
By mustafazngn61
#54053
@PAZİ88
COMPILER ERROR HELP ME

c:/users/mustafa/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/10.2.1-1.1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: sketch\speeduino.ino.cpp.o: in function `initialiseAll()':

speeduino.ino.cpp:(.text._Z13initialiseAllv+0x324): undefined reference to `Serial1'

c:/users/mustafa/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/10.2.1-1.1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: sketch\speeduino.ino.cpp.o: in function `sendcanValues(unsigned short, unsigned short, unsigned char, unsigned char)':

speeduino.ino.cpp:(.text._Z13sendcanValuestthh+0x3e0): undefined reference to `Serial1'

c:/users/mustafa/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/10.2.1-1.1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: speeduino.ino.cpp:(.text._Z13sendcanValuestthh+0x440): undefined reference to `Serial1'

c:/users/mustafa/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/10.2.1-1.1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: sketch\speeduino.ino.cpp.o: in function `secondserial_Command()':

speeduino.ino.cpp:(.text._Z20secondserial_Commandv+0x1bc): undefined reference to `Serial1'

c:/users/mustafa/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/10.2.1-1.1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: sketch\speeduino.ino.cpp.o: in function `sendCancommand(unsigned char, unsigned short, unsigned char, unsigned char, unsigned short)':

speeduino.ino.cpp:(.text._Z14sendCancommandhthht+0x94): undefined reference to `Serial1'

c:/users/mustafa/appdata/local/arduino15/packages/stmicroelectronics/tools/xpack-arm-none-eabi-gcc/10.2.1-1.1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: sketch\speeduino.ino.cpp.o:speeduino.ino.cpp:(.text.loop+0x254): more undefined references to `Serial1' follow

collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Generic STM32F4 series.


Board : https://easyeda.com/pazi88/Arduino_Mega_2560-z92kCUO6o


Arduino Seting
https://drive.google.com/file/d/1uHXRoN ... sp=sharing
Attachments
Ekran görüntüsü 2021-11-28 113404.png
Ekran görüntüsü 2021-11-28 113404.png (65.95 KiB) Viewed 6444 times
Ekran görüntüsü 2021-11-28 113404.png
Ekran görüntüsü 2021-11-28 113404.png (65.95 KiB) Viewed 6444 times
By mustafazngn61
#54066
https://github.com/pazi88/STM32_mega

I did it according to the instructions in this link.
Here ''Look at line 1320.. ish and remove the STM32 specific pin mappings for v0.4 board (otherwise the SMT32 mega will lockup)''
I couldn't understand what we should do
The mcu i use is stm32f407vgt6
Is there a file compiled accordingly?
let's compare

This is my final settings

https://drive.google.com/file/d/1aKbD9v ... sp=sharing
User avatar
By pazi88
#54068
mustafazngn61 wrote: Mon Nov 29, 2021 8:01 am https://github.com/pazi88/STM32_mega

I did it according to the instructions in this link.
Here ''Look at line 1320.. ish and remove the STM32 specific pin mappings for v0.4 board (otherwise the SMT32 mega will lockup)''
I couldn't understand what we should do
The mcu i use is stm32f407vgt6
Is there a file compiled accordingly?
let's compare

This is my final settings

https://drive.google.com/file/d/1aKbD9v ... sp=sharing
Clearly you didn't because it says to use "BLACK F407VE" ;)

And the later means that you need to remove the stm32 specific pin mappings, so all inside #elif defined(STM32F407xx)

But as it said, there is tested precompiled binaries in my github, that you can just load in the board using cube programmer.
By pkagiantas
#54320
Tjeerd wrote: Wed Oct 13, 2021 9:33 pm @pkagiantas

Try this. It is a merge of the previous work on the sdcard logger onto the basically 202108 release. Not very well tested i must add. Just on my desk and still writes stuff to the sdcard with the stm32F407 dev board from china.
https://github.com/Tjeerdie/speeduino/t ... -sd-logger
it didnt work for me the first time you upload it it works fine but when you reboot the board ( unplug the usb and plug it again ) the board bricks out and need a reflash :D
User avatar
By sagiasGEORGIOS
#54476
nice work @Tjeerd
pcb ecu is a bomb bu i think its need at least on new revision or if you share schematics
1 opamp for oil and fuel pressure sensors.
clutch switch
and sd card dataloging will be great if you can to fix it.

i think stm32 is the future no teensy
By pkagiantas
#54487
sagiasGEORGIOS wrote: Thu Dec 30, 2021 9:16 am nice work @Tjeerd
pcb ecu is a bomb bu i think its need at least on new revision or if you share schematics
1 opamp for oil and fuel pressure sensors.
clutch switch
and sd card dataloging will be great if you can to fix it.

i think stm32 is the future no teensy
solder a wire to PA5 on the STM board or on the bottom side of the spectre and set on Tuner Studio the clutch pin to 53 ( ground switch/active low )
Baro works when set to A13 not A9 as it says on github ( i have a 5.2v board )
for fuel and oil
you can feed 3.3v the sensors and use the PA1 ( A5 On TS ) and PA0 ( A4 on TS )

as for the datalogs now ...

does the canbus work on the spectre board ? ( i havent tested it at all )
i have a tactrix openport 2.0 that can be setup as a standalone datalogger it would be nice to set it up :)
  • 1
  • 19
  • 20
  • 21
  • 22
  • 23
  • 31
Ignition Angle doubled?

I just erased the flash, went back to 2023-10, cre[…]

Doesn't look like you can edit posts? Correct. […]

BMW E23 M30B28

Don't forget, you can always fall-back to the &[…]

The basetunes were on so old version that they did[…]

Still can't find what you're looking for?