FacePalmGamer
FacePalmGamer
CC#
Created by FacePalmGamer on 8/29/2023 in #help
✅ Making custom Events
Cool. I’ll look more into this
8 replies
CC#
Created by FacePalmGamer on 8/29/2023 in #help
✅ Making custom Events
Yeah ok. I thought about doing it this way, but having a while true loop just seems wrong. Ik in something like c code you can have interrupts and I was wondering if there was a way to set that up with events. I get c is lower level so it can do that better but this has to put a thread in the thread pool waiting for an event. Makes sense you have to do if that way but I was just wondering if there was a better way
8 replies
CC#
Created by FacePalmGamer on 8/24/2023 in #help
✅ Compile with bat file
awesome I got it. TY
5 replies
CC#
Created by FacePalmGamer on 8/24/2023 in #help
✅ Compile with bat file
just running it locally I sohuld just build then navigate to the debug and start im assuming?
5 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
Aight ima close this now. I have to go to work. Ty for the help
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
the pi is the place where i except a bottleneck to be if there even is one
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
ah i see. Well the input for this is a pi pico, the pico only runs C so it will be bare bones. I believe any modern laptop should be able to handle the through put of a pi, but i could be wrong
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
If i need to throttle it. i just ignore inputs read the newest ones and disregard the rest
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
will do
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
wouldnt really be a queue. because I want the newest information as soon as possible. If im getting too many inputs I just throwout the ones i miss
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
well this derailed quite a bit form the original question. Thanks for all the help, I'll look into different ways to parse and setup my communication network
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
well it makes sense. Alot of that data is probably outputting to the user so sending strings and chars vs hex makes sense
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
what protocol does home automation use?
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
but i dont know enough about them to advocate one way or another
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
i2c is also only hex i believe
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
SPI is not i believe
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
I believe on the lower level serial is just hex so its not too different. its just readable
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
this guy just wants to use bit banging for everything
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
thats what testing is for.
80 replies
CC#
Created by FacePalmGamer on 7/19/2023 in #help
✅ Correct way to pass data between threads?
ah im still well over
80 replies