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...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hi,
Got stuck on an issue that has come and gone and then working fine, and are now back again.
I use a nrf51 module with the led-button-service example (sdk 5.2). It...
So, we are pretty far along in development (I have inherited the project) with an nrf51822, SDK 4.4.2 and SoftDevice "6.0.0-alpha". We are nearing release, and I was told...
I have set the POFCON to enable the power failure comparator and set the voltage level to2.5 volts. How do I know when the battery voltage is below the 2.5 volt level? How...
I want to try a UART communication without RTS & CTS
my board is PCA10001, and I use the SDK 6.1 example: uart_example.
I use Serial Port Utility to communicate with the...
Using SD_110 v6 I get a hardfault on the final call to sd_nvic_EnableIRQ(SWI2_IRQn);
sd_softdevice_enable before that returns success. Any idea why enabling interrupt could...
Hi,
I'm trying to implement an existing proprietary protocol on the nRF51422 SoC. In this protocol the device address is placed differently in the frame than the predefined...
I want to confirm with Nordic staff that the MBR compares the new bootloader with the one it will replace when executing SD_MBR_COMMAND_COPY_BL. It seems that after a comparison...
Hello
Just few quick questions. What happens to the S110 Softdevice after the APP_ADV_TIMEOUT_IN_SECONDS period?
I'm using the nRF51 DK and the ble UART example and I...
As I am using nRF51422 EK (Evaluation kit), would like to know how to test with BT2.5 or lower version. Is this has backward compatibility. As when I give option of FLAG other...
Hello
I'm having difficulty in executing an GPIOTE interrupt during a BLE connection event with the nRF51 DK. The interrupt I have works fine when the softdevice is advertising...
If I set the centrals connection intervals values higher as a specific value it won't any longer find/connect/enable notifications on my peripheral.
0x00A0/0x0050/ 400...
After running the advertising_start () function in the sample software.
I set the breakpoint by Keil MDK-ARM v5 and stopped executing.
Afterwards, reset is generated!!
...
Hi,
I am using a gpiote interrupte handle function to send a notification to the master,but I find when the sd_ble_gatts_hvx() function is used,the interrupte handle function...