Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
Hi,
I am using relay example code to test, the example code is under below folder: C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples\11.0.0-2.alpha\ble_central_and_peripheral...
I am using the nRF5_SDK_11.0.0.
I want to state of the system off sleep after entering system on sleep.
For example, from the state of system on sleep, it becomes system...
Trying to compile the HRS example using SDK12 using Eclipse. Getting a lot of undefined reference errors under the peer_manager folder for pdb_ and pm_functions such as these...
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hi everyone,
I have a nrf52-DK, I made samples with the saadc unit and i noticed there are unexplained peaks.
I connected the MIC's output (its VDD is from the board)...
Hi I bought quite a few of these on boards on e-bay and have worked a lot with them.
One thing that is confusing me is the variation in the number of retries, even when...
Hi,
I have tested a sample code which sends some data through BLE in nRF52 development kit(PCA10400). The code is attached below.
nRF5_SDK_11.0.0_MPU6050_Acc_X_Output...
I'm trying to compile the bootloader_secure example for the 10040 dev board using make, and it appears the makefile was not updated correctly with the changes made to the...
Segger RTT viewer is a great debugging tool. But every time when I download new firmware into my board I have to close the viewer and then open it after download is finished...
Hi guys,
in my application, I'm trying to do multiple fota, I succeed at the first time & after that I can jump again to the bootloader, but after that something is going...
I used nRF51822 IC and SDK11 with softdevice S130. I found a problem that our product cannot work. I dumped the hex code of 2sets from 0x00000000 to 0x0003ffff. One can work...
Hi,
I am using the nRF51822 module. I am facing problem to send multiple data formats packets over nrf module. I am using nrf SDK 11 version.
I am attaching my code with...