Skip to content

An autonomous flame-shaped lamp/nightlight controlled by microcontroller with WS2812B LED ring and integrated Qi wireless charging. πŸ”₯

Notifications You must be signed in to change notification settings

TehoorMarjan/Ignis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ Ignis Project - Ignis Lamp

An autonomous flame-shaped lamp/nightlight controlled by microcontroller with WS2812B LED ring and integrated Qi wireless charging.

Flamme4 Preview

Status : Hardware validated βœ… - Firmware development in progress
Last update : September 2025

🎯 Objectives

  • Autonomy : 2-3 hours on LiPo battery (320 mAh)
  • LED Patterns : Heartbeat, chase, fade, realistic flame effects
  • Control : SW-18030 shock detector for interaction
  • Charging : Qi wireless + automatic power-path management
  • Waterproof : No USB port, induction charging only

⚑ IgnisV2 Electrical Architecture

flowchart TD
  QiCharger["πŸ“‘ BQ51013B<br/>Qi Charger"] ==> Charger["πŸ”Œ BQ24073<br/>Battery Charger"]
  Charger <==> Battery["πŸ”‹ LiPo Battery<br/>320mAh"]
  Charger ==> Boost["⚑ FP6277 Boost<br/>3.7V β†’ 5V"]

  subgraph SYS["System"]
    MCU["πŸ–₯️ ATtiny212 @ 20MHz"]
    ShockSensor["πŸ’₯ SW-18030<br/>Shock Sensor"]
    MCU -. "User Interaction" .- ShockSensor
    MCU --> WS2812B["πŸ’‘ WS2812B<br/>6 LEDs"]
  end

  Boost ==> SYS
  Charger -. "Charge Status" .-> MCU
  QiCharger -. "Coil Status" .-> MCU
Loading

πŸ“š Documentation

This repository contains comprehensive documentation for all aspects of the Ignis project. Navigate to the relevant sections based on your interests:

🎯 Project Management

πŸ’Ύ Firmware Development

πŸ”Œ Hardware Design

🎨 Mechanical Design


For Contributors: Start with PROJECT_STATUS.md to understand current progress, then refer to the relevant documentation sections above based on your area of contribution.

About

An autonomous flame-shaped lamp/nightlight controlled by microcontroller with WS2812B LED ring and integrated Qi wireless charging. πŸ”₯

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published