Hi,
I’m testing USB Dongle with two remotes:
- Standard battery, core, encoder, LCD and barometer, humidity and Lux tags.
- Mini battery, core, climate
I uploaded generic node fw to both nodes (I only updated standard battery fw to be remote as well), paired both with dongle and i can see values in mqtt-spy. But for some strange reason, the pressure from Climate module is very low. According to altitude, I’m currently 8 km above sea level
Is this hw issue, calibration issue or SDK issue?
I updated my repo to latest version of bc-generic-node and updated sdk submodule as well and fresh compiled.
[21:36:24 marian@worker bcf-generic-node (master)]$ gl -1 |cat
commit f65934c43ca0a8b81cf3962ce813b1700df86192
Author: Karel Blavka <karel.blavka@bigclown.com>
Date: Fri Oct 20 20:35:36 2017 +0200
Update travis
[21:36:29 marian@worker bcf-generic-node (master)]$ git submodule
a887beb3a212c05769973ef82d8bd48504d8a200 sdk (remotes/origin/HEAD)
[21:36:39 marian@worker bcf-generic-node (master)]$
I used commands:
$ make release OUT="bcf-generic-node-battery-standard-dev"
$ make release BATTERY_MINI=1 OUT="bcf-generic-node-battery-mini-dev"