We need a parter to develop the Thread terminal base on Nordice nRF52840, the project will be design in China and produce in Germany. Is there any reliable company could provide...
Hello all,
I have slightly modified the coap_client sample from the SDK such that the main function is being called on certain actions from another program. I'm getting...
Hello and thank you for your time,
We have created a board using the nRF54l15 and have used P2.07 & P2.08 for UARTE21 and P2.00 to P2.05 for SPIM20.
UARTE21 and SPIM20...
I noticed that nrf_dfu_flash.c aswell as fds.c both declare m_fs, which collides on compilation.
What is the preferred way to use both modules at the same time, without...
Hello,
I am currently experimenting with bonding and I stumbled over the config CONFIG_BT_BONDING_REQUIRED.
Currently the BLE characteristics of my peripheral do not require...
There is an issue i am dealing with while working with ble stack of nrf52810 with nrf connect 2.7.0.
1) memory status of my application without ble:
2) memory status...
I'm interested in minimizing footprint as much as possible for a project -- has anyone here used chip antennas with the nRF51822 that they can recommend?
The fractus chip...
I have taken your advice to use the nRF51822 for my current design commission, but a number of downloadable files are locked. How can I get access to them?
Hi
I have a module of nrf 8001 and i am successfully communicating with nrf 8001 low energy bluetooth chip. I want to know is there any security feature defined in the...
Hi,
I'm trying to reduce as much as I can the BLE current consumption in advertise mode and unfortunately I can't go under 1.6 mA.
Can you please tell me what are the exact...
They're there for the nrf6310 board but not pca10000 or pca10001. Reasonably easy to recreate, but kind of wish I didn't have to! Also there is a warning about a typedef that...
Hello,
Is there anyone who has any example code for using L2CAP transfers instead of services? Something where the use of sd_ble_l2cap_tx() and the rx callback are used...
I'm having an issue with maintaining a stable connection with the master control panel on an android device. Using the PCA10000 I am able to get a stable connection with a...
I am writing a "about" page that will execute on the nRF51
I can include my compiler's version information using predefined preprocessor macros
I would like to include...
Dear nordic engineer:
I am working on a new project with nrf51822.now I face some issues as below:
open lightbule scanning for peripherals(see attachment).in scanning...
Hi all,
What exactly mean "DCDC converter operation controlled by the SoftDevice may interfere with radio function"? Are there increasing of causeless disconnections or...
I can't build in eclipse
see screen here
www.dropbox.com/.../Screenshot 2014-03-29 13.33.58.png
My include is setup without problem,
if I did not using retarget.c...
I am trying to setup the hrs sample with gcc (4.8.3) and Eclipse Kepler but althoug it compiles fine the editor is complaining about:
Symbol 'softdevice_evt_schedule' could...
I follow devzone.nordicsemi.com/.../can-nordic-please-document-how-to-debug-code-on-their-processors
and add retarget.c and
retarget_init();
printf("Start...\r\n");
to...