User Activity

sfx_u8* version_m; sfx_u8 size_m; retr_err = MCU_API_get_version(&version_m,&size_m); This works for retr_err = ADDON_SIGFOX_VERIFIED_API_get_version(&version_a,&size_a);   retr_err = RF_API_get_version(&version_r,&size_r);but not for MCU_API_get_ve...
I am trying to trigger the start_continuous_transmission for the sigfox CLI demo but it returns an error 0x0058 when I debug. What are the values to trigger it ? I tried editing the code to fit in the frequency manually but it still returns an error....
I'm using Bluenrg232 and S2-LP to send sigfox messages. I noticed that the current will spike from 5mA to 125mA to sending sigfox message. The specifications of S2-LP shows that the current consumption for TX is 10mA. is there something wrong with my...
I'm using SIGFOX_API_send_frame((uint8_t *)(&Data_Pkg),12,customer_resp,0,0);to send the message. According to Sigfox, Each Sigfox message will always be sent in 3 repetition (each repetition is considered a frame) with the same message content on di...
In hci_le_advertising_report_event I only see type 0x01,0x08,0x0A and 0x03 in the Advertising_Report_t. I don't see the 0xFF advertisement data.