Here to flex my setup, or get humbled real bad

I got my first TUF gaming laptop like 4 months ago, it didn't come with OS (which I was happy about), and installed win 11 ltsc 24h2 for less bloat, searched here and found the legendary g-helper software, and made this profile, I use the RTX for display since 99% of the times it is plugged in, share any thoughts about it? I wanna have the best outta my laptop, I am happy if you share yours in the comments.

u/SeaInternational4087 — 16 days ago
▲ 47 r/ArduinoProjects+3 crossposts

Open sourced 4 projects. PRs and issues welcome.

Been freelancing in mechatronics and embedded here in Syria. Most of what I build goes on GitHub with wiring diagrams, firmware, and code included. All of it is MIT licensed.

A few of the projects:

PyServoArm-6DOF. A 6DOF robot arm. Python GUI built with CustomTkinter talks to an Arduino over serial and drives 6 servos. The ESP32-CAM streams 640x480 video over Wi-Fi so you can watch what the arm is doing while you control it. Has mDNS auto-discovery, per-joint calibration, speed control. Arduino, Python, and ESP32-CAM firmware are all in the repo.

https://github.com/Salim-Ammar/PyServoArm-6DOF

arduino-matlab-ultrasonic-radar. A 360 degree ultrasonic radar. Arduino mounts an HC-SR04 on a servo, spins it around, streams the distance readings over serial. A MATLAB GUI parses the packets, filters out noise, and draws a live polar plot. There's calibration for dead zones and beam spread too.

https://github.com/Salim-Ammar/arduino-matlab-ultrasonic-radar

MATLAB-4DOF-RobotArm. A 4-axis arm you drive from a MATLAB keyboard GUI. Arrow keys and WASD move the joints, the GUI sends serial commands to the Arduino.

https://github.com/Salim-Ammar/MATLAB-4DOF-RobotArm

Revolving-Pyramid-Hotel. My BSc graduation project. IoT hotel automation built on a rotating pyramid model. Raspberry Pi does face recognition with OpenCV and runs a Telegram bot. Arduino handles the stepper rotation, PID solar tracking, RFID, and the flame and gas sensors. The two controllers talk over serial using JSON commands.

https://github.com/Salim-Ammar/Revolving-Pyramid-Hotel

If you spot anything broken or have ideas, open an issue or send a PR. If you've made something similar I'd like to see it.

u/SeaInternational4087 — 17 days ago