05-01-2019 06:21 PM
Hello!
Why did such an error 15 appear?
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:928
ho 0 tail 12 room 4
load:0x40078000,len:9280
load:0x40080400,len:5848
entry 0x40080698
BSEC library version 1.4.7.3
BSEC error code : -15
Regards
05-02-2019 02:58 PM
Based on the pure definitions in bsec_datatypes.h, "BSEC error code : -15" typically corresponds to:
BSEC_E_SU_GATECOUNTEXCEEDSARRAY = -15, /*!< Not enough memory allocated to hold returned input (physical) sensor data from bsec_update_subscription(), i.e., n_required_sensor_settings < #BSEC_MAX_PHYSICAL_SENSOR */
Was this error returned by/after updateSubscription()? Could you please confirm if/which sample code you are following? Were any changes made to the provided sample code?
05-12-2019 03:47 PM
Hi I also have this error. With the BSEC basic sample code.
I followed the arduino environment as in the github.
05-21-2019 07:38 AM
Hi everyone,
You may now check the latest release on our Github repository. Please report back if you find any issues.
Regards,
kgoveas