Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
Hi,
Please help me on the nRF52840 UARTE RTS signal, through the doc: "nrf52840_ops_v0.5.pdf", we can know if we stop the UARTE RX by trigger the "NRF_UARTE_TASK_STOPRX...
Hi Sir,
I hope to add ble_nus and ble_nus_c into Central_and_Peripheral projects (ble_app_multirole_lesc and ble_app_hrs_rscs_relay), I use SDK 15.0.0 and nRF52832.
...
Hi,
When I developed with the board of nRF52840, I met up with an issue of UART. Sometimes, the UART will get a DRV_ERROR and crashed. Does anyone meet up with this issue...
Hi,
I am developing a central and peripheral device with secure LESC connections using SDK v11.
My peripheral device is an already developed product. I am simply adding...
Hi,
I want monitor the battery voltage of my system, I used the SAADC examples on GitHub for SDK 13.0 ( https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master...
Hi all, I used SDK example as a reference on how to initialize LF clock.
The code is :
The nrf_drv_clock_lfclk_request(NULL) is asynchronous and in current example callback...
Hello,
I'm developping an evaluation purposed mesh network based on the simple light example and I plan to provision it with the nRF Mesh App (Android and iOS).
I will...
HI Nordic,
I am trying to add OTA-DFU feature to my application. I am able to perform DFU, however the DFU is not working properly always.
First I flash the softdeivce...
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...