I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hello,
I have taken a pre-generated XML config for nRFgo and modified it by adding some services
Here is what my config looks like
gyazo.com/bc330e7590afaa22533c200ff17eb902...
I can't figure out why but my build cannot locate files that are included in the makefile.common
I'm using SDK 5.1.0 and the ble_app_hrs project. It seems it can't find one...
My device is smart watch. We transfer some data to phone and receive notification from phone over BLE.
My question is those two functions(connect_params_init and sec_params_init...
Hello
I'm new in the world of nordic semiconductor and I've a little problem. I would like to transfer ANT+ data of a HRM Garmin in serial protocol to my PC. I use a nRF51422...
Hi,
I transmit a data packet to AP2, i wonder if it needs a sequence for resetting or not while AP2
initializing.
And, I send a packet data to AP2 by UART(AP2...
Hi Folks,
I'm experiencing a problem with the nRF8001 setup. After I send the last setup packet, I still receive:
0x03 (length), 0x84(CommandResponseEvent), 0x06(Setup...
I'm getting this error, but oddly it's coming up somewhere in the MIDDLE of my build, and not always the same point.
I have modified the HEAP size to be 0 as I don't do...
Hello !
I have just received the Evaluation Kit nRF51822-EK. I succeed to compile link and load the blinking leds example from my Linux box. I modify the example to use...
So, how do I control where my app is going when gdb pushes it to the device?
I'm using s110 6.0.0, no boot loader. How do I make sure my app is going to where the SD will...
Hello,
I'm trying to make use of the AES crypt code from the application level code.
Per devzone.nordicsemi.com/.../51822-aes-encryption-and-decryption-demo-code
...
I am planning to record some information in the flash of the nRF51822. This will occupy a large circular buffer (quite a few kb), and new data (in chunks of around a dozen...
hi,
i survey the Bluetooth again , i have some issue about the Connectable mode
Connectable mode.
i see the peripheral connectable setting :
PERIPHERAL :
...
Hi Nordic,
How many connections was S120(Central) can handle simultaneously?
Does S120(Central) can received the notifications from different peripherals...
Dear all
I notice that Gzaell could only send 32 bytes a packet. But I check register PCNF1 MAXLEN can be set over than 32 bytes.
Is there any way to increase overall...