I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
My pc server should send information to nrf52832 by ECDH, then I create a dll file from micro-ecc. However,the result in windows is not the same as the result in nrf52832...
dear friends ,
within a peripheral connection event, 9 states is identified, as it is shown in the pic above(from s132 document). Can i get a detailed description about what...
Hi @ all,
I am working with IoT SDK 0.9 and nRF52DK.
I have trouble with the lwIP CoAP client example.
Everything works so far, the board is connected and I'm able...
Hello! I am using a custom board that contains a nRF52832 device. The board has the SWDIO and SWDCK lines connected, which I have successfully been using to flash and debug...
I'm migrating to the new 13.0.0 SDK and I'm wondering what are the benefits of using nrf_serial over app_uart (if any) and what steps I would need to take to switch over if...
I have successfully manged to achieve serial communication between my PC (Windows) and nRF52 board by using the pc-ble-library and the pc-ble-library-js .
I can run without...
Hi, I updated nrfutil to use in new sdk 13, but when I type "nrfutil pkg generate --help" I can't see the code for Softdevice S132 v4.0.2 (0x98) as indicated in this guide...
I have done erase all thing.
But in the second step, I am getting following error.
nrfjprog --program s132_nrf52_3.0.0_softdevice.hex
ERROR: The --family option given...
Hello,
I'm following the steps listed in the nRF5_IoT_SDK documentation and would like to connect the nRF52 to my Raspberry Pi 3 router. I have the RPi3 enabled for 6LowPan...
Hi,
I have exactly the same problem as in question devzone.nordicsemi.com/.../
but I can't find the solution.
When I erase all from memory, debugging works. If I flash...
Hi
We have been able to set LE authenticated payload timeout via the following functions:-
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout.conn_handle = ValidHandle;...
Hi there,
I am currently using nRF52832 to communicate with a digital sensor ship. The sensor chip generates an interrupt every time when data is ready to read via SPI...
Hi,
I would like to comment that your documents and files are not arrange in the proper order. Kindly please give attention in order to arrange the documents and files...
Hi,
My NRF52832 runs into the hardfault handler when the sd_ble_gap_conn_param_update() function is called.
I copied the BLE code from the ble_app_template_pca10 project...