Post Tagged with: "Atmel"

Photosensor Circuit

Photosensor Circuit

on06 August 2016 / in Blog, Electronics, How To, Workshop

  These three eTextile circuits use the same hardware to create a light sensing circuit.   The first two example uses seed beads to insulate the conductive thread and add an aesthetic twist to standard electronic hardware.     While the final circuit uses electrical tape, conductive paint, conductive thread, conductive tape, and a lot of ingenuity to connect the […]

Read more ›
ATtiny 45 Broken and Exposed

ATtiny 45 Broken and Exposed

on20 May 2015 / in Electronics, Hardware
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 ›
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 ›
Breadboard Set Up for Programing ATtinys

Breadboard Set Up for Programing ATtinys

on18 February 2014 / in Blog, Electronics, How To

  When working with Arduino to program ATtinys I use this standard breadboard set up. The right half I use to program and the left side I use to test.   This system allows me to upload the boot loader and code and then quickly test the microcontroller for blink.  

Read more ›
Prototyping a Distance Sensor Circuit

Prototyping a Distance Sensor Circuit

on03 February 2014 / in Blog, Electronics, Hardware

  Whats on my workbench?     One of my favorite circuits! A Maxbotix Ultra Sonic Range Finder, ATtiny45, and a vibrating motor.  

Read more ›
ATtiny45

ATtiny45

on22 January 2014 / in Blog, Electronics, Hardware
Read more ›