Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Is it possible to determine the maximal free/usable flash size at runtime? Assuming a memory layout as shown here , is there a register that keeps the end boundary of the...
Hi All,
Is there a way to disable currently running Noric BLE stack and port 3rd party BLE stack also enable new stack on PCA10001 (nrf51822 dev kit). We have our own stack...
Hi all
I tried to add a vendor specific 128bit UUID with the function sd_ble_uuid_vs_add. It worked and I received the custom UUID type (0x02). Afterwards I tried to add...
Unable to Install or Launch nRFgo Studio Win64 1.18:
Downloaded "nrfgostudio_win-64_1.18.0_installer.msi
Installed package on a 64-bit Windows 7 PC as a 'regular...
I'm playing with the SDK 8.0 HRS peripheral example.
There is a config folder that contains device_manager_cnfg.h. But this isn't being built into the project, the version...
Hello,
I am currently trying to write my frist few lines of code.. I started with the ble_uart example and then mixed in some code from the spi_master example.. I wanted...
Hello,
why did you chose to remove the S130 1.0.0.3-alpha from the relasenotes and merge it with the latest version? I don't think that's the way it works. Now we have...
Hi All !
I was read many posts about this function and do not understand how to check if all data is deleted.
In my situation I do:
Start advertising for bonded...
My devices in the field have firmware that saves an error code when it gets thrown and then sends it to a central so that I can see if there are errors with devices in the...
Hello,
I am using the sd_flash_write function. If I use this function without the nrf_delay_ms() function (see code below) the data is not being written.
sd_flash_write...
I would like to know if it is possible to log realtime sensor data to flash while advertising. I would like to have a device which transmits real time ECG data over ble UART...
Hi
I am struggling to change the device type on examples setup for nrf51422 to nrf51822.
If I change the setting in "options for target"/device I get the failure message...
I changed the multilink central example to some custom code. However, it seems like I've run out of space. But I don't under stand how this is possible because I selected...