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...
I am working on a project for college in which I need to build my own PCB. The code works fine on the Dev Kit but on the PCB, the bluetooth is not showing. I have tried looking...
Hello,
I am using nRF UART v2.0 android app and I have added my custom logic above it. I am using this phone as the central device and nrf52 with sdk 12 as the peripheral...
hi
i am using two dongles.one would be sending sensor data from gpio to other through ble.i need a example code for those two.could you please tell me which example i can...
Due to limited budget, I have to use STLINK/V2 to flash code into nRF51822. I have been through steps of how to setup OpenOCD/STLINK/V2/nRF51822 in Ubuntu. After mass erase...
Hi. I'm using nRF52832, SDK13, S132v4.0.2.
I'm making peripheral device using nRF52832.
And I can see it gets BLE_GATTS_EVT_WRITE event as below when central sends WRITE...
I'm having a difficult time getting my project to link to the nrf_serial module
._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_serial_read (referred...
Hi
From my understanding of the softdevice API, the maximum packet length is set using sd_ble_opt_set(BLE_GAP_OPT_EXT_LEN, &opt) , but the actual change to the packet length...
Hello,
I would like to build a sensor array that communicate with one master in a star topology.
I have played with the Gazelle protocol example ( gzll_ack_payload examples...
Hi,
I am working on a project where I have 4 advertising beacons which will have to trigger some functions in the central side when it gets the advertising data.
Now I...
Hi Nordic,
During DFU tests i had weird issue. If i compileed bootloader using your makefile everything works fine, instead of compiling with Eclipse IDE.
With Eclipse i...
code_template.c
, modified from developer.nordicsemi.com/.../bds_plugin_1.2.2_nRF5_SDK_11.0.0.zip
code_template.c, changed line #45 to
<%= field.FormatType() %>_t ...
Hi ,I am now using nrf24lu1p and 51822 for communication, the use of Gazell for paired debugging, and now want to use the upper authorities to close the NRF24LU1P Gazell pairing...
I've just read it and I am a bit puzzled? Could you explain why? I was planning to use gzll with one master and two clients where I would need to have at least two encrypted...
I want to write pstorage functions in app_timer event handler. The reason is that, I want to poll certain events using the app_timer. This things I cannot do in main thread...