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...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
How to prgram nRF beacon kit as peripheral with KEIL and nRF DK52. I cannot see the beacon kit to be programmed. KEIL says DLL error.
Please let me know thw KEIL settings...
hello,
i am trying to compile libmbedcrypto.a but the Make file is pointing to a non existing file called /mbedtls/sha256_alt_cc310.c.
Any idea where i can find this file...
Hi,
I'm using the FDS library to store some data (configuration data). For production, I'd like to flash an initial configuration to the nRF52832. I know the storage format...
I asked what changed SDK11's "app_trace" to the SDK13.
You answered that the "app_trace" was changed in SDK12.
I found 'release note', but I could not find the above...
It appears that I must use S134 and S140 etc. Is it backward compatible? By that I mean I keep using S110/120 at the cost of not being able to utilize some of the latest feature...
Hi,
I want to use iOS to connect nRF82832 with passkey when connecting. I use pca10040_s132 with SDK 12.2.0.
Following is my procedure:
define security parameters...
Hi guys.
I'm trying to measure my battery. I'm testing my function from main and it works.
The procedure looks like this:
saadc init
sample data
saadc uninit...
I am using nrf52832 BLE chip(10040), sdk 12.2, softdevice s132 with sample example boot-loader code(dual bank).
I modified the boot-loader code for button-less DFU.
...
Hello,
I am using nrftoolbox code available here: github.com/.../IOS-nRF-Toolbox to perform the DFU procedure.
I have taken the firmware zip file.
I have integrated...
Is there a job board for Nordic developers? I'm offering a short contract job. I have a 100% complet e PCB design based on the Nordic chip. I'm looking for someone to write...
Hi.
I have a question.
I tested that nrf52 get datas from sensors.
But the code was not moved well,
I made code to test bit shift.
Please see my code.
#include <stdio...
I successfully built the example peripheral project "experimental_ble_app_queued_writes" from nRF5_SDK_12.0.0_12 and successfully downloaded the app to a nRF52832 development...
I have an arduino mega based design working with nrf24L01+ via SPI. As certification is the next step, I found a NRF52832 based module that would meet all certification requirements...
I've been trying to program a custom PCB with an nRF52832, using the nRF52 Development Kit and nRFgo Studio.
When I connect just the nRF52 Development Kit to my computer...
I'm an intern in my second year for a bachelor in computer engineering. I've been working with the nRF52832 development kit as part of my assignment. I was looking through...