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...
I'm working on IEEE 802.15.4 network using nrf52840 DK boards. I'm making use of the examples in 802.15.4 (secure). I wanted to know how the reception between a transmitter...
I am using SDK v15.3 and modifying the ble_app_uart_c example to setup ble_nus connection between nRF DK board and a custom peripheral. I can use nRF Connect to send and receive...
Hello,
I am using nrf52832 with nrf Mesh DK. Is there a way to unprovision the board from the hardware or command line and not from the app?
Many thanks in advance , ...
Hello , I noticed that my NRF DK advertises for a few minutes and goes back to sleep , because of Advertising Timeout set (I am using the BLE Peripheral Example) , but when...
hello,
I am using SDK v15.2.0,s140,pca100056. In my custom application I am using 3 SPI, RTC, timers, USBD, etc.
Actually during the development stage I have used DEBUG...
Hello,
I am trying to understand the working of BLE Mesh network and have the following question.
Is it possible to make phone as Proxy as well as Provisioner? BLE...
We are planning to build a product based on nRF52811 SoC, which is Bluetooth 5.1 and has AOA and AOD features. Unfortunately, Nordic's hasn't released any new supporting Library...
Hello
my setup is a nrf52840, the sdk15.3, Softdevice s140.
I'm running an application with freertos and wdt and have the openbootloader and s140 also flashed.
- if...
Hi,
I have an application which has 2 services and 3 characteristics. I want to keep the value of characteristics when the characteristic value changed. I tried FDS and...
Hi everyone!
I have recently implemented USB CDC on a custom NRF52840 device with SDK 15.0 and got it to work with Windows, Mac, and Linux OS. However, when I try it on...
Hi Everyone,
I am using nRF52832 with SDK v14.2 and SD v5.0.0 on a custom chip.
I want to advertise 2 custom UUID (DFU and NUS) and i wanted to know the correct way to...
I am getting the below error message when I try to repair the device.
peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding...
Hello.
After connection establishing i would like to doscover services.
I read here:
https://stackoverflow.com/questions/41434555/onservicesdiscovered-never-called...
I've played with the Generic OnOff Model Server in a mesh network. It seems like the way state of whether the device is on or off is communicated is through an access message...