Post Tagged with: "code"

5 LED Blink Slow Out of Sequence

5 LED Blink Slow Out of Sequence

on19 December 2014 / in Blog, Electronics, Hardware, How To, LED

  Breadboard prototype test for Five LEDs with Atmel ATtiny45 microcontroller programmed with Arduino to slowly blink out of sequence. Blink Order is: led3, led1, led5, led4, led2     Video can be found on The eTextile Lounge youTube channel. Binary sketch size: 1,014 bytes (of a 4,096 byte maximum) Error Message – IGNORE avrdude: please define PAGEL and BS2 […]

Read more ›
5 LED Fade Slow in Sequence

5 LED Fade Slow in Sequence

on12 November 2014 / in Blog, Electronics, Hardware, How To

New video on The eTextile Lounge youTube channel!. You can also watch this on the eTextile Lounge youTube channel. Arduino Code can be uploaded to ATtiny45 using the Arduino as ISP Tutorial. /*Five LED Fade Slow in SEQUENCE*/ /*Arduino Uno v.1.0.3 as ISP for Atmel ATtiny45 internal 8MHz clock*/ /*using software PWM*/ /*14 Ocotber 2014*/ /*lynne bruning for The eTextile […]

Read more ›
5 LED Blink Slow in Sequence

5 LED Blink Slow in Sequence

on05 November 2014 / in Blog, Electronics, How To

    New video on The eTextile Lounge youTube channel!. Arduino Code can be uploaded to ATtiny45 using the Arduino as ISP Tutorial   /*FIVE LED Blink Slow in Sequence*/ /*Arduino Uno v.1.0.3 as ISP for Atmel ATtiny45 internal 8MHz clock*/ /*14 Ocotber 2014*/ /*lynne bruning for The eTextile Lounge*/ /*http://lbruning.com/etextilelounge*/ int led1 = 0; int led2 = 1; int […]

Read more ›
5 LED Blink Fast in Sequence

5 LED Blink Fast in Sequence

on29 October 2014 / in Blog, Electronics, How To

    New video can be viewed on The eTextile Lounge youTube channel. Arduino Code can be uploaded to ATtiny45 using the Arduino as ISP Tutorial. /*Five LED Blink Fast in Sequence*/ /*Arduino Uno v.1.0.3 as ISP for Atmel ATtiny45 internal 8MHz clock*/ /*14 Ocotber 2014*/ /*lynne bruning for The eTextile Lounge*/ /*http://lbruning.com/etextilelounge*/ // led is attached to pin int […]

Read more ›
Ada Lovelace

Ada Lovelace

on15 October 2014 / in Blog, Electronics

  In honor of Ada Lovelace I spent the day cleaning up code and organizing my Arduino sketches.  

Read more ›
Arduino Breadboard Blink 5 LEDs in Sequence

Arduino Breadboard Blink 5 LEDs in Sequence

on27 March 2014 / in Blog, Electronics, Hardware, How To

  How to set up a breadboard circuit for ATtiny45 to blink five LEDs in sequence.     BREADBOARD CONNECTIONS ATtiny Pin 0 to LED positive (signal, white) ATtiny VCC (+) to power positive (+, red) ATtiny GND (-) to power negative (-, black) LED negative to resistor (breadboard connection) Resistor to negative power (-, black) repeat for Pin 1, […]

Read more ›
Arduino Breadboard Blink 1 LED

Arduino Breadboard Blink 1 LED

on25 February 2014 / in Blog, Electronics, Hardware, How To

How to set up a breadboard circuit for ATtiny45 to blink one LED. BREADBOARD CONNECTIONS Connect Power to ATtiny Power positive to ATtiny VCC (+, red) Power negative to ATtiny GND (-, black) Connect LED LED positive to ATtiny Pin 0 (signal, white) LED negative to resistor Resistor to negative power (-, black)   CODE Upload the following code to […]

Read more ›
Using Arduino as ISP

Using Arduino as ISP

on29 June 2013 / in Blog, Electronics, Hardware, How To

  My cheat sheet for using an Arduino Uno as an ISP for programing Amtel’s ATtiny45 ******************************************************* updated 27 July 2016 High Lo Tech website has updated information for 1.6.4 Board Manager Paste the following URL into the field: https://raw.githubusercontent.com/damellis/attiny/ide1.6.xboardsmanager/package_damellis_attiny_index.json ******************************************************* HOW TO USE ARDUINO UNO TO PROGRAM ATTINY45 Download Arduino 1.0.1 from Arduino (scroll to ‘previous IDE versions’) Install in […]

Read more ›

Raspberry Pi, Java and an LED

on08 April 2013 / in Hardware

Its taken some time to set up the raspberry pi. And it was worth it!

Read more ›