Anonymous

Project:YAAC: Difference between revisions

From London Hackspace Wiki
135 bytes removed ,  22 December 2010
Line 159: Line 159:
=== Running sketches and generating hex code ===
=== Running sketches and generating hex code ===


At this point in time, Serial.print() does not work on this setup so there is not a lot of feedback from the device.
Sketches are run on the Arduino IDE, as per normal usage, piggybacking on the Teensy to make the Arduino IDE believe there is indeed a compatible device attached. This will generate a hex file in your /tmp directory. That is the code that needs to be burnt into the YAAC.
 
At any rate, the sketches are run on the Arduino IDE, as per normal usage, piggybacking on the Teensy to make the Arduino IDE believe there is indeed a compatible device attached. This will generate a hex file in your /tmp directory. That is the code that needs to be burnt into the YAAC.


The steps:
The steps:
Anonymous user