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...
Hello everyone ,
We have done advertising and scanning(both in a single firmware) on nrf51822 using QFAC chip. using SDK 12. Now we want to switch our code to NRF51822 QFAA...
hi
I am trying to add Manufacturer specific data
ble_advdata_manuf_data_t manuf_data; // Variable to hold manufacturer specific data uint8_t data[] = "A"; // Our data...
Hi, when I provisioned the client and servers via provisioner to create mesh network, I can receive RSSI value from provisionee ,but after the provisionee disconnect to power...
I have a nRF51 DK. I am trying to sniff the Bluetooth connection between the smartphone and watch at Window 7.
Installed:
Wireshark 1.10.7
Sniffer (tried ble-sniffer_nRF51822_1...
The sdk_config.h configuration file for ble_app_hrs_freertos example contains following definition:
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
This macro should...
HI,
I have connected to one peripheral from my central and retrieved all the services(For example i need Device Information Service, got all the characteristic values) and...
dear sir,
i have a nRF52DK board,
i want to power on the board but not glowing LED and my laptop not detect the board while connect with laptop,
please given solution...
Hi
Env: keil and no SD
I am doing the first steps on keil + nordic nrf51822. I started by opening the Blinky app (C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples...
Hi there ,
i am developing a biomedical recorder which needs to continuously transmit the recorded data ,
data rate is very low (9.6 Kbit/s to 32Kbit/s) but i have a very...
Hello,
I was wondering whether or not there is a way to know, how the connection interval is decided between the two values of the Connection Interval Max and Connection...
Hi, everyone,
We develop the project by using nRF52822 module. But suddnely we discovered that the latest supporting this chip sdk versionis 12.3. The SDK versions newer...
According the the instructions for the Thingy mesh demo, it is possible to manually provision new nodes. Is it possible to identify the unprovisioned node first by sending...
I am trying to make the nrf52832 enter in ON/low power mode for inactivity periode.
I must have the "System ON, No RAM retention, Wake on RTC" as indicated in nrf52832 datasheet...
Hi,
I run the Secure DFU, and I'm doing OTA update without any issue.
The problem is the case that I'm doing an OTA update with a application-version smaller than...