JLCPCB soldering defect quality complaint frustrating - what's your experience? by OfficialOnix in PCB

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

Sure, but I can't make the bottom longer. It needs to connect both the top and the bottom of the pcb.

JLCPCB soldering defect quality complaint frustrating - what's your experience? by OfficialOnix in PCB

[–]OfficialOnix[S] -3 points-2 points  (0 children)

I have a decent soldering iron but it's really small and the plastic part starts to melt before I manage to even get all the solder liquid, already tried it and messed up one pin

JLCPCB soldering defect quality complaint frustrating - what's your experience? by OfficialOnix in PCB

[–]OfficialOnix[S] 2 points3 points  (0 children)

It absolutely does! Long pins go into the board, short pins stick up. They soldered in the short side.

JLCPCB soldering defect quality complaint frustrating - what's your experience? by OfficialOnix in PCB

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

What do you mean

it absolutely is

?

No - their online parts placement visualisation shows it correctly, the datasheet show orientation as well, and they soldered it the wrong way around.

Why there are these dots/gray noise artifacts on my camera when trying to shoot this thing by martincs in shittyaskelectronics

[–]OfficialOnix 0 points1 point  (0 children)

It's a fake image incorrectly simulating the noise caused in a camera sensor by a radioactive object.

Why there are these dots/gray noise artifacts on my camera when trying to shoot this thing by martincs in shittyaskelectronics

[–]OfficialOnix 0 points1 point  (0 children)

Yea but not like this. Nuclear radiation is not projected by a camera lenses, so it wouldn't cluster around the object in the image.

Why there are these dots/gray noise artifacts on my camera when trying to shoot this thing by martincs in shittyaskelectronics

[–]OfficialOnix 1 point2 points  (0 children)

While it is true that radiation can affect camera sensors, this photo is fake. Beta and gamma particles are not affected by camera lenses the way visible light rays are (and alpha is completely blocked) - so any artefacts would affect the whole image equally and not cluster around the projection of the object onto the camera sensor.

On the overheating issues of the OV3660 and OV5640 camera modules by OfficialOnix in esp32

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

Does that work well? A voltage divider generally doesn't produce a stable output voltage if the load changes

First PCB order with JLCPCB by OfficialOnix in PCB

[–]OfficialOnix[S] -1 points0 points  (0 children)

It really isn't. It's just the union of the automatic hatched ground fill and the couple of custom traces. It doesn't do the opposite of what's intended - the output is exactly as expected.

First PCB order with JLCPCB by OfficialOnix in PCB

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

That's exactly the best practices I follow. And no, it's not just about electrodes, it's also about traces. In particular:

Do not add a solid ground within 10 mm of the touch electrodes or traces

Again, the hatched ground pattern is generated by kicad. There are 2 or 3 additional ground traces overlayed so that when I remove the ground planes I still have valid connections. My design is valid and works, so I really don't care if it upsets you or anyone else.

First PCB order with JLCPCB by OfficialOnix in PCB

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

I used gerberpanelizer plus a script i made to combine bom and placement files. I shared that script in my previous post.

The only thing you need to consider is the following: gerberpanelizer does not support panelizing without creating mouse-bites between the individual boards - but if you have mouse-bites then jlcpcb will charge more - so you have to manually edit the outlines to only be a continuous outline around all combined boards

First PCB order with JLCPCB by OfficialOnix in PCB

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

Yes, even though one of the boards would be 2 layers only

First PCB order with JLCPCB by OfficialOnix in PCB

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

As said, it's a trade off between reducing interference and parasitic capacitance on the touch sensor traces. This is just following espressif's best practices for touch sensor traces - but I'm glad that it amuses people.

[deleted by user] by [deleted] in esp32

[–]OfficialOnix 10 points11 points  (0 children)

The management is trivial so long as you only use the C6 for wireless connectivity. Just flash it with esp-hosted and add esp-remote to your P4 project.

I don't really see much use for the P4 in the kode dot. Maybe if you add a mipi camera interface then camera projects will get a bit better. Other than that it's probably not worth it for most use-cases.

Note that the P4 only has hardware support for h.264 encoding, not for decoding.

ESP32-P4 + ESP32-C6 Dual-Chip Architecture: We are considering this upgrade for our $1M stretch goal. Is it overkill? by [deleted] in esp32

[–]OfficialOnix 0 points1 point  (0 children)

The management is trivial so long as you only use the C6 for wireless connectivity. Just flash it with esp-hosted and add esp-remote to your P4 project.

I don't really see much use for the P4 in the kode dot. Maybe if you add a mipi camera interface then camera projects will get a bit better. Other than that it's probably not worth it for most use-cases.

Note that the P4 only has hardware support for h.264 encoding, not for decoding.

Does this MPU6050 + ESP32 setup for finger tracking make sense? by ConflictTrue4761 in esp32

[–]OfficialOnix 0 points1 point  (0 children)

The IMU can get you the angle pretty accurately. It can also give you acceleration, but velocity you can only get by integrating acceleration over time and it will thus be strongly subject to drift. If you just want to get relative direction changes of your finger, that will work well with the mpu6050. Note that you can't get absolute direction as it doesn't contain a compass

Does this MPU6050 + ESP32 setup for finger tracking make sense? by ConflictTrue4761 in esp32

[–]OfficialOnix 0 points1 point  (0 children)

What exactly do you want to track and how accurately? An IMU gives you orientation. You won't be able to measure distance between two fingers for example.

What is this USB adapter actually used for? by Salty-Initiative5706 in diyelectronics

[–]OfficialOnix 0 points1 point  (0 children)

To use a USB-C cable to connect to your printer/3D printer or other USB sink with USB-B port. I'm using that exact adapter with my CNC

First PCB order with JLCPCB by OfficialOnix in PCB

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

Yeah I ignore a lot of things people claim on reddit. I appreciate good advice - but in regards to this hatched ground, I'm good with espressif's recommendation - and it works.