Announcement

Collapse
No announcement yet.

Arduino's are fun!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Arduino's are fun!

    Hello,

    I decided to get me some Arduino kits, mainly to feel nostalgic about simple programming. Given the huge discounts (particularly when ordering 3 items) and some interest towards specific sensors, I decided not to get the Mega2560 starter, but the Uno starter kit, along with a sensor kit and a separate Mega2560. This all cost less than the Mega2560 starter kit, and I have 2 Arduino's to play with and a huge array of sensors (some double, but I feel there are less that don't interest me compared to when I would have gotten the Mega2560 starter kit). Two arduino's could be fun as they can communicate via i2c, something I would love to try, and immediately provides 2 platforms for the double sensors.

    First experiences were great fun: the tutorials are very simple but give you a small feel of how to connect and program things. The kit contains many pieces (servomotor, motor, stepper motor, displays, ...) to keep one occupied. Seeing how easy it all is, maybe I should have gotten one of those robot kits (that drive around), but that is always possible later.

    All in all great fun, and I would really recommend it for people who like to tinker with it. Nice is that you don't need to solder anything (well, unless you want to really make it final). The programming language resembles a simplified C. You don't need to program much to interface with the sensors, although care has to be taken when reading data as the whole system is a permanent loop; if you are not careful you read the same events twice or miss an event. It is nice that everything is so uncomplicated: you read a pin and you get a value. Or you have a value and send it to a pin. Very intuitive, but so nice to see the programming code have a real world effect (motor turns, sensor data is read, ...). It really allows you to focus on the functionality of what you want to make and then you see if it works in the real world. One thing: the Arduino IDE is quite primitive (no autocomplete or other code-helpers, no direct way of opening header files, ...); not a big miss but it may make it more difficult to quickly know which functionality a particular library offers.


    Jörg
    Last edited by VJ; 3 September 2018, 05:50.
    pixar
    Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

  • #2
    I have a box full of all that, mega2560, Uno, RPi, 4 different cameras, touchscreens, breadboards, parts, wires... feel like I'm in second grade again, Christmas, with my new Radio Shack 250 - 1 Electronics kit, the one with all the springs... ended up having three of those various teaching gimmicks. lol

    Also have some 15,000 electronics parts that greatly amplifies what can be done

    One thing that can't be fixed atm, not enough room for all this OMG LOL

    Gave up after looking for my 3d Printer filament spool holder. Took it off so I could put a Cyberpower 1500PFCLCD UPS on top of the control box. Been missing for months and improvising is getting old so ordered a new one last night on Amazon. Guess what I found this morning! yup go figure lol
    "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

    "Always do good. It will gratify some and astonish the rest." ~Mark Twain

    Comment

    Working...
    X