Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...