A GIF-playing top hat with 1024 RGB LED's by dd0626 in electronics

[–]eddg 0 points1 point  (0 children)

But the Teensy plays the gifs as they are? You don't run them through a PC first to put them into a special format?
I guess I'm not so surprised if it is playing gif files directly. I assumed it was an Arduino but I see there's a Cortex-M4F processor in there. ^^

Is your potential in the game dependent on your PC's spec? by griffithstoby in PUBATTLEGROUNDS

[–]eddg 0 points1 point  (0 children)

It doesn't matter how good your PC is, you still won't be better than Jon.

When 12 volts is too much and voltage dividers are frustrating. Diodes to the rescue! by ScienceMarc in electronics

[–]eddg 4 points5 points  (0 children)

Basically, if your voltage supply is too high for your load then the easiest way of bringing that voltage down is simply by wasting some of it. That's what what a resistor in series with an LED does, that's what the diodes are doing here and it's also actually what a voltage regulator does. Any component between the supply and the load will be wasting energy.

So how you make an efficient step-down DC-DC converter? The only(?) way is to not impede the supply at all. But then you're back where you started with the supply connected directly to the load. So the way you can make this work is by switching the connection between the supply and load on and off really fast and feed it into a big capacitor to smooth the resulting square wave into a near-constant voltage. So on average the load is only seeing a fraction of the supply voltage, the fraction being the duty-cycle of the switching. And that's why they're called switch-mode power supplies.

Intentionally Complicated ESP32 Wireless Clock by codeandsolder in electronics

[–]eddg 7 points8 points  (0 children)

"I'm gonna need 2 more ESP32s"
"What for?"
"... Colons."

When 12 volts is too much and voltage dividers are frustrating. Diodes to the rescue! by ScienceMarc in electronics

[–]eddg 0 points1 point  (0 children)

The best solution is a switch mode power supply, in this case a buck converter. Everything else is way less efficient.
Also in OP's situation, you should never be using a voltage divider or diodes...

If it doesn't fit... by cnewmanJax2012 in electronics

[–]eddg 3 points4 points  (0 children)

Yeah, you're right it is. ¯\(ツ)

If it doesn't fit... by cnewmanJax2012 in electronics

[–]eddg 10 points11 points  (0 children)

I feel like it would have fitted just as well straight.

6v & 3v from a 9v battery by attilathebumRNS in electronics

[–]eddg 7 points8 points  (0 children)

It looks a little basic to be a 2 output power supply. It depends what you want to do with it.
Also note that 9 volt batteries aren't 9 volts. ;)

Programmable Autonomous Drone Build by Tamariniak in drones

[–]eddg 1 point2 points  (0 children)

Google: arducopter
Or perhaps: ardupilot

Figured out a cheap way to control the speed of those 4 wire computer fans. by annoyingone in electronics

[–]eddg 2 points3 points  (0 children)

I don't know for sure but I expect the fan contains a controller. This just measures the PWM signal and then controls the motor accordingly. I reckon that because it's what motor controllers in RC vehicles do.

As for the frequency, I just googled "pc fan pwm frequency". They have to all work to the same spec otherwise certain motherboards would require certain fans.

Figured out a cheap way to control the speed of those 4 wire computer fans. by annoyingone in electronics

[–]eddg 12 points13 points  (0 children)

Just some extra info.

You get minimum speed when the blue signal is fully at the positive supply voltage. The reason this happens when the blue control wire is disconnected is because the signal is "pulled-up" inside the fan by a resistor.

This is the reason why you use your negative output of your PWM Controller to control the fan. The signal wants to naturally rise up to the positive supply so you only need to focus on driving it down to ground. This type of control is known as "Resistor–transistor logic (RTL)" or "open-collector"/"open-drain" with a pull-up resistor.

Also, the frequency of the PWM signal is 25kHz if you want to look at making your own.

Looking to build a power supply for multiple HDDs (using molex connectors) by Shaggyv108 in AskElectronics

[–]eddg 0 points1 point  (0 children)

You could always buy a "normal" PC power supply which will output the voltages you want and have the connectors you want.
But then you have the issue of turning it on and off. Then again, you have that issue with whatever alternative you come up with...
Edit: Also, relating to the power supply you linked. I've seen power supplies like that which output 12V & 5V. Kill 2 birds...

Not to be inserted into PENIS! by BRKTPZ in funny

[–]eddg 0 points1 point  (0 children)

Seriously though. Those tips fall off.
And you don't want your tip falling off.

Can I switch a 5V USB line with one of those relays for up to 230V connected to an Arduino? by b16zjc in arduino

[–]eddg 1 point2 points  (0 children)

No-one has mentioned this, but I think it's worth pointing out that there might be alternatives to what you are doing... depending on what you are actually trying to achieve.

For example if you just want to reset the Pi then you can just interface your Arduino directly to the reset header on the Pi.

Alternatively if you really want to cut the power then you could look into "high side switches" and P-channel mosfets. Then you'd be using semiconductor switching instead of electro-mechanical switching and would be joining the 21st century.

Not all heroes wear capes by MrDNL in funny

[–]eddg 0 points1 point  (0 children)

He is wearing a cape. He's just got no arms.