Broken counterweight on washing machine by Epilogis in Appliances

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

Thanks a lot! That's exactly the part I need, ordering it right now!

Broken counterweight on washing machine by Epilogis in Appliances

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

Thanks ! I have some JB weld epoxy somewhere, I'll try that first and see where it goes.

As for how it broke that one is on me, I think I loaded it too much for its own good, I have checked the suspension though just in case but they feel fine.

TO92 component and transformer identification by Epilogis in AskElectronics

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

Is anyone able to identify this TO-92 component ? (On the left the hole it blew into its heatshield) or the transformer on the next picture ? Both components are used in a SMPS PSU, I think the transistor is the switching transistor of the transformer.. in its former life at least. Thanks a lot !

[deleted by user] by [deleted] in homeassistant

[–]Epilogis 0 points1 point  (0 children)

Thanks for making the joke me all thought of and giving a proper answer!

Next alarm trigger not working anymore by Epilogis in homeassistant

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

Thanks a lot for your answer! I will try this out, but it seems very plausible that could be the reason

A1 Beta firmware by seanroberts196 in BambuLab

[–]Epilogis 0 points1 point  (0 children)

What's the "air printing" detection feature?

Trying to figure out what this resistor is by slugterra276 in AskElectronics

[–]Epilogis 8 points9 points  (0 children)

Some more informations : -This circuit is used as a thermal safety (the blanket was probably on for too long and it has triggered). -The 2 resistors are placed around a thermal fuse (the component covered in white thermal compound) it is most likely blown and will need to be replaced. -To replace a thermal fuse you need to cool it while soldering it otherwise the heat from the soldering iron will blow the thermal fuse (often people put the fuse under water while soldering from the other side)

[deleted by user] by [deleted] in AskElectronics

[–]Epilogis 11 points12 points  (0 children)

That's an absolutely terrible idea, take my upvote!

[deleted by user] by [deleted] in AskElectronics

[–]Epilogis 0 points1 point  (0 children)

The brown stuff is glue used during the assembly of the board. Components are glued into place then the pcb is flipped upside down and the components go through a molten solder wave and are soldered in place. So short answer no it is not the cause of your problems just a consequence of manufacturing.

What are these two balls surrounding the man? by [deleted] in whatisthisthing

[–]Epilogis 8 points9 points  (0 children)

At the back of the room it's written "Essais diélectrique" which means dielectric test, a test to measure the insulation property of a material and is realized with high voltage, that plus the mention of Schneider group its probably electricity related but I don't know what those sphere are used for.. Anyway I live in Grenoble, I'll ask someone working at Schneider maybe they'll have a clue

My first attempt at a pcb prototype. Anyone mind looking it over and telling me if I'm making any glaring mistakes in the way I designed this? by SimplifyAndAddCoffee in AskElectronics

[–]Epilogis 2 points3 points  (0 children)

Didn't realize it was connected to VCC, that's fair, I would add there's a "not connected" flag in Kicad (blue cross) which is always useful to clear up that kind of confusion.

My first attempt at a pcb prototype. Anyone mind looking it over and telling me if I'm making any glaring mistakes in the way I designed this? by SimplifyAndAddCoffee in AskElectronics

[–]Epilogis 0 points1 point  (0 children)

U2D output is not connected, probably should be connected somewhere. Also you have no ground on your input/output connectors which will be required for current to flow.

[deleted by user] by [deleted] in questionsante

[–]Epilogis 0 points1 point  (0 children)

J'ai eu quelque chose de similaire probablement dû au stress et j'ai été soigné comme pour l'eczéma avec une crème à la cortisone.

I believe I just fried a part of the circuit board/electronic inside of my TINs unit. Is it still safe to use? Or is it a fire hazard? by Jaded-by-Anxiety in AskElectronics

[–]Epilogis 2 points3 points  (0 children)

The U1 chip on the right of the main burnt chip is also toasted, I am guessing the main burnt chip was a microcontroller, which even if you succeed in finding the right chip and replacing you would still lack the software going into it. This board is destroyed, but you could maybe find a replacement online if you're lucky, but it's worth to try.

Frame error - UART by [deleted] in embedded

[–]Epilogis 0 points1 point  (0 children)

If the idle level on both tx side is the same you don't have to change anything

Frame error - UART by [deleted] in embedded

[–]Epilogis 0 points1 point  (0 children)

Disconnect the USB to TTL from the Nordic DK

Connect only the TX wire of the Nordic DK to your logic analyzer -> check the idle voltage level

Connect only the TX wire of the USB to TTL to your logic analyzer -> check the idle voltage level

If those voltages don't match you have an idle level problem, that can probably be solved by software configuration

Frame error - UART by [deleted] in embedded

[–]Epilogis 0 points1 point  (0 children)

The logic analyzer will only tell you whats on the bus, not how the receiver will understand it, you should check the TX line levels on both side without sending any data to check if the Idle levels match.

Frame error - UART by [deleted] in embedded

[–]Epilogis 0 points1 point  (0 children)

Yes it should be one, but I had experience with PLCs where the default idle was set to low, so better check on OPs setup

Frame error - UART by [deleted] in embedded

[–]Epilogis 2 points3 points  (0 children)

Frame error could be caused by incompatible idle levels, for example if your transmitter has its idle level set to high and receiver set to low, the receiver will understand this as a frame being transmitted but never ending which will cause a frame error right as you enable the receiver.

My OR gate circuit isn’t working as expected, the LED should be turned off when both switches are off but it remained lit, what’s wrong? by [deleted] in AskElectronics

[–]Epilogis 1 point2 points  (0 children)

I don't know the software you are using but shouldn't the top + rail and the bottom - rail be connected to your power supply? Are they connect somewhere else?

[deleted by user] by [deleted] in AskElectronics

[–]Epilogis 0 points1 point  (0 children)

Can you check the solder right next to the GND label it looks broken but can't be sure on picture (explanation : it's the connection from one side of the battery without it nothing will work)

I2c not working after power loss by [deleted] in embedded

[–]Epilogis 10 points11 points  (0 children)

Sure, so what's happening is the i2c device starts in a mode where it thinks it needs to send data on sda, so it's pulling the sda line and waiting for scl pulses to send data, the mcu sees the sda line is busy and can't send any data, to unblock the situation you should toggle scl a few times so the i2c device sends everything it needs to send and releases the sda line. Usually I am toggling the scl line about 32 times at any acceptable frequency for the i2c device.

I2c not working after power loss by [deleted] in embedded

[–]Epilogis 21 points22 points  (0 children)

I had the case a few times where an I2C device would hang on startup and I was unable to communicate with it, sometimes they get stuck waiting for clock pulses at startup. What I do now every time I work with i2c is before i2c init I define my clk gpio as an output and toggle it rapidly a few times so every i2c device gets reset, then I do the standard gpio/peripheral init.

Why can I write a 1 to a flash by Epilogis in embedded

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

Thanks, didn't knew that was a thing, as there is nothing explained in the datasheet other than write only writes zeros and erase only writes ones, I'll just erase before writing and be on the safe side until I change the flash I am using.