Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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,
this is my first time I write on this forum and I hope to find some useful suggestions for my work on Nordic platform. I work since many months on nRF81522 chip and I...
Hello Everybody,
I'm sorry I'm a little confused about the SDK and S110 versions. Can I use S110 v7.1 with SDK v6.1?
I compiled the ble_app_beacon I found in the SDK...
Is there a way to implement a blocking flash write without dealing with system events. Periodically, every 10 seconds or so, I need to dump a large amount of data to flash...
So I have bought some nRF51822 Beacons to develop with. It was suggested when I purchased them that I wouldn't need any further development kits - but whilst I can see the...
Hi,
When using Master control panel both on PC and my galaxy S3, I can detect and connect to the HID keyboard app, but when trying to scan for Bluetooth devices on Galaxy...
Hi,all!
My question is:
Can one smart phone connects two peripherals(both based on nrf51822) at the same time?
If it can, should the peripherals use s120 softdevice...
I found the way to change a major and a minor in this DEVELOPER ZONE but I don’t know how to receive the particular UUID and read its major and minor.
I use the MB39C811...
I have implmented OTA DFU in my project with SDK 6.1 and SD 7. And it works perfect with MCP in android.
But it also has to work with iOS. But it doesn't. The sequence...
I used sd_system_power_off to enter to system off mode, now I want to wake up my system and reset it when a button is pressed, how should I do that
Thank you
After getting the "Keil- Error: Flash Download failed - "Cortex-M0" I followed a thread which said to use nRFgo Studio to erase and recover the target board.
Unfortunately...
Hi,
I am trying to create a custom service for the The nRF51822 Evaluation kit , I connect the Board via USB (with the softdevice programmed), I see the board on the Device...
Hi,
I want to build a shared channel,but it seems that the shared channel is a little different from the broadcast channel. the shared channel 's slave node will have to...
I'm trying to setup a rather straight-forward SPI communication with a LIS2DH. For this I use the NRF51422 on a PCA10003 board. I have started with the spi_master_example...