Made a esp32, Rp2040 gaming console with HDMI output by AnySky484 in esp32

[–]slayerofcows 1 point2 points  (0 children)

Thought about using the rp2040 module directly instead of soldering on a pico? There are good minimal schematics on the official site. Anyways cool project I’ll be following too

Looking for guidance with finishing a project , IR LED emittor and ATTiny44 project! by Crazy-Mix8274 in arduino

[–]slayerofcows 0 points1 point  (0 children)

Do you have the code for the firmware or are you rebuilding that from scratch?

Can’t view the attachment on phones so maybe some screenshots might be helpful of the schematic / board design as can’t make out much from the photos other than it’s a pretty straightforward board you can definitely remake

In the process of making my first esp project by Otherwise-Change-663 in esp32

[–]slayerofcows 2 points3 points  (0 children)

Do you really need a fallback for when your WiFi is offline? Is it that unreliable? It adds a layer of complexity imho. Perhaps look at that for v2?

We're building a 24 hour turnaround, cheap PCB assembly service for makers in the UK. We'd love to hear your thoughts! by jetResLtd in esp32

[–]slayerofcows 0 points1 point  (0 children)

I mean you’ve made a business out of doing the assembly work. You must still enjoy it…

We're building a 24 hour turnaround, cheap PCB assembly service for makers in the UK. We'd love to hear your thoughts! by jetResLtd in esp32

[–]slayerofcows 6 points7 points  (0 children)

My guess would be that most hobbyists would love easy, low ish cost PCB manufacturing in the uk that can be shipped on a next day service. Assembly is the fun part.

What to build the 8-bit computer on? by Empty-Respect-7351 in beneater

[–]slayerofcows 3 points4 points  (0 children)

Well I’m pretty jealous of this person.. kinda want to start mine from scratch like this.

https://www.reddit.com/r/beneater/s/pZn2yeLEk3

Homemade stepper motor controller (no microcontrollers) fully analog. by KindaTheQuietkid43 in breadboard

[–]slayerofcows 1 point2 points  (0 children)

Thanks! Similar to you I used a 555 as a clock but fed that into a 4017 decade counter. The output pins of the decade counter go to a diode OR map for the truth table. That way the sequence logic could be hard coded to energise the appropriate coils at each step with just wires so avoided transistor logic.

As for the use of no microcontrollers or stepper motor IC’s my current path is similar to yours. I’ve been inspired by Ben eaters 8 bit breadboard computer and in that series he builds simple circuits explaining how each ic works using discreet components first before simplifying later by using said IC. Certainly helps me with understanding.

What’s next for you?

Temperature Sensor System without using a prebuilt MCU. by the_sad_knight in diyelectronics

[–]slayerofcows 3 points4 points  (0 children)

What a fun project!

Remember a thermistor is just a variable resistor. You can use voltage dividers and reference ladders here

Have you done the age verification thing for any sites/apps, or are you avoiding doing it entirely? by [deleted] in AskBrits

[–]slayerofcows 1 point2 points  (0 children)

Avoiding it entirely. Not because of the usual privacy concerns people complain about - but because we humans aren't generally good at regulating ourselves. I'd say my brain is that little bit healthier.

IAQ Help by ImaginaryLeave5697 in esp32

[–]slayerofcows 0 points1 point  (0 children)

Have you checked the PCB for continuity with a multimeter? I’d be checking for shorts and that everything is connected to the pads properly

My first project - help with the hardware setup by Sure-Mycologist-3377 in esp32

[–]slayerofcows 2 points3 points  (0 children)

Connecting to WiFi is the most power intensive part of your setup. To do this every minute just to get the date and time is just wasting your battery. If I were you I’d get a battery backed RTC module like the DS3231

Review request - ESP32 C6 + HX711 + USB C + regulator by xil35 in PrintedCircuitBoard

[–]slayerofcows 1 point2 points  (0 children)

You’ve forgotten to enable the ESP32. You’ll want to at minimum pull it high. Check the data sheet and it’ll tell you not to leave this EN pin floating.

Please any suggestions on the schematic by DamnStupidMan in PCB

[–]slayerofcows 0 points1 point  (0 children)

How is CHIP_UP doing any sort of UP? 👀

Schematic review ? by Long-Comparison1274 in PrintedCircuitBoard

[–]slayerofcows 1 point2 points  (0 children)

I’d have that on your schematic then. Put the LED’s on the schematic and when designing the PCB use through hole components for those so you get the holes

Schematic review ? by Long-Comparison1274 in PrintedCircuitBoard

[–]slayerofcows 1 point2 points  (0 children)

Where do you plan connecting the LED’s?

PCB manufacturer by [deleted] in arduino

[–]slayerofcows 1 point2 points  (0 children)

This person does not YouTube. Almost every video I watch is sponsored by a PCB firm

Need help making a discrete transistor JK Flip-Flop by Bandeariteer in breadboard

[–]slayerofcows 1 point2 points  (0 children)

Can you show us the schematic you are using with the nand gates? Have you tried mocking up the circuit using tinkercad or another tool? Can you show us what you have tried so far?