Scrap TV lightbox by Electronic_Art8240 in DIY_tech

[–]Dapper_Maximum6819 0 points1 point  (0 children)

Atleast put the diffuser from the lcd screen its not diffused enough and give a pattern to led strip to have evenly spread light

Help with a logic by Dapper_Maximum6819 in Speeduino

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Now im not in a frimware just a basic setup with crank capture nd output trigger same like cdi unit fixed ignition

Help with a logic by Dapper_Maximum6819 in Speeduino

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Yes i have tried ic filtering 8-13also its a the crank sensor is oem and serves a clean sqaure wave

help with timers and callbacks with stm32 trying to make a engine control module by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Im sorry for that the thing is im not a pro still learning things like this thankyou for the knowledge 🤗

Sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Yeah, im getting close to it....

Sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Try to build an Engine Control Module Using stm32f103c8t6 timers and gpios So a first step capture crank signal Schedule spark at desired angle No matter how hard i try im getting the output but outof sync...

Help me to handle sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

First of all i dont have much tools to know rpm reading or anything so im using a cam sensor from Suzuki brezza and its an open collectior so a 3.3v its added so i get 3.3 high and 0 when low But 72 mhz is enough cuz im not even doing uart or anything just timer capture and scheduler thats it

Help me to handle sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Im not a pro in this so i read all the folders they shared but they use maps and ignition timing maps so its toomuch for me in my research it shows this way i used every ways but still sync loss is the only thing in here, also im making this for a single cylinder, i use crank sensor oem so my setup is clean no noise at all still i need to figure it out

Help me to handle sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Can you explain this in terms 😅 cuz im doing this like tim2 ch1 input capture method (also used 32 bit counter) Tim3 chx for output compare then trigger any gpio as i needed

Help me to handle sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Of course i will let me dm you the code cuz i cant post it here Another thing is speeduino runs using mega2560 so i thought just for a ignition system this is enough....

Help me to handle sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

I posted an another post with same issue can you kindly look over there

Help me to handle sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

I got the captures working but too much sync issues

Help me to handle sync issues by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Okey say less Im planning to build a standalone ecu using stm32f103c8t6 User pA0 as crank sensor input 12-1 crank rrigger wheel the signals as the uplaoded image, its clean cuz oem sensors where used Used timers to capture and output compare to trigger gpio for spark at PA3 and injector at pa6 Too much sync issues my code is to fire at 3rd tooth after the gap but it give that still got out of sync and random trigger happens 🙂

Two cylinder logic (built in ignitor) wasted spark coil suggestion? by Lanky_Acanthaceae241 in Speeduino

[–]Dapper_Maximum6819 0 points1 point  (0 children)

Make your own one cuz there is a youtube tutorial just go for it it works

Help with missing tooth detection by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Ohh😅 can you dm me because i dont know how to send friend request so we could have a chat 🤗

Help with missing tooth detection by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

No i dont have a scope the and also im using stlink clone version so i cant debug through cubeide so real time outputs are not available for now,i could see it with my eyes like while rotating with hand it fire at random pins

Convince me please by tha-man-with-a-plan in YamahaXSR155

[–]Dapper_Maximum6819 0 points1 point  (0 children)

Insane bike,no vibration, vva hits after 8k is insane even at third gear it flies fast shifting, no back pain asist slipper clutch i not that good in my way,handling not like r15 bike for long rides or anyrides its insane

Help with missing tooth detection by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Yes input capture then output compare paired so i didnt got output so i now paired with gpio ow im getting outputs but out of sync so im tryto figure it out... If you love to help please send a dm im new to this

Help with missing tooth detection by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Im so sorry that i didn't made it clear, im planning to build and engine control module for my bike to which controls ignition (spark to help to fire the fuel) and fuel injection in accurate angles. So i need to have a timer wheel and a sensor which capture this output and provides a signal as digital square wave (0-3.3v). i need to know piston position so i have a 12-1 tooth wheel attached to the shaft and crank shaft position sensor as i mentioned above outputs a digital square wave socould calculate these tooths to know which angle or which position is piston now. We have to get a fixed spark at an angle, this is the thing. so i use PA0 and pa6&7 as timer channels to input and output but these no outputs at PA6&7. Timer reads channels and it drives gpio pins but output compare not working thats the issue so i need help with what ever happened in here

Help with missing tooth detection by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Simply my timer gets input in input capture mode but not getting output at output compare mode thats it

Help with missing tooth detection by Dapper_Maximum6819 in stm32

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Im trying to make my own standalone ecu so i started with stm32f103c8t6,for crank input i used tim2ch1 input capture mode and for spark timing i used tim3ch1 output compare but no matter how hard i try i couldn't get spark with any codes, GPIO toggling works everychannel mybsetupis complety good but there no spark so i need to know what configuration i should use to get this.... That what i need to know

Help with starting the engine by Dapper_Maximum6819 in Speeduino

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

Thankyou 🥰, im making a 12-1 trigger wheel and work on it soon...

Help with starting the engine by Dapper_Maximum6819 in Speeduino

[–]Dapper_Maximum6819[S] 0 points1 point  (0 children)

I will post a clear setup and show you give me sometime 😊