Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi,
We want to confirm the effect of GPS fix_interval and fix_retry, so we start GPS with parameter fix_interval=10s, and fix_retry=30s, then get the result as the following...
I try to bonding.
Using SDK 15.3. 0 and S332 Softdevice.
I successed bonding procedure used Peer manager.
after bonding, If I try to connect one more, nRF Connect app...
Hi, I can not connect to nRF52833 and nRF51 after I return from Flight mode on Android devices. I am keep getting Error 133 (0x85): GATT ERROR. I am using the nRF Connect...
Hi,
My device advertises and "connects", but then I later receive an error through nRF Connect: "Error: Received a GATT Timeout".
Has anyone else had a similar problem...
Hi.
I get Linker error when i compile 'iot_secure_dfu_bootloader_secure_dfu_s132_pca10040' example from SDK 16.0.0.
The compilation passed (although i had problem with...
I've been trying to add flash storage to some BLE firmware we have developed using uVision under SDK version 12.3.0 and am running into issues. At first, we were having the...
I have the following error when I try to build a sample of ncs v1.2.0 :
I am using mac os x 10.15.4, gcc-arm-none-eabi-8-2019-q3-update, and west v0.6.3.
Note that my...
Hi everyone,
I'm now using nRF52832 to communicate with a device using UARTE.
In my application, i need to constantly send a control packet to the device, to keep it...
Hi,
I'm experimenting with NFC using HRM example.
Enabled my Android Phone NFC, programmed the example ( bonds clear ) .
First pair works - touch , get the "pair " ...
I am getting these errors with eclipse.
make[1]: *** [Makefile:177: _build/app_button.o] Error 2 make[1]: Leaving directory 'C:/Nrf_Env/nRF5_SDK_11.0.0_89a8197/examples...
Hi, I'm starting e new development, and I need to have a peripheral that: - is able send advertising to a central - is able to detect (and receive) advertising from other...
Hi, I am an Embedded developer, where I dont have much idea about cloud back end (Web) Implementation. Is there any reference for the nRF cloud back end source code Implementation...