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...
We are working on a BLE home automation application. It is likely that some homes could have 10 or more of our devices. We also need to allow the homeowner control of which...
Hi Team,
I am trying to implement Blugiga's cable replacement service in Nordic chip.
I have successfully changed required UUIDs for services and characteristics please...
Hi all,
Can I update the value passed to the sd_ble_gap_adv_data_set() to do a scan response at any time?
For example when I get an interrupt from a button, can I update...
Hello,
according to the BLE 4.1 spec, a device can be able to be slave in multiple piconets at the same time. Will this ever work with the S130?
I do not know how the...
Hi, Nordic Enginner:
Now i want to use a external mcu to programe the nrf51822 by signal bank hci dfu mode(BLE DFU,we do not need! ). Also we have a pc softawre for control...
Hi everyone :
I have some questions about nrf51822 ble S110 ,I have two ble device ,both device used S110,is it possible use the first device to scan the second device to...
Hi,
I used the pstorage example mentioned here and got it to work to an extent.
A snippet of my code is :
retval = pstorage_init();
if(retval != NRF_SUCCESS)
{
...
Hi,
I created an Android project that scans nordic beacons and parses the data in it (such as the tx level, major. minor, UUID etc). I'm doing some low level parsing to...
I used version 3 nrf51822 along with s110 v8.0 header files for radio unblocking. when i was trying to compile there are many errors shown up because some of the soft device...
I am driving a piezo at a fixed frequency but want to provide adjustable volume by adjusting the duty cycle. I would like to adjust it by setting the duty cycle to 5 levels...
Instead of central-peripheral relation based cluster, I am planning a linear daisy chain like network model with BLE, where a series of BLE nodes will just relay the information...
I have a system fully operational using the nRF8001 communicating to both IOS and Android devices using nRFUart app from Nordic as well as a custom app using the uart tx and...
Using IAR CWARM to develop on CFAC. IAR currently doesn't have CFAC device support built in. So I am copying over CEAA config files and manually updating. I realized that...