I've been playing with the Tautic board for a while and gave up on it last year as it wasn't detecting strikes reliably.
I revisited it this year and have designed a 3V Coin Cell powered board with LCD screen, similar functionality to the board in the eval kit, but
based around an Atmega328p, i.e. a low powered arduino, and now have it detecting reliably. I.E. Indoor detection at indoor settings and the defaults
for everything (2/2/2). I've correlated strikes out to 60km (AS3935 is 40km, but it occasionally gets the estimation wrong) with it and smaller internal cloud
discharges during storms, it's been more sensitive than blitzortung in my area (by about a factor of 10) and really does give accurate
advance warning of storms and also of clouds with developing potential when close.
However it's been a lesson in frustration to get to this point, here's what I found, some of it maybe useful to someone.
1. Despite all the software having a hookup to the computer for serial over USB, don't do it.

Interference from the computer
is coupled in and receiver ends up useless.
2. Don't ground AS3935. Many USB connections are grounded to mains ground on the 0V, another reason not to connect to a computer.
The AS3935 doesn't detect when grounded to mains ground.
3. When everything is right, it really does work well at the default settings.
4. Battery powered is better.
5. Needs good ground plane management. All processing components should have a ground plane underneath, the antenna circuitry for the AS3935
should not.
6. Sleep processor between strikes, cuts down on noise
7. Detecting disturbers doesn't equate to detecting lightning. I.E. You need a real storm to know if it's gonna detect lightning or not.
8. Be careful of any EMI generating components. I had a regular 3-5V piezo buzzer (with internal oscillator), that when a strike hit,
the action of the buzzer "buzzing" would keep generating repeat strikes. Took an RC filter and location well away from the board to solve.
9. Put enough capacitance on the Vcc. The datasheet specifies 1uF, many boards are using 0.1uF which is not enough.
10. Don't generate any signals on 500KHz, i.e. don't used SPI with a 500KHz clock.
11. Recalibrate after every AS3935 setting change
12. I timed my calibration against the DS3231 realtime clock to get an accurate measurement
I haven't connected the AS3935 up to my RED yet and also not grounding the AS3935, but grounding the RED is contradictory, so I don't know
how to tackle that one. I think the next thing to test will be a AS3935 without INN connected to 0V might be something to try.