Search results

  1. TGargasz

    Is anyone using the Arduino IDE with Seed/Terrarium?

    Yes it does! It's a bit of a pain to get it set up and working the first time. Don't skip the tutorial on debugging. You'll be glad you spent the time going through it. I had trouble getting break points working at first. I finally broke down and went through the tutorial and found out that...
  2. TGargasz

    Is anyone using the Arduino IDE with Seed/Terrarium?

    Oh yes, I indeed meant it! I'm a retired code monkey (actually a Process Control Engineer) that started out in the 70's with a Radio Shack TRS-80 when they first became available. I would program assembly language code using Line Editor and Assembler (referred to as EDTASM) and quickly graduated...
  3. TGargasz

    Is anyone using the Arduino IDE with Seed/Terrarium?

    I used it from the time the Daisy Seed first started shipping until about a month ago. There was nothing wrong with the Arduino environment as I also used it with an ESP8266 that I had integrated with the Daisy Seed using SPI into a guitar amplifier project that I had recently completed. The...
  4. TGargasz

    EXAMPLE Arduino Template for Terrarium PCB

    I'm glad that you found it. I can't tell you how many times I've spent hours overlooking the obvious!
  5. TGargasz

    EXAMPLE Arduino Template for Terrarium PCB

    Here's a Terrarium example that demonstrates a bypass function and an echo effect. You may find that one of the Footswitches or Leds works backwards and I programmed it that way to encourage experimentation with the code. I wish this sort of program was around when I was Noob with the Daisy Seed.
  6. TGargasz

    EXAMPLE Arduino Template for Terrarium PCB

    I'm not sure if modifying DaisyDuino.h is a good idea since Electro-Smith is likely to update it if a future release and that will break your code. There's an example for bypass in the DaisyDuino library that works except it has a bug in that it swaps the 2 audio channels. E-S is aware of it and...
  7. TGargasz

    EXAMPLE Arduino Template for Terrarium PCB

    Your welcome. I'm happy to know that I've been able to help!
  8. TGargasz

    EXAMPLE Arduino Template for Terrarium PCB

    /* Name: TerrariumTemplate.ino - An Arduino template for PedalPCB Terrarium Created: 11/15/2020 10:30:38 AM Copyright (C) 2020 By: Tony Gargasz This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License...
Back
Top