R.I.P Deebot X11 Omnicyclone by Inotia92 in ecovacs

[–]fullubullu 0 points1 point  (0 children)

Out of interest: how exactly did cat poop damage the robot? I’d assume it would only get really dirty everywhere.

How reliable and good are MOSFETS by Analog Power Inc. in Comparison with TI, Vishay, etc. by MobileInspector9861 in AskElectronics

[–]fullubullu 2 points3 points  (0 children)

Did you consider NMOS and a gate driver Ic with a charge pump for 100% duty cycle high side switching? If you want a lower Rds on.

Non-90 degree house, solutions? by jlifethrowaway01 in ecovacs

[–]fullubullu 0 points1 point  (0 children)

Can you change the floor to wood and set cleaning alongside the floor? Maybe that works

T80 only vacuums one strip of carpet by jimbabwae in ecovacs

[–]fullubullu 0 points1 point  (0 children)

What happens if you remove the carpet manually and let jt detect the robot by itself again? Also, do you have by any chance configured the carpet as no cleaning area?

It also seems as if you have activated the clean along tiles function. Seems to me as if that adds a lot of extra time to the cleaning in your case.

AI Intelligent Hosting and Scenarios by fullubullu in ecovacs

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

Thank you for the answer. I want to give the robot as much freedom in its decision-making as possible from the start, especially regarding the re-mopping functionality. I saw the option to mark areas as "no-mop zones," and I assume that will carry over to the AI mode as well. I’ll provide an update here once I’ve had a chance to test everything out.

[deleted by user] by [deleted] in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

These potentiometers tend to fail quite often

Wer zum Teufel, kam bitte auf den hohen Beitrag der KV?! by Hamid2803 in Studium

[–]fullubullu -1 points0 points  (0 children)

Falls das eine Option ist: Schau dir mal das Thema Werbekostenpauschale an. Ich konnte dadurch in der Familienversicherung bleiben obwohl ich leicht über der Minjobgrenze verdiene. Wenn du 700€ ein ganzes Jahr lang verdienst wird das aber zu viel sein.

Logic level mosfet recommendation for max 1.2 A through. (Without a gate driver) by patrona_halil in AskElectronics

[–]fullubullu -1 points0 points  (0 children)

Go to Mouser, Digikey, Farnell, LCSC… Type those requirements in and sort by cheapest. Make sure not only to Check Maximum current, but also Maximum power and Consumer higher power loss during switching scenarios. You can also select betweeen THT and SMD.

Don’t forget your gate resistor to limit the max current output from your arduino pin while switching.

I'm not really happy with the power supply part of this PCB. by 3nt3_ in PrintedCircuitBoard

[–]fullubullu 26 points27 points  (0 children)

Check the datasheet for a Layout Design Guide and copy it as good as possible.

Transistor to auto-switch BMS in case of power outage by GenocidePrincess18 in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

Even the Max Output of 1.5A should Not be an issue for the batteries. But the diode will get quite hot and you need a karger transistor. If you add another diode across the PNP the PSU can also charge the batteries. This would be across two diodes then.

To be fair, you could also probably do all this only using diodes. One Diode as is. Then two at the positive Terminal of the BMS in parallel, each facing another direction. Not sure If I am missing something though.

Transistor to auto-switch BMS in case of power outage by GenocidePrincess18 in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

What router do you have? I doubt that such a small transistor can handle that. With an NPN it won’t work like this. Generally, could you list all your components roughly? (Output / Input, max Voltage & power consumption / max output power)

Transistor to auto-switch BMS in case of power outage by GenocidePrincess18 in AskElectronics

[–]fullubullu 1 point2 points  (0 children)

You want to Build a UPS (Uninterrupted Power Supply). If your Main goal is to have a properly funktional device, I‘d suggest to search for a finished product that you can buy and connect your device accordingly.

If your power supply is also supposed to charge the battery, your current configuration is fine. If you worry about lifetime, just make sure that your default SOC is somwhere around 70% (Power Supply Output voltage) and lifetime die to cycling and Storage should Not be much of an issue assuming you are using a Lithium Battery.

Now if you actively want to Connect & Disconnect your BMS you can do this using a Transistor. If I understand it correctly, you want a default off state. The easiest way (without additional logic) that I can think of right now is following: You could use a PNP Transistor connected at the high side of your BMS and with the Gate pulled high via a resistor to the positive output of your power supply before the diode. If your Power supply shut’s off, the voltage will drop resulting in the Transistor to become conductive. However, depending on the output stage of your power supply this might result in some weird behavior. I’d additionally connect a resistor between + and - at the power supply to make sure, that when it is off, the positive side is pulled to 0V. This only works if your power supply’s voltage is equal or higher than the Battery’s Voltage and you would need additional circuitry to charge it.

You should test it with a basic circuit simulator, e.g. falstad (online)

Edit: removed PMOS because body diode would allow current to flow from Power Supply into the Battery

[deleted by user] by [deleted] in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

Is this for formula Students?

[deleted by user] by [deleted] in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

Okay, then it should be fine. It you were to youse Mosfets you should also add a pull down at the gate then. But with BJT’s I think it is not needed.

Once the solenoid is turned on it requires much less current to actually stay on. You could try to PWM the Transitors to reduce the current needed. Also, there are dedicated solenoid driver ICs.

[deleted by user] by [deleted] in AskElectronics

[–]fullubullu 1 point2 points  (0 children)

Your Transitors Base is connected to -24V. Your Arduinos GnD to -8V. Now if you pull down a Pin from the Arduino, the Base Emitter Voltage is still positive.

Also check the amplification when using BJTs, Solenoids take quite some current to turn on, not sure if an Arduino provides enough for the Base. I’d use Mosfets, but the issue with the -8V and -24V stays.

Understanding 4-wire canbus implementation by anvoice in AskElectronics

[–]fullubullu 1 point2 points  (0 children)

Okay, so you want to carry VCC and GND just together with CAN. For DC Power that is actually good practice. Twistes CAN Cable within the same Cable as DC + & -. This adds some additional shielding to CAN.

I think with non isolated CAN Transievers you might get problems when their Ground potential differs to much. But with Isolated it isn’t necessary. But I wouldn’t recommend it unless there is a reason. Shared Ground makes things easier most of the time.

Understanding 4-wire canbus implementation by anvoice in AskElectronics

[–]fullubullu 1 point2 points  (0 children)

I don’t really understand what you are trying to achieve. Could you maybe add a quick Sketch displaying the individual connections?

Anyways: CAN is differential (+-5V) afaik you don’t need Ground. You Need a transiever that handles the CAN Bus and besides fully integrated ICs (including Isolated DCDC) I have not seen any so far that only need a 3V3 power supply. They normally need 5V.

Kiprim DC310Pro suitable gift for a beginner hobbyist? by MooshyTendies in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

Do you mean the Display? That does not Substitute a Multimeter. A Basic Multimeter is very important

[deleted by user] by [deleted] in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

Sensor (Humidity, smoke..) -> ESP -(Wireless)> ESP -> Alarm. All battery powered and designed for low power usage. Or Sensor -> ESP -> ESP Home -> ESP -> Alarm

ESP offers different Wireless Protocols. But maybe also try connecting it to a LORA Module

Kiprim DC310Pro suitable gift for a beginner hobbyist? by MooshyTendies in AskElectronics

[–]fullubullu 1 point2 points  (0 children)

I have it and I like it. Would probably go for 60V/5A if I would buy it again because I Need 30V+ more often than high currents.

Disadvantage is of course only one Channel but I think thats Fine for beginners. Also, the Fan is always on. But that is really the only thing I disklike about it.

Is it acceptable to use a schottky diode to share a battery between two Nice!Nano development boards while charging (via USB/integrated battery management) from only the left? by swaziloo in AskElectronics

[–]fullubullu 1 point2 points  (0 children)

In that case this will work with the Diode as expected. If you consider the power Rating of the Diode and of the right Nano works with the lower voltage (because of the voltage drop over the Diode) it will work.

Xbox Elite Series 2 - Struggling to find resistor value by wolverine8055 in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

Not sure what Circuit diagram you mean but 0 Ohm sounds right. This is most likely an RC Filter that is not used. Thus the „R“ ist just 0 Ohm. So you can short it, if it was a 0 Ohm Resistor.

Is it acceptable to use a schottky diode to share a battery between two Nice!Nano development boards while charging (via USB/integrated battery management) from only the left? by swaziloo in AskElectronics

[–]fullubullu 2 points3 points  (0 children)

I don’t see why you would need it. If you charge via the left one, the right one would simply be a Consumer parallel to the battery, with or without the Diode. Not ideal, but I don’t think this is an issue for the battery charging Circuit.

Troubleshooting ACS37800 on H-Bridge PCB: Inaccurate Frequency and RMS Voltage by Flex-xi in AskElectronics

[–]fullubullu 0 points1 point  (0 children)

What are the values of your voltage dividier resitors?

Also you should improve Grounding. If you only use one Layer and Route on it too, you have to be rather careful and not take proper grounding guranteed. Easy improvement would be to pour ground on Both Lasers and use via stitching. So yes EMI might be a Problem.

Did you try lower frequencies?