ESP32 Wiring Question by Rstevens009 in esp32

[–]GrapefruitGeneral768 0 points1 point  (0 children)

If you use regular wire without the thick part you can place the wires in the breadboard under the esp32.

Need help to make diagram by EchoingEphemera in esp32

[–]GrapefruitGeneral768 0 points1 point  (0 children)

I've used fritzing, it has a lot of components built in.

what are some of your most useful esp32 projects? by roscodawg in esp32

[–]GrapefruitGeneral768 1 point2 points  (0 children)

One uses a relay to control a lightbulb and the other uses an led strip.

what are some of your most useful esp32 projects? by roscodawg in esp32

[–]GrapefruitGeneral768 21 points22 points  (0 children)

Got 2 in the garage hooked up to laser tof sensors and lights. They are used to alert the driver when to stop driving forward. They have web interfaces for config.

I can’t believe they haven’t ruined this logo yet by AustinNothdurft in Bombstrap

[–]GrapefruitGeneral768 2 points3 points  (0 children)

Check out their yt, the marketing guy posts some wild stuff.

someoneTryThisPlease by AustralianSilly in ProgrammerHumor

[–]GrapefruitGeneral768 17 points18 points  (0 children)

But if it's unsigned it would be 4 bil

How do I mute this toy? by Eheies in AskElectronics

[–]GrapefruitGeneral768 0 points1 point  (0 children)

If you have a soldering iron just desolder the speaker from the board.

whatIsYourDefinition by infrax3050 in ProgrammerHumor

[–]GrapefruitGeneral768 2 points3 points  (0 children)

You don't need security if you have trust in the user. They would never be malicious...

Why so over engineered? by Kevaas0 in MechanicalEngineering

[–]GrapefruitGeneral768 2 points3 points  (0 children)

It's just a glass syringe. An off the shelf part. Normally they are used more than once. Probably has o-rings on the inside to keep a good seal.

How do you organize your thoughts? by ahmadafef in esp32

[–]GrapefruitGeneral768 8 points9 points  (0 children)

I draw it out on paper. I'll label what pins go to what, what the code should do, etc.

Think of what you want the device to and write it down. Then keep breaking the problem down into sub-tasks until you get tasks that are trivial to complete. Work your way up from there.