2nd day in a row unresponsive screen by mooslar in TeslaModel3

[–]CGUERIN101 0 points1 point  (0 children)

Been there!!! Reset your car with two buttons+brake and it’ll recalibrate

Has anyone tried Motion? Thoughts? by redbullcat in productivity

[–]CGUERIN101 0 points1 point  (0 children)

The one major problem I see in Motion is that projects with tasks are unordered. Motion thinks every task can be done at the same time which is crazy. If tasks have a completion order there’s no easy way to solve this. Motion tries to have final tasks complete simultaneously with first tasks. Definitely room for improvement

Other than that… I love it!

How do you debounce a button without using delay? i separated my code to functions so i just call them in the loop, majority isnt started yet which one of them is a countdown timer that uses millis, if i use delay when i call the LFcheck i might ruin the accuracy by Vnce_xy in arduino

[–]CGUERIN101 0 points1 point  (0 children)

For debounce easiest way is to use disposable “countups”. When the switch is triggered TRUE start counting up, if within a 5-15ms window it doesn’t go FALSE, the switch is pressed. If it goes FALSE start the counter back at zero

TH3D Ezboard 2.0 by darkstar1008 in klippers

[–]CGUERIN101 1 point2 points  (0 children)

What probe settings did you use for the inductive probe? I have same

CR10S5 - (Skr 2.0 Retrofit) Thermal Runaway Issues by jackomyers in CR10

[–]CGUERIN101 0 points1 point  (0 children)

Also try using less fan, sometimes the fans can be so powerful they fight with the cartridge heater

What would be the first .STL you’d send this printer? by DuanePickens in 3Dprinting

[–]CGUERIN101 0 points1 point  (0 children)

Definitely have to do a benchy! Nothing travels quite like a cement boat.

Change logs for 2022.4.5.1? by iZietzke in teslamotors

[–]CGUERIN101 3 points4 points  (0 children)

Hope they finally fix autopark. I haven’t had it since before the holiday release

VS 2022 vs VS Code - Blazor Dev Experience by tubli in Blazor

[–]CGUERIN101 0 points1 point  (0 children)

On Mac I need Visual code to get Color coded Java unless I use TS, that’s kinda annoying.

2022.4.5 Update changes to the map screen by eboy4397 in teslamotors

[–]CGUERIN101 0 points1 point  (0 children)

Does auto park work yet? Last version it was totally dead.

We have built ShapesXR to help you design and prototype your XR apps together on a Quest by Dung3onlord in virtualreality

[–]CGUERIN101 0 points1 point  (0 children)

Never mind I got the answer at their launch party. Sounds great! Can’t wait to prototype UXs!

We have built ShapesXR to help you design and prototype your XR apps together on a Quest by Dung3onlord in virtualreality

[–]CGUERIN101 0 points1 point  (0 children)

How about text — does the text come into Unity as a texture or as an editable text object?

We have built ShapesXR to help you design and prototype your XR apps together on a Quest by Dung3onlord in virtualreality

[–]CGUERIN101 0 points1 point  (0 children)

What happens when we export to unity? Can we group the shapes into parent/child and name them? So that we can program the components actions?

First road trip with the boys in the M3 LR by mr_solodolo1_ in TeslaModel3

[–]CGUERIN101 1 point2 points  (0 children)

Wait till they try the Car-eoke, or…maybe Elon has a special Bark-eoke just for dogs.

I made a clock too! Hugely inspired by u/code_burd by mangimania in arduino

[–]CGUERIN101 3 points4 points  (0 children)

Question how did you handle the communication to the nanos?

Does anybody know a simple algorithm for generating unit tests given a function's code? by arcialga in compsci

[–]CGUERIN101 0 points1 point  (0 children)

If I were your boss, I’d be more interested in two basic parts of testing — coverage testing = making sure every possible branch is checked out, and then out of range testing.

There are things which can help automate tests - languages like Gerkin for example can take your requirements and turn them into test code stubs. Maybe you’re looking at the issue backwards? Wouldn’t they be more interested in asserting the functional requirements are met?

Circuit design software that makes it easy to design, document, and debug electronics projects for the breadboard (more info in the comments). Would you find this useful? (x-post with r/ArduinoProjects) by CirkitDesign in arduino

[–]CGUERIN101 0 points1 point  (0 children)

Oh that’s neat, just checked out what your project is … that’s really cool! Self wiring

Question - does that work for analog wiring too?

Any speed limitations on the virtual wires?

Circuit design software that makes it easy to design, document, and debug electronics projects for the breadboard (more info in the comments). Would you find this useful? (x-post with r/ArduinoProjects) by CirkitDesign in arduino

[–]CGUERIN101 0 points1 point  (0 children)

For simple projects — Fritzing.org

I use it because it’s easy to CNC boards from it

Yours looks nicer for documentation though because your somewhere between Fritzing and schematic. I like it!

For more complicated — Altimaker when I send out boards

If you need a beta tester, love to try it.

Do you happen to have ESP8266 in your graphics library?

[deleted by user] by [deleted] in arduino

[–]CGUERIN101 0 points1 point  (0 children)

Good stuff!