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'm designing my own pcb with a IMU and nRF51422 but i confused,
What's the best choice, LDO, DC-DC or external regulator configuration if I'll use a cell coin?
Someone...
Hi,
We bought new some new nrf51822 beacon boards to get latest revision HW. Then upgraded Keil uVision to latest 5.13 and installed SDK 7.2. However I can't get anything...
I would like to use a network of nine nRF24L01+ nodes {n0, n1, ... n8} in following topology:
n0 has bi-directional links with n1, n2, n3 and n4;
n1 receives from...
Hello,
i'm using nrf51422 with gazell protocol.
Here is my interrupt on success code
void nrf_gzll_device_tx_success(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info...
Hi,
I'm using two STM32F407 discovery kits with one nrf24L01+ module attached to each kit.
Here is my common init code (common for both Tx and Rx):
RF_Init(); /*...
hi:
On ios8 system, sometimes after iphone switch Bluetooth, ancs does not work,
because apple_notification_setup() is not work, but try calling apple_notification_setup...
Hi Nordic DevZone User,
i want to ask if there is a limit of devices which can be found within one scan process?
And how many connections can one master have at the...
We have two nRF51822 chips ("A" and "B") connected via GPIO pins on our board, communicating via UART using the app_uart SDK module (in APP_UART_FLOW_CONTROL_ENABLED mode...
Hi,
I found this (PCA63506) Nordic Board, which I suppose is some kind of audio interface for the Smart Remote 2. However, I am unable to find more information on this...
Q: Is qualification process simplified by some sort of NRF81522+ S110 stack BLE pre-qualification (up to GATT level, what BT SIG ask for BLE devices)?
We use NRF81522 with...
After SD initialization and turning on advertising i have to send large amount of data via SPI continuously. SPI driver code initializes SPI module after SD init and advertising...
Hi,
I have an ISP130301C chip based on the nRF51822 chip.
I'm using the jLink Segger EDU to flash the chip without any problems.
But it seems like nothing is running...
Hi,
I just took a look to nRFgo to see how it generates vendor specific UUID's. It looks if they are generated completely random including the version number. According...
Is it possible to make the nRF51822 beacon send multiple packets to the devices it connects to?
The example code in the beacon kit sends one UUID, but I need to send information...