This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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 everyone.
I am working with nRF51 to make two BLE device, One act as cetral and another as peripheral.
I have implemented almost functions that the two devices are...
Hi,
Do all NRF51822-DK (development kit) have the same silicon build revision? If not, which distributor should I approach for the latest revision and is there a specific...
I have encountered a problem with the IAR linker where I run into a 32k code-limitaion, even though I have a licence with no limitations. According to IAR, the problem may...
I was playing around with examples and decided to implement a custom service that sends the RSSI as a single-byte characteristic value. Here's the init function:
static...
Hi,
I'm trying to connect to BLE and send data on UART. I'm using nrf51422 with softdevice s310 and SDK v5.2.0.
The following code gives me error 3003 which I figured...
Hi,
I think getting started with the Nordic chips is not as easy as some others.
I would like to know what are the first things that I need to run my code on a Nordic? Especially...
I just got the nRFgo Dev Kit, and going through the set up I see I need a nRF6310 Motherboard, but I can't seem to find anything about it - like were to buy it.
I just downloaded their iccv8cortex trial version and it includes the 51822 as a target. My 5 minute test drive not withstanding, it looks like this might be a good option...
How to reduce power, for bond connections such as cscs services which only requires communication once per second?
Is there a way to manually / automagically turn off the...
Before I call sd_power_system_off(), I do the following:
NRF_TWI0->ENABLE = 0;
NRF_TWI1->ENABLE = 0;
NRF_ADC->ENABLE = 0;
NRF_SPI0->ENABLE = 0;
NRF_UART0->ENABLE =...
Hi
I using nRF51822 ble_app_uart project with softdevice 7.0.
I need to manage my internal flash memory map so i cannot use pstorage libary test main.txt .
So i try...
Hi,
What is the typical range of operation that can be achieved by nRF51822 Bluetooth Smart Beacon Kit ? I know it depends on the Tx power, but can a range of approx 30ms...
I need help choosing between 2 technologies above, my goal is to enable multiple (up to 20) devices exchange small amount of information (around 30 bytes) between each other...
Hello
How many packets can the nRF8001 send in a single connection event? I have seen here, that it is possible to send up to 6 packets with the nRF51822 + Softdevice S110...