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.
In SDK 8 for the nrf51422, notifications are always being sent as 20 bytes, regardless of p_len. The BLE_EVT_TX_COMPLETE event stores the proper number in tx_length, but the...
Hi everybody.
I am making an application which combine ANCS and UART on PC100028 (nrf51 SDK 9.0.0). This program worked properly. However when I add DFU service (dfu_dual_bank...
I am currently using Nordic's UART code and wish to build to use the UARTE rather than the legacy UART. I am currently using the following definitions in nrf_drv_config.h...
I use the S110 V7.3.0
I use the uart function ,I can use the uart function is OK.
But ,I need save power.
How can I turn off the uart function,while I was start the uart...
Hi,
When trying to update an application using nRF Toolbox on iPad, I get the error as in
this thread .
Turning Bluetooth OFF and ON does not help. On Android it works...
I tried the latest SDK 10.0 and Softdevice 8.0.3. I compiled UART_OVER_BLE examples and it works well with Android and Windows Mobile phone. However, when tested with iPhone...
Hi,Nordic and all great guys,
I am a new developer for NRF51822, and quite unfortunately ,we have a complex application to develop. We need to run code in the main thread...
Hi,
I know how to change the name of the device using
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
err_code = sd_ble_gap_device_name_set(&sec_mode,(uint8_t const *) DEVICE_NAME...
Hi,
I am developing a custom profile for an application.
This custom application works fine with Master Control Panel and nRF toolbox on Android.
I am also developing...
Hi,
I am using the sample ble_gls code from Nordic.
Currently it advertises for 180 sec and than resets or goes into sleep mode.
If i want to advertise continuously what...
Hello,
I am just starting working with the nRF52 development kit and have a couple guidance questions. I'm very new to the Keil environment and am having a little trouble...
I'm using s130_nrf51_2.0.0-4.alpha as central and do some testing with channel map.
I set the channel map before I'm trying to connect to a peripheral with:
ble_opt_t...
Hi experts,
I want to send 20 packages from nrf51822 to phone, so I tried to call sd_ble_gatts_hvx() repeatedly until BLE_ERROR_NO_TX_BUFFERS returns, then sent left packages...
I have a question about the NRF518222, we using 3v coin cell battery as power for Ldo working mode.
The connection between the devices and mobile phones, regular, disconnection...