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!
Can anyone help me with code merging of saadc and ble uart.
Basically i have done analog to digital conversion of my sensor value and monitoring it on serial monitor...
Good day,
Studying the possibility of using C ++ on the MCU nrf52840, I met an interesting moment in file "nrf52840.h"
I have added a part of the file which gives me some...
Dear Nordic Semiconductor support team.
I tried to make my nrf51822 DK to talk to Micro:bit by using Gazell library. ( from nRF5_SDK_12.3.0_d7731ad\examples\proprietary_rf...
I am using nrf52832 with buttonless DFU ,SDK 15.0,using fstorage.I want to store some device information in flash,such as serial number,hardware version,these data will not...
In the compatibility matrix , Engineering A must use the "nRF5340 OPS v0.5.0" specification but when clicking on it, only the latest version (0.6.1) is available.
Which...
Hello,
I want to add control over UART to ble_app_blink_c project.
SDK is version 16,I copied <SDK>/examples/ble_central/ble_app_blinky_c folder and made <SDK>/examples...
Hello,
We're experiencing a strange issue where a device we sent to a partner in the US wasn't able to connect over there after rigorously testing this before shipping here...
I am currently using one nrf51dk board that is automatically showing itself on my computer as a mapped storage device with the label "JLINK".
This is actually a board I...
Hi,
I have a ble device that uses nRF52 chip. I would like to know if it is possible to do ble automation on that device.
Here is my setup:
OS: Ubuntu 20.04 LTS
...
Hi everyone, I am using TWI driver to communicate with I2C. I have write the following I2C read function.
Now I want to write a second I2C function with some modifications...
Hi,
I have a device that throughout the uart data to ble,recently I find a problem that in the case of weak signals,the data sequence is out of order.
Here is the question...
Hi,
I am trying to run the sensor example as provided in the Mesh SDK. I am getting the log as mentioned:
13691970>, main.c, 475, mocked motion sensed = 0% <t: 13691973...
Hi there,
I'm using the softdevice sd_ecb_block_encrypt to encrypt my 16byte block data as follows:
When my data buffer is filled, it called aes_encrypt(),
void aes_encrypt...
Hi Nordic,
I are working on battery operated device.
Need to measure battery percentage using ADC.
Let me know how can we select range of 0-100% for battery voltage...