Improved Arduino Library, Install, and Examples!

Hi All!

We’ve been hard at work on Daisy Arduino support and have some updates for you:

DaisyDuino Library

We’ve combined both the ArduinoAudio and ArduinoDaisySP libraries into a single library called DaisyDuino.
This will not only make installation simpler on the user end, it will be easier for us to maintain. We recommend uninstalling the two old libraries and installing the new library with our pain-free installation instructions - see below:

Install Instructions

We have revised and simplified our installation procedure so that all you need to do is download a .zip file and load it from the Arduino IDE.

Check our the Getting Started Arduino Wiki for the new instructions.

We’re also working to get the DaisyDuino library added to the Arduino Library Manager so that it will be even easier in the future. More news on that soon.

New Examples

We’ve added many new examples which can be accessed from within the Arduino IDE. The examples are now organized by platform so that you can choose examples for your specific device easily (Seed, Pod, Patch, etc.)

Over the next couple of weeks we’ll be working on diagrams for the controls(pots, switches, etc.) in each example program as well as Fritzing breadboard diagrams for the Seed examples so that you can build the accompanying circuit.

We’ll also be jumping on MIDI examples for all platforms since there have been requests for that.

9 Likes

Just tried this with a fresh install and it’s working great! Thank you for making this simpler!

2 Likes

Working over here too! Thanks.

1 Like

The Daisy Arduino library has now been added to the official Arduino IDE Library Manager!

To install, simply search “DaisyDuino” in the library manager (Sketch -> Include Library -> Manage Libraries), and the library should show up.

4 Likes

Awesome, does this make updates easier?

Yes, I think it will automatically prompt you whenever there is an update!

2 Likes

That’s great news! Incidentally Arduino seem to be stepping up their IDE game so we finally might get better debugging in Arduino as well!

"Debugger - set breakpoints, view trace, step through execution and more."
1 Like

Figured I’d announce an update here as well!

V1.1.0 of DaisyDuino is up in the Arduino Library Manager

  • Added Daisy Patch support
  • Added several examples for the Daisy Patch, and a Knob example for the Daisy Seed

Worth mentioning many of the examples have a few dependencies now:

  • MIDI Library by Francois Best, lathoub (tested with v5.0.2)
  • U8g2 by oliver (tested with v2.26.14) - This is used for the OLED on the Daisy Patch
4 Likes