Atto84 Hookup Guide
Contributors:
Nick Poole
Resources and Going Further
For more information about the Atto84, check out the resources below:
- Schematic (PDF)
- Eagle Files (ZIP)
- V-USB
- SparkX Landing Page
- GitHub
- Product Repo
- Arduino Boards: ATtiny - ATtiny84 branch for the Atto084
Need some inspiration? Check out these Arduino based projects!
Processor Interrupts with Arduino
What is an interrupt? In a nutshell, there is a method by which a processor can execute its normal program while continuously monitoring for some kind of event, or interrupt. There are two types of interrupts: hardware and software interrupts. For the purposes of this tutorial, we will focus on hardware interrupts.
Qwiic TMP117 High Precision Digital Temperature Sensor Hookup Guide
Add a high precision, digital temperature sensor to your projects using the TMP117 over the I2C!
SparkFun Qwiic Shield for Thing Plus Hookup Guide
A short guide for assembling and using the SparkFun Qwiic Shield for Thing Plus.
LiPo Fuel Gauge (MAX1704X) Hookup Guide
Monitor your LiPo battery with the LiPo fuel gauge! In this tutorial, we will be using the MAX17043 and MAX17048 to monitor a single cell, LiPo battery over the Arduino Serial Monitor. We will also connect a display to view the output without the need to connect the microcontroller to a computer.