Skip to content

Get a visual Zap! when someone zaps your or anyone on Nostr.

Notifications You must be signed in to change notification settings

therealsupermax/nostr-zap-lamp

 
 

Repository files navigation

Nostr Zap Lamp

Get a visual "Zap!"" when someone zaps you or anyone on Nostr.

The Nostr Zap Lamp flashes when a relay broadcasts a Nostr event of kind 9735. You can set the lamp to flash zaps sent to a specific npub, or any npub on nostr.

The number of flashes corresponds to the number of digits in the number of sats sent. i.e. 3 sats will result in 1 flash, 152 sats will result in 3 flashes, 1001 sats will result in 4 flashes.

Buy a pre-assembled or complete Zap Lamp kit on the LNbits shop

Features

  • Show a signal when a zap is sent to one or all nostr npubs
  • Background brightness control
  • Easily configure to use your own nostr relay
  • Simple configuration to work with any npub

Parts

Build Instructions

  • Identify the positive and negative leads of the lamp. Tie a knot in the +ve lead for future identification
  • Cut the lamp leads to around 10cm long
  • Attach a female jumper lead to each. Solder or use block connectors to attach the leads.
  • Attach female jumper leads to the push button
  • Connect the lamp to the ESP32: GPIO13 on the ESP32 -> lamp's positive wire and GND on the ESP32 -> lamp's negative wire.
  • Connect the push button button to the ESP32 on GPIO4 and GND
  • Install the lamp, ESP32, button and lead in the printed enclosure
  • Power on the device and configure using the WiFi access point portal.

Firmware Upload Instructions

  • Use the web installer at https://lamp.600.wtf/ to flash and configure the device
  • Alternatively, use the Arduino IDE to flash the firmware.
    • Install the ESP32 board in the Arduino IDE by adding the following URL to the board manager: https://dl.espressif.com/dl/package_esp32_index.json
    • Install the following libraries using the Arduino IDE library manager:
      • uBitcoin
      • WebSockets
      • ArduinoJson
      • base64
      • WiFiManager
      • Nostr
    • Open the nostrZapLamp.ino file in the Arduino IDE
    • Select the ESP32 Dev Module board and the correct port
    • Compile and upload the firmware
    • Use the web installer at https://lamp.600.wtf/ to configure the device

About

Get a visual Zap! when someone zaps your or anyone on Nostr.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.1%
  • Shell 5.8%
  • JavaScript 3.1%