Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
I would guess that's basically the whole point of the structure, but I want to make sure that the location of the SoftDevice Information Structure and the relative positions...
I want to use the nrf24l01+ with the se2436 apmlifier, but the input of the amplifier requires an input of 100ohms balanced, while the nrf24 has a balanced output of 15ohm...
Hello,
I am using following component for my project, 1-nrf51822,2-SDK 11 3-S130, 4-BLE400 board, 5-Keil IDE. I am also using SDK 11.x HID example for my base program....
Hi,
I try to use the nRF sniffer but it doesn't display anything.
System used :
Windows 10 Family x64
Wireshark 2.4.4
Python 2.7.14 (in C\Python27 included in...
When the Softdevice is not enabled, can the nrf_nvic_ functions be used? When I never enable Softdevice but call err_code = sd_nvic_ClearPendingIRQ(RADIO_IRQn) I get error...
I am working with the DK-52 and SDK 14.2. I am generating two PWM signals using the pwm driver.
Everything works as expected on PINS 11 and 12.
If I change pins to 5...
I'm using nRF52832 SDK board with softdevice s132_nrf52_5.0.0 and SDK 14.2.
The program compile without an error. I tested the led and timer separately and these work.
...
Hey all,
I tried to build my project in the Keil µVision IDE.
But everytime I get the same error and I can't figure out where the problem should be.
I searched for the...
I would like to call sd_power_system_off in my error handler. The product is at a stage where occasional errors still occur as the devices are deployed "in the field" for...
We have a custom board solution with an BLE module from Laird, that uses nrf51822 IC, as a gateway. Code was written in Keil and we used SDK v 8.1.0. Originally we didn't...
According to BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part G page 2248
Exchange MTU procedure is initiated by the Cilent, and only be initiated once.
But by looking...
Hi,
I'm trying to add the peer manager to my project, following the guidelines at infocenter.nordicsemi.com/index.jsp
I've copied the peer_manager_init() function exactly...
The pm_evt_handler routine handles the event PM_EVT_CONN_SEC_FAILED and lists the following text as comments:
case PM_EVT_CONN_SEC_FAILED:
{
/* Often, when securing...