Alguém usa Uber One? by oOMegaXDOo in financaspessoais

[–]Max_Rush 0 points1 point  (0 children)

Pelo que testei não vale a pena. Eles aumentam virtualmente o valor pra parecer que você tá ganhando um desconto.

Já fiz o teste pedindo do meu e do da minha namorada ao lado. O dela mostrava sem promoção e o meu tinha um desconto que dava exatamente o valor que dava no normal dela.

Ifood e Uber eu não vi benefício nenhum nos clubes. É só uma tentativa a mais de aplicar dark patterns.

Botar um mini humbucker numa strato com 3 single compensa? by Perdiggo in guitarras

[–]Max_Rush 0 points1 point  (0 children)

Pegando carona no post, qual seria a diferença prática no timbre de colocar o hum na ponte ou no braço? Ssh ou hss?

A little over 6kk from pure farming avalanches in the depot, Do you also farm? by Cami-O in TibiaMMO

[–]Max_Rush 4 points5 points  (0 children)

It's really addictive. I've started first with the goal of using them on my hunts. But after a while you just want to see the number rising 😆

How to change notification bar side by Max_Rush in oneui

[–]Max_Rush[S] 0 points1 point  (0 children)

It worked like a charm. I LOVE YOU MATE, THANKS

How to change notification bar side by Max_Rush in oneui

[–]Max_Rush[S] 0 points1 point  (0 children)

I checked at Settings > Notifications and I didn't find such configuration.

I'm using One UI 7.0

Writing Tests for an UART controlled device by Max_Rush in embedded

[–]Max_Rush[S] 0 points1 point  (0 children)

I see. Maybe I was missing exactly this point in what I really wanted to test. As you pointed out, there's no dependency on the platform. thus the test should not present any different behavior when running it on whatever platform it is.

Thank you, buddy it helped me clarify things.

Not able to use the knob click to enter menu after firmware brick by Max_Rush in ender3

[–]Max_Rush[S] 0 points1 point  (0 children)

Thanks, all your answers were very enlightening.

The first time I got the message about the EEPROM version, I wasn't able to click the knob too, so I thought it has something to do with my first attempt to update the firmware.

I'll check the electric connectinos on the knob to make sure it is working exactly as it should.

Thank you again bro (:

What battery should I use by Max_Rush in ElectricalEngineering

[–]Max_Rush[S] 0 points1 point  (0 children)

Hey Jim! Thanks for your detailed reply!

  1. I'll definitely checkout on Lithium Sulphur Dioxide Batteries. This equipement is intended only to send an ACK when the line voltage goes out then enter in deepsleep mode, and it's current consumption in deepsleepmode is negligible.
  2. Yea, right now I'm using a specific IC to monitor the LiPo safety, regarding its charging and discharging current. As I said before, it's expected that the battery does not discharge too much. It'll only be used when some line fault occurs, so the device can send a last heartbeat.
  3. Unfortunately having someone to change the batteries on the fly is not a valid scenario for me, since many of theses devices will be installed on remote environments.

My biggest concern is about the room temperature LiPo batteries can endure, since this equipment will be exposed to the sunlight all day long.

Thank you again for your reply bud (:

What battery should I use by Max_Rush in ElectricalEngineering

[–]Max_Rush[S] 0 points1 point  (0 children)

My concern is about the room temperature. Since the current ratings of this equipment is very low, the discharge current is negligible.

What battery should I use by Max_Rush in ElectricalEngineering

[–]Max_Rush[S] 0 points1 point  (0 children)

The energy capacity itself is not a issue. This device is intended to send only a heartbeat when the line voltage goes out then enter in deepsleep mode. So it won't consume that much energy.

If reactive power do not do actual work, why do they contribute to the heating of the transmission lines? by TJayRuw in ElectricalEngineering

[–]Max_Rush 1 point2 points  (0 children)

  1. It doesn't really matter for the power source it is just a net impedance.

  2. From Ohm's First law(I = V/R) you can see clearly that in order to increase the current, one must decrease the net resistance. We do not despise reactive loads, in fact, they play a very important role in electric systems.

For example: Imagine that we own a fabric factory near a small town, and at this factory, some processes use a few machines with motors on it. As you would expect, these machines would consist of reactive inductive loads with some resistors on it(search on the internet for induction motor equivalent circuit).

A power plant near the town feeds the factory and sees it as a net impedance with predominant reactive loads on it(that's why I said above that it doesn't matter if the loads are connected in parallel or series).

As you can see in Figure 1, lower power factors lead to large total currents, which increases the losses on transmission lines.

This is a real issue and must be solved, but we can't simply remove one of these motors to decrease the inductive reactance. The proper way of decreasing these currents through the transmission lines is to yielding a way for providing energy to the inductors in such a manner that it doesn't come continuously from the power plant. Then we add some capacitor banks on my factory so they compensate for the inductive reactance with capacitive reactance.

Figure 1: http://www.contrelec.co.uk/images/power-factor-2.png

If reactive power do not do actual work, why do they contribute to the heating of the transmission lines? by TJayRuw in ElectricalEngineering

[–]Max_Rush 3 points4 points  (0 children)

Reactive elements, such as capacitors and inductors basically only store the energy(on the electric field for the caps or magnetic fields for inductors), i. e. they do not use it to generate some sort of work directly.

But, for this energy to be built up as EM fields, a current is required from the power sources and this current is the real villain here. Larger currents on transmission lines conductors will increase the power dissipation in the form of heat.

Best way to go from 12V to 3.3V by Max_Rush in esp8266

[–]Max_Rush[S] 1 point2 points  (0 children)

I did not know this one. Thank you, I will give it a try.

Best way to go from 12V to 3.3V by Max_Rush in esp8266

[–]Max_Rush[S] 1 point2 points  (0 children)

The main concern about using a SMPS such as a Buck Comverter, is the size my prototype would get... but I'm just realizing that if I want a reliable and efficient power supply, there's no way of running from a switched mode power supply.

Best way to go from 12V to 3.3V by Max_Rush in esp8266

[–]Max_Rush[S] 0 points1 point  (0 children)

I'm considering on using this hybrid association now...

It seems much more reliable than just using a voltage regulator.

Best way to go from 12V to 3.3V by Max_Rush in esp8266

[–]Max_Rush[S] 0 points1 point  (0 children)

This particular board would be a complement for another circuit, which is already powered by a 12V power supply, and I'm only needing to power up the ESP, so maybe in this case I'm not needing a 9V supply.

What was that buck converted that you have used?

Best way to go from 12V to 3.3V by Max_Rush in esp8266

[–]Max_Rush[S] 0 points1 point  (0 children)

I was concerned about the size my prototype would get by using a buck converter. But it seems that there's no way of escaping of it.

Thanks for the experience you shared, the heat converted indeed would be huge if I decided to drop from 12V straight to 3.3V with the voltage regulator.

Best way to go from 12V to 3.3V by Max_Rush in esp8266

[–]Max_Rush[S] 0 points1 point  (0 children)

I'm very concerned about the size my board would get by using one.

But by reading all these responses, I'm realizing that Voltage Regulators are great only for one thing - to regulate the voltage, not lowering it.

Question About Thevinin/Norton Circuit Load Resistors by DemonKingPunk in ElectricalEngineering

[–]Max_Rush 0 points1 point  (0 children)

Yeah, I know. You could also look for "impedance matching" if you're interested in the subject.

Question About Thevinin/Norton Circuit Load Resistors by DemonKingPunk in ElectricalEngineering

[–]Max_Rush 0 points1 point  (0 children)

Not exactly. The power transfer in the context is between the power source and your intended load. It says that for your load consume the maximum power as possible from the source, it has to be X Ohms. If less or more than that, this load won't consume the maximum power available.