Hi, yeah the bluetooth altimeter is fully functional. Out of the two NMEA sentences I've mentioned, I prefer to use the LK8000 one - LK8EX1. It goes like this:
"$LK8EX1,pressure,altitude,vario,temperature,battery,*checksum\r\n": pressure is
sent as a decimal integer number of pascals, altitude is not sent (99999 is sent instead), vario
is the decimal integer vertical climb rate in cm/s, temperature is in degrees Celsius (1
decimal place), and battery is the battery voltage of the on-board battery (2 decimal places). I'm personally not sending out the battery voltage, here are two examples of actual sentences from the device:
$LK8EX1,98455,99999,30,29.2,999,*32
(pressure 984,55 hPa, 0,3 m/s climb, 29,2 *C)$LK8EX1,98460,99999,-51,29.3,999,*1f
(pressure 984,60 hPa, -0,51 m/s sink, 29,3 *C)I've tested it with LK8000 and it works fine. I have tested also the more universal sentence LXWP0, but while that one works fine with XCSoar, I've been having issues with making it work in LK8000 (iirc the vario wasn't working).
Is that info good enough for you to implement it? I'm of course ready to test it right away, or I suppose I could also borrow you the altimeter for you to test it yourself
Either in Brno or via mail...