I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I use example ble_app_uart, SoftDevice sdk 6.2.1, when receive data from bluetooth, then drive IO pin 18 to send infrared wave.
received data is Infrared raw formate, which...
Hi,
Our product uses Fanstel BM832 chip. As per https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-listing-fees/ , should we opt for Innovation...
Hi
I am using TH02 for temp and RH measurement
I understand I must use TWI provided in SDK. However, I a working have c++ library(Wire.h) for I2C that I used with Arduino...
Dear All
I am right now working on BLE development with nRF52840DK. I checked a number of materials, including official specification from Bluetooth SIG, but none of them...
Hi,
I need to read a couple of external inputs - think buttons (although it's actually a sensor with relay output). It's for a prototype obviously.
I need to connect at...
Hello,
I have an application that advertise specific data. Data is long enough that I cannot fit my 128bit service UUID. I think of 3 options:
1. Use my service UUID but...
Whenever I store my data in Flash using FDS (Flash Data Storage Library) it stores a random value (but fixed) even though I am giving it a value.
I run the same thing in...
Hi, As the title states when I try to add characteristic to my custom service the function returns error 16. I have set NRF_SDH_BLE_VS_UUID_COUNT and adjusted the linker accordingly...
Good day,
I am starting a new project where I am using the ANNA-B112 BLE device from ublox in a custom design. The ANNA-B112 interfaces with a host MCU over UART. I would...
Hi,
I have added nus service to the relay central and peripheral example.The relay board advertises and i can connect to the peripheral part of device through the nrf connect...
The mesh health model state is not restored following a reboot in the current version of the Mesh SDK using the light switch example.
According to the documentation, the...
Hello folks, I am new to Thingy 52 PCA 20020 model and I have downloaded nRF SDK 15.2 and I am using a Segger J-Link programmer/debugger. The thing is I would like to get...
In acces.h there is the publish period format definition, which is
/** * Model publish period structure. */ typedef struct { /** Step resolution. */ uint8_t step_res : ACCESS_PUBLISH_STEP_RES_BITS;...