An “Arduino Apology”

Arduino
Brave and thoughtful post by Paul… It’s really cool he posted about this and his journey!

I’ll admit it… I trash talked the Arduino platform. I’ll also admit that any comments I made were entirely unfounded. Like other people I know, I equated the Arduino platform’s simplicity with “restrictiveness” and “cheesyness.” I don’t know why, but I kind of viewed it as the “VB” of microcontroller programming (ie: good for n00bs, but really bad otherwise). I used to laugh at people who had their little toolboxes with their cute cut-to-length wires and kits.

Well, I have no problem admitting when I’m wrong, and my skewed (and unfounded) opinions of the Arduino have now vanished. Instead of equating the Arduino platform with “VB” rather than something cool like C# or F#, I now view it as a type of mini .NET platform. My main concerns with the Arduino were the fact that the hardware was standardized to work properly (at the time I was playing with specialized chips like the AT90CAN32) and the fact that there is a bootloader on the chip wasting space. Read more


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


2 Comments

  1. I only wish the Arduino was created earlier. I’ve always used breakout boards since most chips like this need “just a few components”, but when everything went surface mount, and fine-pitch, it became too hard (or even when you can find a DIP using a breadboard for the crystals, caps, etc. would often be a pain, and then you can’t do anything where they might come lose).

    I keep several Pro-Minis around (3.3v 8Mhz), and several Seeed Megas (with all the pins – I have 4 input captures, 3-4 serial, and lots of everything else).

    There are arudino libraries, but I usually use my own Makefiles and the base GCC AVR libraries since I do custom interrupts which don’t fit into the environment, but that is part of what makes it so flexible – I can still program it using the arduino bootloader far more easily – The whole can be used, or whichever parts are useful.

    I ported the arduino bootloader to another device (jpeg trigger) so I could more easily test new software. Others are porting it to things like the xmega.

    I still need the dragon for things like ATtiny85s but for most things I start with the arduino.

  2. Thanks so much for the kind words and for mentioning my blog on your site! Stay tuned, in the next week or two I hope to have video up of Arduino assisted mind-control of physical objects by interfacing it with my EEG 😀

    Cheers!

    Paul

Sorry, the comment form is closed at this time.