Maker.io main logo
BLOG
1 311

Using I2C with an Arduino Interface

By Andrew Chen

Exploring I2C communication? Arduino and MCP4728 DAC offer a great starting point. Follow our tutorial for an intro to the world of digital-to-analog conversion.

TUTORIAL
1 892

How To Create Custom Arduino Libraries for More Efficient Projects

By Maker.io Staff

Building and using libraries is a valuable tool in every programmer’s toolbox that allows you to quickly and easily reuse standard code across multiple projects.

TUTORIAL
3 312

The Do’s and Don'ts of Using Arduino Interrupts

By Maker.io Staff

This article introduces some best practices when working with interrupt handlers and discusses a few things you should not do inside an ISR.

TUTORIAL
1 541

How to Use Arduino Interrupts to Detect User Inputs

By Maker.io Staff

Using interrupts rather than polling GPIO is a better solution to detect button presses. Learn about the different types of interrupts and how to use them.