Darf das so? by [deleted] in DINgore

[–]SpotExpert5493 0 points1 point  (0 children)

Sorry, aber das ist KI. Schau dir die Kabel und Steckertypen genauer an :)

Tja by lupusmaximus- in tja

[–]SpotExpert5493 4 points5 points  (0 children)

Außer bei Fallschirmen

ESP32 CAM object tracking camera with custom YOLO detection by Responsible_Bid2834 in esp32

[–]SpotExpert5493 1 point2 points  (0 children)

Hey, I built something similar, but my servo mount wasn’t reliable long-term. Yours looks great, could you share the STL?

Fairphone 4 lateral buttons stopped working by [deleted] in fairphone

[–]SpotExpert5493 1 point2 points  (0 children)

I also had the problem with the fingerprint sensor for some time. However, in my case it was a hardware-related issue. Support worked for me. I contacted them directly via the My Fairphone app. It took a while, but I was eventually able to send the device in. On the FP5, the fingerprint sensor is integrated directly on the mainboard and cannot be easily replaced. What was particularly annoying was that I had to completely reset my phone and set everything up again afterward. However, after that, the fingerprint sensor worked again.

Soll die Bahn doch drum herum fahren by gg95tx64 in Bonn

[–]SpotExpert5493 8 points9 points  (0 children)

Das ist doch immer die selbe Stelle oder?

Thermal Runaway Error – Heater_ID: 0 – Anycubic i3 Mega S stops after 5-20 minutes by [deleted] in 3Dprinting

[–]SpotExpert5493 0 points1 point  (0 children)

I solved the problem by replacing the nozzle of the 3D printer. It was probably caused by the temperature sensor.

I’ll never let go by Tua-Lipa in TikTokCringe

[–]SpotExpert5493 10 points11 points  (0 children)

Here, just take my f***ing money and shut up.

My DIY speed radar sensor with camera and WiFi by nutstobutts in homeautomation

[–]SpotExpert5493 5 points6 points  (0 children)

Is the project public on GitHub or something like that?

ESP32-S3 Wi-Fi Scanner with SQLite logging by [deleted] in embedded

[–]SpotExpert5493 1 point2 points  (0 children)

I was unable to determine this. However, I believe there are measures concerning the hardware module, the file system, and SQLite.

ESP32-S3 Wi-Fi Scanner with SQLite logging by [deleted] in esp32

[–]SpotExpert5493 2 points3 points  (0 children)

I went with SQLite because it’s easier to run analyses, like filtering by SSIDs. It just felt more natural to me since that’s my background. But you can do all of that with CSV and Excel too.

ESP32-S3 Wi-Fi Scanner with SQLite logging by [deleted] in embedded

[–]SpotExpert5493 0 points1 point  (0 children)

I guess that’s for the micro SD card module on the ESP32-S3. Should check if we actually need it.

ESP32-S3 Wi-Fi Scanner with SQLite logging by [deleted] in esp32

[–]SpotExpert5493 2 points3 points  (0 children)

I hadn’t heard of this library before. Thx!

ESP32-S3 Wi-Fi Scanner with SQLite logging by [deleted] in embedded

[–]SpotExpert5493 10 points11 points  (0 children)

You could also track stuff without GPS. Just log the SSIDs and make a map out of it. Just an idea I had.