r/ArduinoProjects • u/Life-Ad2589 • 18h ago
Showcased Project planetary gearbox
Enable HLS to view with audio, or disable this notification
planetary gearbox 3d file:
r/ArduinoProjects • u/Life-Ad2589 • 18h ago
Enable HLS to view with audio, or disable this notification
planetary gearbox 3d file:
r/ArduinoProjects • u/Signal-Letter-3497 • 9h ago
I'm building a drone f450 frame and fsi6 receiver and kk2 .1.5. everything's done .now i have ultra Sonic sensors and Arduino nano. Help me submission is on 25 th july
r/ArduinoProjects • u/Working-Wealth3724 • 2h ago
Hey everyone,
Like many of you, every time I wanted to deploy a remote LoRa sensor node, I ended up with a bird's nest of wires. You know the drill: an Arduino or ESP32, a separate LoRa module, a buck converter to handle 12V/24V industrial power, and a bunch of discrete components just to read a 0-10V sensor.
To fix my own frustration, I spent the last few months designing ArduLora – a compact, ultra-low-power development board that puts everything you need for industrial IoT onto a single piece of hardware.
It’s completely open-source (MIT license), and I’ve just released the latest revision along with 3D-printable enclosure files.
What’s packed inside:
The Software Side:
You don't have to learn a whole new toolchain. It programs natively in the Arduino IDE using standard functions mixed with the RAKwireless RUI3 APIs. I also published a helper library to the official Arduino Library Manager—just search for ArduLora and hit install.

Everything is up on GitHub, including schematics, pinout maps, and step-by-step example codes (covering everything from GPS integration and Modbus to deep sleep timers):
GitHub Link: https://github.com/NamNamIoT/ArduLora
I’m currently looking for ways to improve the hardware design for the next revision.
Would love to hear your thoughts, critiques, or any feedback you have!