སྒྱུ་རྩལ
མཛེས་སྡུག་དང་བདེ་ཐང
བཟོ་རིག
རིག་གནས་དང་ལོ་རྒྱུས
དགའ་སྟོན
ཁོར་ཡུག
ཟས་དང་བཏུང་རྫས
ལྗང་མ་འཇོར་ལུགས
ཕྱིར་འཕྲུལ་རིག
ཚན་རིག
རྩེད་འགྲན
རིག་རྩལ
གྱོན་རུང
Making a LilyPad Night-Light
Ed

བཟོས་མཁན

Ed

13. སྤྱི་ཟླ་བདུན་པ 2026FI

Making a LilyPad Night-Light

Give your fabric a sense of sight. A LilyPad light sensor tells the microcontroller how bright the room is, and a short program switches an LED on when it gets dark. Sew it into a bag, a hat or a bedside patch for a soft glow that only appears at night — your first sensor-driven wearable.

བར་མ
1-2 hours

ལམ་སྟོན

1

Sew the board, sensor and LED

Sew a LilyPad Arduino, a LilyPad light sensor and a LilyPad LED onto felt. Wire it: the LED's + tab to pin 5 and its - tab to -; the sensor's + tab to the board's +, its - tab to -, and its signal (S) tab to analog pin A2. Keep the power (+), ground (-) and signal lines from crossing anywhere.

གོམ་པ་འདིའི་རྫས་རིགས:

LilyPad Arduino Simple BoardLilyPad Arduino Simple Board1 piece
LilyPad Light SensorLilyPad Light Sensor1 piece
LilyPad LED - 5 pcsLilyPad LED - 5 pcs1 pack
Conductive Thread - 60g (Stainless Steel)Conductive Thread - 60g (Stainless Steel)1 spool
Hand Sewing Needles (Assorted, 30-Pack)Hand Sewing Needles (Assorted, 30-Pack)1 pack
Wool Felt SheetWool Felt Sheet1 sheet
2

Connect the programmer

Plug the LilyPad FTDI onto the programming header and connect the USB cable to your computer. Open the Arduino IDE and select the LilyPad Arduino board and its serial port.

གོམ་པ་འདིའི་རྫས་རིགས:

LilyPad FTDI Basic Breakout - 5VLilyPad FTDI Basic Breakout - 5V1 piece
SparkFun Cerberus USB Cable - 1.8 meterSparkFun Cerberus USB Cable - 1.8 meter1 piece

ལག་ཆས་དགོས་མཁོ:

Computer with Arduino IDEComputer with Arduino IDE
3

Upload the night-light sketch

Paste this sketch and click Upload. It reads the light sensor and turns the LED on whenever the room is darker than the threshold.

lilypad_night_light.inoarduino
// LilyPad night-light: LED comes on when it gets dark.
// LED on pin 5, light sensor signal on analog pin A2.

const int LED_PIN = 5;       // LED
const int LIGHT_PIN = A2;    // light sensor signal
int threshold = 400;        // lower = waits for darker; raise to trigger sooner

void setup() {
  pinMode(LED_PIN, OUTPUT);
}

void loop() {
  int light = analogRead(LIGHT_PIN);  // 0 (dark) .. 1023 (bright)

  if (light < threshold) {
    digitalWrite(LED_PIN, HIGH);       // dark -> LED on
  } else {
    digitalWrite(LED_PIN, LOW);        // bright -> LED off
  }

  delay(100);
}
4

Calibrate the threshold

Cover the sensor with your hand — the LED should come on; in a bright room it should stay off. If it triggers too early or too late, change the threshold number in the sketch and re-upload: higher turns it on in more light, lower waits for darker.

5

Go wireless and wear it

Unplug the FTDI, sew a LilyPad coin-cell holder to the board (+ to +, - to -), drop in a CR2032 and switch on. Sew the felt onto a bag, hat or cushion — it now glows on its own whenever the light drops.

གོམ་པ་འདིའི་རྫས་རིགས:

LilyPad Coin Cell Battery Holder - w/Switch - 20mmLilyPad Coin Cell Battery Holder - w/Switch - 20mm1 piece
CR2032 Coin Cell BatteryCR2032 Coin Cell Battery1 piece

རྫས་རིགས

10

ལག་ཆས་དགོས་མཁོ

1
ཚོད་དཔག་བསྡོམས
$98.00

འབྲེལ་ཡོད་བིལུ་པིརིན་ཊི

བིལུ་པིརིན་ཊི་འདི་ཚུ་ཐབས་ལམ་དང་རྫས་རིགས། སྤྱི་ཆོས་བགོ་བཤའ་བྱེད

CC0 སྤྱི་དབང

བིལུ་པིརིན་ཊི་འདི་CC0 འོག་བཀྲམས་ཡོད། ཁྱེད་རང་གིས་ཆོག་མཆན་མ་བཞེས་པར་ཕབ་ལེན་དང་བཟོ་བཅོས། བགོ་བཤའ། དགོས་མཁོ་གང་ལའང་བཀོལ་སྤྱོད་བྱས་ཆོག

བཟོ་མཁན་ལ་རྒྱབ་སྐྱོར་བྱེད་པའི་ཆེད་ཁོང་ཚོའི་བིལུ་པིརིན་ཊི་བརྒྱུད་ཐོན་སྐྱེད་ཉོ། བཟོ་མཁན་གྱིས བཟོ་མཁན་གྱི་ཁེ་ཕོགས ཚོང་པས་གཏན་འཁེལ་བྱས་པ། ཡང་ན་བིལུ་པིརིན་ཊི་འདིའི་པར་གསར་བཟོས་ཏེ་ཁྱེད་རང་གི་བིལུ་པིརིན་ཊི་ནང་མཐུད་སྦྲེལ་བྱས་ཏེ་ཡོང་སྒོ་བགོ་བཤའ་བྱེད།

གྲོས་བསྡུར

(0)

ནང་འཛུལ གྲོས་བསྡུར་ནང་མཉམ་ཞུགས་ཆེད

བསམ་ཚུལ་ཚུ་ཐོབ་བཞིན...