The Workbench
The workbench remains littered with ATtiny45’s, Arduino, LEDs, and breadboards.
Read more ›The workbench remains littered with ATtiny45’s, Arduino, LEDs, and breadboards.
Read more ›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 ›Yes please!
Read more ›I didn’t solve this circuit prototype the first time. So I’m back at it again!
Read more ›Way back in 2011 I used CUPro conductive paint to test different application methods for circuit boards and LEDs. Thanks to my impeccable filing system I just found the sample papers and the paint. GOOD NEWS – the paint is still is working as a conductive trace! In fact even after three years the resistance remains the […]
Read more ›A no-sew conductive trace can be assembled by using Flat Flexible Connectors (FFC) and a conductive ribbon. Simple. Durable. Cost effective. This conductive ribbon is from Fabrick in 100+ yard orders and has three conductive traces woven into the ribbon. The FFC is available from DigiKey: Male 609-2178-ND Female 609-2160-ND Please note that in this example […]
Read more ›I use 3V coin cell batteries in many of my eTextile and paper computing projects. They’re small, easy to use, and effectively power multiple LEDs. In general the negative terminal is the underside, unmarked, and has a dotted textured surface. While the positive side will be marked with a + symbol. These CR2032, as with the design of most […]
Read more ›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 ›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 ›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 ›