Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
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.
Hello.
I decided to use an external solution for RTC.
Sometimes the RTC chip offers an buffered 32.768KHz output.
Can I use this output to supply the 32.768KHz to the nRF52832...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Hai
i am using mbed to program my nrf5188. now i am using securityManager to implement a bonding between central and peripheral. now i need to know when a device is connected...
Hi,
In my code, I have not started the HF clock. I call the ble_stack_init where "SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);" is called. Which HF clock...
Hi, all.
I tested ble_app_uart in example directory by PCA10040 board.
The ble_app_uart includes "printf("\r\nUART Start!\r\n");" and "UART Start!" cames out on the putty...
I have a scenario where I have multiple peripherals (nRF52) and multiple centrals (cell phone).
The user is going to use only one central with only one peripheral together...
Hello
In case a connection is disconnected locally by calling sd_ble_gap_disconnect(), no BLE_GAP_EVT_DISCONNECTED is fired even though the sd_ble_gap_disconnect() function...
Hello, I'm trying to optimize power on HID Keyboard app.
This post was helpfull but yet some questions remains.
If I use several services, and want central to be abble...
After S110 7.1 ble_stack_init(), any read/write to temperature register cause a HardFault.
Some sentences like:
nrf_temp_init();
NRF_TEMP->TASKS_START = 1;
...
Hi --
I am using the ble_peripheral/ble_app_hrs example project. And if I try to update the vs_uuid_count param to 2. It proceeds to fail the softdevice_enable with error...
Hello,
I'm currently looking into the secure bootloader from the 12.2.0 SDK, and wondering if there is some example code regarding implementing a uart transport?
I use the software S110 v8.00,and the NRF51822QFAA chip.
now ,I need add DFU Service support to an application.
I find the ble_peripheral\ble_app_hrs\pca10028\s110_with_dfu...
What's the best way to debug an application that is not starting after an OTA DFU update. The app said the update was successful but nothing booted and it didn't even seem...