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