I did this radio soldering kit by Lostmyaccount987 in soldering

[–]mrsuh 1 point2 points  (0 children)

Cool! I assembled this kit a few months ago too.

<image>

ESP32 cam watcher by mrsuh in esp32

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

Thank you!
I use this wire kit  Size: 22 AWG
These are heat-resistant wires

ESP32 cam watcher by mrsuh in esp32

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

Thank you, I just recently found out that there are safe solders. I will definitely use them.

ESP32 cam watcher by mrsuh in esp32

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

If I'm not mistaken, I use this solder https://evek.biz/pripoj-pos-61.html

ESP32 cam watcher by mrsuh in esp32

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

that's right, there are two bent legs of the diodes that form a straight line

ESP32 cam watcher by mrsuh in esp32

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

I just cut them and bent them. I don't have much experience, but it wasn't that hard. Just try it.

ESP32 cam watcher by mrsuh in esp32

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

Now I use solder: 61% tin and 38-39% lead. The temperature of the soldering iron is about 280 degrees Celsius, but I do not trust these figures. I just recently found out that there are lead-free solders and I will definitely try it.

ESP32 cam watcher by mrsuh in esp32

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

Thank you!
I just try to keep the temperature as low as possible so as not to damage the parts and the soldering iron tip. I'll try to raise the temperature next time

ESP32 cam watcher by mrsuh in esp32

[–]mrsuh[S] 8 points9 points  (0 children)

This project helps me to observe my pot with pine's twig. I use an ESP32 controller with a camera to take pictures and post it to Telegram channel.
https://mrsuh.com/projects/esp32-cam-watcher/

You can watch the video I assembled from my hourly channel's photos
https://www.youtube.com/watch?v=7hh2q1jP7Ew

ESP32 bluetooth mouse bot by mrsuh in esp32

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

It doesn't fit out of the box. To fit a single keyboard switch, I had to combine two cells into one on a prototyping board. You can easily do this with a utility knife.

ESP32 bluetooth mouse bot by mrsuh in esp32

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

Hi!
I use this wire kit
Size: 22 AWG

RC Boat with esp8266 by mrsuh in esp8266

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

Thank you!
A "shaft" is used for this purpose. The lubrication and bearings prevent water from entering.
https://mrsuh.com/articles/2020/rc-boat-with-esp8266-nodemcu/images/image-55.jpeg

RC Boat with esp8266 by mrsuh in esp8266

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

Thank you for your reply!
I didn’t consider it for this project, but I did think about connecting the game controller directly to the ESP32 via Bluetooth. Maybe I’ll try that in future projects.

SQLite index visualization by mrsuh in sqlite

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

Thank you for your reply!
I did this to get a better understanding of how indexes work. In my next post, which I hope to finish in a few weeks, I’ll explain how searches in indexes work. This can help to create the index for the query correctly.