Anduril Candle DIY Project

So I finally figured out the best way to utilize the special modes of Anduril. So I thought I would share. Very warm 1800k and crisp 6500k both are 90 CRI. You are responsible for assembly and programming. It is made to the standard BLF driver layout with 7135s, sorry no FET.

https://oshpark.com/shared_projects/C38WIGO1

LED
warm: MP-1616-1103-18-90 Luminus Devices | Mouser
cold: MP-1616-1103-65-90 Luminus Devices | Mouser

MCU: https://www.mouser.com/ProductDetail/Microchip-Technology-Atmel/ATTINY85-20SU?qs=sGAEpiMZZMtkfMPOFRTOlzm3F7l5sNgt

Diodes:
TC LED: https://www.mouser.com/ProductDetail/Dialight/599-0160-007F?qs=sGAEpiMZZMseGfSY3csMkdgyOOAg6kv2oqa8EU5ab7%2FlJNbtw0xj9w%3D%3D
Protection: https://www.arrow.com/en/products/sd0805s020s0r5/avx

Capacitor: https://www.arrow.com/en/products/grm21bc81c106ke15l/murata-manufacturing

Battery holder: https://www.mouser.com/ProductDetail/Keystone-Electronics/1043?qs=%2F7TOpeL5Mz6j%2FnxeOA1rsg%3D%3D

Switch: https://www.mouser.com/ProductDetail/Omron-Electronics/B3SN-3012?qs=Pjd0UV7BHP99%252baTa37zitw%3D%3D

FWIW, if you want to use 1800K and 6500K on the same board, the lantern branch supports tint mixing.

I haven’t added the dynamic / automatic tint mixing yet though, where it gets cooler when it’s brighter. That’s a task for later when I have actual hardware to test.

From one extreme to another. Two opposite builds announced at nearly the same time. We are a lucky bunch here. Also looking forward to your build staticx57.

Intriguing, I originally envisioned the 6500k as a “turbo” mode but now that you have made tint mixing easy, I might have to try it too. Perhaps there should be a second version of this with equal # of 7135 per channel.

I am looking forward to it as well. And of course all materials needed shared here in the hope someone else will build them as well with their own spin on it. :slight_smile:

Sorry that I have to ask, but what is this thing?

thanks for sharing, looks great!

A candle in the shape of a candle! :slight_smile:
I imagine putting this in a opaque plastic tube?
I’m looking forward to this build!

Looks great! Allthough your silkscreen does not match between the battery carrier (negative up) and the ATTiny side (positive up)
Maybe add huge silkscreen + and - inside the battery carrier too.10

Can you upload the full PCB without components?

Some points of concern:
I’m worried that the LEDs may not get enough cooling if the thermal pads are not connected to a big fat plane.
You could go ahead and have a thick plane connected to VCC on both sides. Include the termal pads to that plane and the LEDs will probably get enough cooling if driven by 3x7135.

https://oshpark.com/shared_projects/v4GCtfSU
The link is under the last picture :wink:

Maybe I can make a 3D printed candle around it :slight_smile:

Nice! But I see 3 stages connected in parallel. Wouldn’t it be even nicer to have the “candle flame” moving up and down?

Thanks for the reminder.
That looks properly done.

Just a hint if you want to make a PCB that is not soldered by hand: Do not put vias inside pads as they can lead to an improper soldering joint.

Other than that: Well done, everything else would come down to nitpicking.

Thanks, yea it isnt perfect and I could probably spend more time making it slightly better but I just wanted to put it out there. I think ill fix the via as you said and add a few more things to the silkscreen. It looks like you found the Osh link has a number of corrections than the 3D model. :slight_smile: It should be 100% functional at this point though if not perfect.

Edit: updated osh link for correct silk

That level of programming is a bit beyond me. :frowning:

That would be awesome. I don’t think ill make a ton of these, perhaps 6 at most but I am curious to see if anyone makes these and what they make around it. Me? Unfortunately I do not have a 3D printer so I would like to see what you come up with.

Just an update, Osh has shipped them and hoping to get them soon. Should have a working example soon after.

Interesting innovative project :+1:

thank you for posting. The link does not seem to be working for me, could you please take a look?

https://oshpark.com/shared_projects/C38WIGO1

Despite USPS missing its own deadline of today to deliver the PCBs I did manage to get some parts.

The needed cap and Schottky diode are already in my parts binder.

FWIW, if you want to make it add and remove LEDs vertically as it flickers, one way to do it would be to use as many power channels as there are pins for, in vertical order, and use a pretty short ramp (or tweak the candle parameters to increase the height of the waveforms). I guess this could only get you three or four vertical sets of LEDs due to how few pins there are, but it wouldn’t require much change in the code. Mostly just a change to the ramp tables and some other hardcoded numbers.

The overall effect would be to add and remove LEDs (or sets of LEDs) according to brightness, with the topmost active set changing in brightness to indicate in-between levels.