Flashing Anduril on Lumintop GT Nano Pro v2

Yesterday I got my Lumintop GT Nano Pro v2.0. Cool little thingy, but it seems like it’s no longer using NarsilM.
See here and here

So my idea was that I just tear it down and:

  • Figure out which microcontroller is used
  • Check which pin is the switch
  • Which pin is connected to the led driver
  • Which pin checks the temperature

But man. That driver is tiny, and stacked, so I would need to unsolder the top stack first.

Here are some picture of the disassembly

So for now I decided to look into the software side of things first. Download Anduil, compile it, if that works, I’m willing to unsolder the driver.

But where is Anduril? All I can find is a repository with like 20 different branches. All branches are full of usernames.

I was hoping all I need to do is open up the Anduril project, configure a config file and I’m ready to go.

Are there any resources which repository I need, which files, and how to go about it? Windows preferred

What MCU does it use?

You can find the source code of Anduril here: anduril2 : Code : Flashlight Firmware Repository

Download with breezy/bazaar. For compilation you need avr-gcc. Can’t help you with Windows.

Well, nevermind. I just tried to desolder the pin headers on the driver to take it apart. Therefore no idea what MCU it is, what pins are connected to it etc.

I give up