C
C#

Sequential Blinkers

Sequential Blinkers

AAtticTube11/20/2023
Hello everyone! I bought these sequential blinkers that run off an stm32 blue pill board. the only problem was that the boards were fried. this meant i had to install two new stm32 boards and code the blinkers myself. I came very far with the help of ChatGPT but now i'm stuck and it seems ChatGPT doesn't know how to help me any further. So can someone help me finish my project? it shouldn't be that difficult I think. The issue i'm having: i have two inputs: one that controls the blinkers when i use the turn signal (Pin B3). And one that controls the show mode where the leds do some kind of KITT style show (Pin A15). now when i first turn on the blinker without using the switches it immediately starts blinking. of course i don't want this because i want it to respond to the switch. Also, when i use the show mode switch it starts doing the led show sequence. but it does not stop till the whole sequence is done. And after the whole sequence is done it returns to blinking. it seems that the input for the blinkers does not work. I want the blinker switch to have priority over the show mode switch. I read somewhere that pin B3 only works if you disable JTAG but I can't find any more information about it.
One more thing i'm curious about is if the blinkers will respond correctly to the cars blinking sequence. the blinker will switch the input on and off and i don't know if the code can pick the signal up correctly. I made the simulation in wokwi where the top button is for the show mode and the bottom button is for the blinker. Can someone please take a look at the code for me? https://wokwi.com/projects/381912562866254849 Thank You for reading!
No description
SSinFluxx11/20/2023
Not sure you have the right server šŸ™‚
AAtticTube11/20/2023
Ahhh dammit do you have any idea where i can ask this question?
SSinFluxx11/20/2023
$cpp
MMODiX11/20/2023
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
SSinFluxx11/20/2023
Not sure if there are servers specifically for devices like that though, would possibly be even better
AAtticTube11/20/2023
Thanks for your help! i'll have a look there!
MMODiX11/20/2023
Sorry @cap5lut your message contained blocked content and has been removed!
Ccap5lut11/20/2023
oh ... no invite to the discord server. so again: as its not a time critical thingy (eg like writing drivers for a dht11, etc) and this is a c# server: there is also the .Net nanoFramework https://www.nanoframework.net/

Looking for more? Join the community!

C
C#

Sequential Blinkers

Join Server
Want results from more Discord servers?
Add your server
Recommended Posts
Trying to use Microsoft.Kiota namespace but not found when importingI am trying to use this method from the Microsoft.Kiota.Abstractions.Extensions namespace: ToFirstChWinUI3 Scheduler CalendarViewhello im trying to make a winui3 calendarview interactive calendar where I can predefine dates in myThe call is ambiguous between the following methods or properties: 'Thread.Thread(ThreadStart)' andi have to upload by filesHelp a noobie out with a simple hangmanHi! New to coding and I need some help to solve this problem. Shall I save the words to a list? AnyC# Image Resizing on Visual Studio CodeI've tried both ``newPic.SizeMode = PictureBoxSizeMode.StretchImage;`` and ``newPic.SizeMode = PictuI'm stuck,visual studio 22, I need help making my invaders/enemies move left to right then downI’m trying to get my invaders/enemies to move left to right then down like in the game space invaderāœ… Where should I store all the sensitive file on .NET project?Hello everyone, May I know where should I store all the credential files that needs to be used by .Unity CodeI have been trying to get my C# code to work in unity for about a week and I am officially lost. I'vHelp! Reporting service in dotnet Core?please don't mind my english, it is not that good. i have created 2 projects one is server -dotnetCatAPI Json deserialization issue.I'm having trouble getting my code to deserialize my json correctly. When I run my Program.cs I get āœ… Any idea why I cant use sendkey?Authorization in microservices archHello everyone, I'm quite new to the NET microservices arhitecture and right now I'm implementing a.āœ… I can't get my runButton button to work on a windows form app```cs if (e.KeyCode == Keys.Enter || (e.Modifiers == Keys.None && sender == runButton)) ``` I can sGit and Google Drivenew git user.. it seems to have your local repositories in a google drive controlled file structure ASP.NET CRUD MODALI created a MVC controller with actions (CRUD) and I would like to know, how to modify this pre geneErrorāœ… using from another csprojCurrently i have 2 projects, an api app and a worker service app And both use the same models. Is thJavascript not working on my MVC projectI'm learning front end tutorials at the moment so I'm totally new to designing websites. _Layout.csis there a way to get the colocation center connected to with C# ?I wanna get information about the colocation center exactly how Cloudflare warp gets it in the prefexaml and x:Class - issue (CS1061)I got a project wich some of you helped me with allready, tho there is still one issue I coudn't res