Main Arduino site
Go here to download the IDE for your preferred OS (Windows, Linux, Mac). You can also buy boards and "shields" here but they are likely cheaper on Amazon. Arduino is an open hardware and open software project so "clone" boards are available as well as the original Arduino boards.
The Arduino UNO R3 is an excellent choice for prototyping and learning about coding. I strongly encourage you to start here if you are new to embedded programming, Arduino, etc. The boards are inexpensive (under $10 for "clone" board via Amazon).
The UNO is based on the Atmel ATmega328P processor. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, and runs at 16MHz and 5 volts.
The UNO board (clone) I was using at the DIY night is (currently, as of Nov 2024) available for $9 via Amazon (affiliate link).
The Pro Mini (ignore what the page says, these are still commonly available and in use) is a great board for small projects. It has the same capabilities as the UNO (14 digital input/output pins 6 of which can be used as PWM outputs, 6 analog inputs, 16MHz at 5V) but lacks a USB port. You'll have to buy an adapter to go from USB to the TX/RX pins on the board. It's easy to do and the adapters are commonly available (affiliate link) for a few dollars. Search for "usb to ttl serial" to find them
Books about Arduino & Ham Radio
Best of Arduino Projects for Ham Radio by Arduino expert Glen Popiel, KW5GP, includes 17 Arduino projects to build your programming and microcontroller skills. It’s a collection of the best projects presented in Arduino for Ham Radio, More Arduino Projects for Ham Radio, and More Arduino for Ham Radio.
More Arduino for Ham Radio introduces many of the new Arduino boards and add-on modules, followed by an overview of the software, tools, and techniques needed to bring projects to life. 10 practical projects showcase a variety of applications and include detailed descriptions of how the software “sketches” work.
Other books are available from Amazon (affiliate links):
Arduino Projects for Amateur Radio
Do you want to increase the functionality and value of your ham radio without spending a lot of money? This book will show you how! Arduino Projects for Amateur Radio is filled with step-by-step microcontroller projects you can accomplish on your own--no programming experience necessary.
This practical guide provides detailed instructions, helpful diagrams, lists of low-cost parts and suppliers, and hardware and software tips that make building your own equipment even more enjoyable. Downloadable code for all of the projects in the book is also available.
Ham Radio for Arduino and PICAXE
Sites about Arduino & Ham Radio
Multi-function Shield
If you are interested in the multi-function shield that I was demoing at the DIY night, they are available from Amazon (affiliate link) for $8.
Documentation and sample programs are available here:
https://www.mpja.com/download/hackatronics-arduino-multi-function-shield.pdf
Starter Kits
If you want an all-in-one starter kit for yourself or perhaps a child or grandchild there are plenty available from Amazon (affiliate link).
If you like the idea of a bunch of sensors and other modules, you can buy a collection of them from Amazon (affiliate link).