Your personalized copy of Commissioning Custom Arduino Devices will be emailed to you as soon as your order is complete.
Commissioning Custom Arduino Devices
The Arduino is an inventors dream. You can buy boards and shields off-the-shelf to quickly build prototypes and test your ideas. Then, as the project evolves, you can create your own boards with the Arduino reference designs as a guide. We’ve used this approach to build everything from wireless fruit monitors to industrial milking controllers.
In Commissioning Custom Arduino Devices, we share our experience in commissioning new boards. The first step that takes a board from the production line and brings it to life.
We start with tips for your design to make commissioning easier including protecting devices on the SPI bus during programming and the hardware to support serial bootloaders. Then you’ll learn how to set the fuses which configure the device clock and make it run the bootloader. Next we look at programming devices with bootloaders and serial numbers. , with fuses, boot-loaders, and serial numbers. Finally, we’ll show you how to craft a simple welcome message to keep track of versions, display device ids and report status.
Commissioning Custom Arduino Devices is written by Engineers with more than 5 years experience customizing the Arduino platform. It pulls together the information you need to avoid the pitfalls and get your first custom device going quickly and easily.
Contents
- Introduction
- Before the Beginning
- Programming a New Board
- Fuses
- Bootloader
- Setting Fuses and Programming a Bootloader
- Device Ids
- Programming the Id
- Reading the Device Id
- A Welcome Message
- Bringing it all together