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 have a product that advertises as a BLE beacon. It can be placed into BLE DFU mode through local actions (a command on the USB serial port).
Is it possible to add services...
Hello,
I have a question to ask, I want to beacon the temperature and humidity level in nRF Mesh project here .
Please give me some information or reference code...
Hi,
I developed a software (based on SDK V15.3) that works very well in ESB timeslot with a BlueTooth connection. The softdevice version is s140_nrf52_6.1.1.
Today, I...
I am new with the nRF52832. I need to develop a bluetooth slave port for an existing controller. The controller will communicate with the nRF52832 via the UART. For prototyping...
Hello,
We use the NRF52840 dongle in a production environment. Currently when we buy more dongles to add them to the line, we have to program with NRF Connect to get the...
I have a created a custom service and a custom characteristics. The characteristics has both read and write properties. Now I want to authorize the read and write opearations...
Nordic,
We have added Background DFU(Application DFU) in our code and it works for App update. Now i want to add support for Softdevice and Bootloader update in this. Will...
I'm working on setting up a Fitness Machine Service on our nRF52832 custom board.
When I add the Training Status characteristic SIG 0x2AD3, I get Unknown Characteristic...
Hi, I am looking where can I get the ACK from the light bulb, in Zigbee light control example. I am using the latest sdk nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8.
what...
Hi,
The documentation for the simple_on_off model in the nRF5 SDK for MESH v4.1.0 states that the light_switch example uses the simple_on_off model.
The documentation...
I think spi slave pins should set as input but I want to control CSN pin as output in spi slave mode on nrf52840. Is it possible it?
I know that CSN pin is controlled by...
Thingy91 is useless without working samples and SDK
Out of the box it cannot associate with any NB-IoT cells here in Bulgaria. I tied using the provided SIM card from iBasis...
Hi I am having some trouble changing BLE connection parameters (mainly due to the connection handle). Is there any working example that I can refer to, which explains how...
Hi Nordic folks,
Our project is using nrf52840-DK boards as the development beds. We're developing a security application by leveraging the internal CryptoCell CC310 inside...
Hi everyone,
I successfully tested the example of the MQTT publisher in the IOT sdk on a NRF52840 and a raspberry pi 3+. The messages end up in my mosquitto install and...