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.
Hi,
I am using wireshark with nRF52 as a sniffer. While searching for advertising devices a bunch of same type of BLE devices are not detecting by nRF52 as well as I also...
Hi Nordic,
I'm looking at the PM_EVT_FLASH_GARBAGE_COLLECTED event in SDK14.2 and have noticed that it is generated even if garbage collection fails. Currently no error...
On SDK 14.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and...
We are using SoftDevice: sd132 v 5.0.
With event "BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST", the function "sd_ble_gatts_exchange_mtu_reply" always return with "NRF_ERROR_INVALID_STATE...
I am using Fansttel BT832X SoC with SDK 14.2 ( Soft Device Version S132 5.0 ). i have configured PA/LNA mode in BT832X module. If i use only BLE advertisement i can see the...
Hi,
We want to update nrf52832 via uart. We have host controller and want to upgrade nrf52832 through it. We have SDK BLE_2.0.1 for the mesh. I had gone through DFU Example...
Hey,
I have a smart kettle Redmond RK-g201s, which is controlled by bluetooth. I have read that it has nrf51 SoC. It has 1 service with 2 characteristics: for read and for...
Hi Nordic:
I want to consult one question about "BLE HID Keyboard". I am trying to use the product---nRF52832 to make the "BLE HID Keyboard".
Then I download the source...
Hello Nordic Team,
I have some issues with the PPK since i uptdated nrfconnect from 2.0 to 2.4.
I get this error message when I try to select the serial port on Power...
I have some working knowledge of Android but I'm new to Fragments, Injection, Binding, ButterKnife .etc. I have gone through some videos and tutorials but can't catch where...
Hi,
I am using the nRF52832 DK for connecting and collecting the data from multiple beacons simultaneously. Right now i use the nRF_Connect desktop application for collecting...
Hi,
We have a nRF51822 project based on ble_app_hids_keyboard, SDK 12.3. When using Keil, it runs well. However, when using arm-gcc to compile the same code, something wrong...
Hi,
I am currently exploring the USB_CDC_ACM examples as well as the NFC record launch app.
Individually, I can make the examples run fine.
Then, I tried to combine...
Using nRF52840 SDK 15.0.0 with SoftDevice
I am trying to protect the Access Port, used to do it using the following command
nrf_nvmc_write_word(NRF_UICR->APPROTECT, 0xFFFFFF00...
Hi,
I'm using the NRF52840 SDK version V15. My program uses:
1. softdevice (BLE communication)
2. SPI uses using SPIM interface in nonblocking mode.
3. Timer event...