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...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi,
I am using nRF52840 DK which runs blood pressure example. With nRFcloud gateway and nrfcloud.com, I have connected successfully the development kit. Observed that RSSI...
Hi Team,
I am working on nrf52832 for my project.
Please let me know how can i achieve data security in nrf52, What encryption i can use?
Is there any example that will...
Hello,
I'm working on a custom GATT service which has only one characteristic that support notification. The code has started from the ble_hrm service and it runs on a thingy...
Hello,
After having read the documentation of "nRF5 SDK v15" and "nRF5 SDK for Mesh v2.0.1" it is not clear to me which PHY layer it uses at the end.
In the documentation...
Hello,
I am going to use nRF52832, but I have nRF52840 DK, can i use this bord for developing project on nRF52832. Is nRF52840 compatible with nRF52832 in software and hardware...
Hi
I assigned one LED Signal to P0.08 pin in nRF8122 CFAC package as per pin assignment it shows as digital GPIO
But in Firware wise when checking the LED Does not glow...
Dear all,
maybe I‘m missing something, but I know there are OTA DFU client libraries for Swift, ObjC, Java and Python.
But it looks like there is no DFU lib from one...
I was using nrf51822 ,S110 and SDKV10 i had created custom services and its working fine, But when moved to nrf52 DK and S132v5 SoftDevices and SDK version 14.2.0 . same services...
I would like to develop some app to be able to use nRF51 dongle on PC. Is there any good example codes to start with? My plan is to use pc-ble-driver-js and Electron and found...
Hi,
I am starting to look at using 2Mbps Phy (and eventually coded PHY). I'd like to add the functionality where my device will automatically switch PHYs based on some metric...
/**@brief Function for finding out whether a peer ID is in use.
*
* @param[in] peer_id The peer ID to inquire about.
*
* @retval true peer_id is in use.
* @retval...
Hello tech support!
I am using the built-in SPI to transfer the data. Also, I adopted the "timer" example in the SDK for handling the SPI transfer.
However, it seems that...
hi
I want to design Nodes for asset tracking. These Nodes will be spread out in a building. A moving object will have a BLE -Advertosor. The Nodes will detect Moving object...