Skip to product information
1 of 3

Axiometa

Street Light

Street Light

SKU:AX22-0023

Regular price $2.89
Regular price Sale price $2.89
Sale Sold out
Taxes included. Shipping calculated at checkout.

Give your model street scene or any project that needs a tiny lamp-post a believable glow with this purpose-shaped PCB. The board is routed into a tall, slender silhouette that looks like a classic sidewalk light: pole at the bottom, curved arm at the top, and a “lampshade” silkscreen that frames a warm-white LED. Just feed it an active-high GPIO (or PWM for dusk-dawn fades) and the on-board resistor handles the rest.

View full details
  • Technical Details

    - 330 Ω current-limit resistor on each LED
    - 3.3V or 5.0 V
    - Breadboard Compatible
    - Arduino IDE Compatible
    - MicroPython Compatible
    - MicroBlocks Compatible

    Material Datasheet 
  • Pinout

  • Interface

  • Top

  • Bottom

Arduino Example Code

example.ino
void setup() {
  pinMode(8, OUTPUT);
}

void loop() {
  digitalWrite(8, HIGH);  // turn the LED on (HIGH is the voltage level)
  delay(1000);                      // wait for a second
  digitalWrite(8, LOW);   // turn the LED off by making the voltage LOW
  delay(1000);                      // wait for a second
}
        
  • First time setup

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • Automatic Street Lights

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • How Does an LDR work ?

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.