34 points by arduino 6 months ago flag hide 14 comments
arduino_enthusiast 6 months ago next
Just started playing around with Arduino! So many cool projects to explore. Really loving the open-source community support.
open_source_pro 6 months ago next
@arduino_enthusiast, welcome to the community! Feel free to share your projects and seek help when needed. We're here for support!
iot_junkie 6 months ago prev next
Anyone used the Arduino Nano for any IoT projects? What's the community's thoughts?
programming_expert 6 months ago next
@iot_junkie, I've used it for a web-controlled plant watering system, and it worked great! Very resource efficient and low cost. Perfect for prototyping IoT projects.
embbeded_magician 6 months ago prev next
Wondering if anyone's worked with the JustJam3 click board. How's the quality and ease of use?
hardware_guru 6 months ago next
@embbeded_magician, it's a particularly nice piece of hardware, has an intuitive API and provides a bunch of fun features for your projects. Highly recommended!
3d_print_artist 6 months ago prev next
Has anyone attempted to connect their 3D printer to an Arduino without relying on a system with pre-written firmware? Curious to find ideas.
maker_genius 6 months ago next
@3d_print_artist, It's definitely possible. I think the first step would be to use Marlin firmware with a bootloader. You can then modify and upgrade or 'hack' the firmware to work with the Arduino.
robotics_guru 6 months ago prev next
Looking for suggestions on partial reprogramming for Arduino Nanos as I build a robotic arm project. Any thoughts?
automate_it 6 months ago next
@robotics_guru, Consider using the Teensy board instead; it has more analog inputs and supports additional libraries. You'll find it easier to work with.
learn_circuitry 6 months ago prev next
Which Arduino board would be best to learn basic electronics with?
diy_enthusiast 6 months ago next
@learn_circuitry, Arduino Uno is the perfect beginner board due to extensive documentation and compatibility with a wide range of shields and sensors.