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, my project is not going well. Trouble you Please help me again First of all, my English is not very good. I'm sorry. Can you provide an ideal sample code for me? My...
Hi
I'm using SDK 14.2, nrf52 DK and proximity example. When i try to write to inmediatte alert characteristic from nrf Connect ( android) i never get the event on the device...
Hi, in my project, the following codes caused "NRF_BREAKPOINT_COND":
sd_power_ram_power_set(4,(POWER_RAM_POWER_S0POWER_On << POWER_RAM_POWER_S0POWER_Pos) | (POWER_RAM_POWER_S1POWER_On...
I have secure DFU working fine for my s132 (SES sdk15.0), and now trying s112 using the example from post how to use dfu?
I used SDK_14.2.0_nRF52810_Secure_BL_v1.1.zip and...
Hi. I have to make mesuring impulses quantity of two external low freq signals without interrupts.
I tried to use GPIOTE EVENTS_IN[0] and 1 with PPI ch 0 and 1 to timer...
I use PCA10040 V0.9.0 to run SDK15 bootloader example: F:\Nordic\nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10040_ble_debug\arm5_no_packs.
1. erase full chip...
Hi, I am using the ble_app_cscs_pca10056_s140 example application from nRF5_SDK_15.0.0_a53641a and I have made a single-line change (see below) to force the bonding process...
Hi Nordic Team!
I have bought nRF52 DK and my aim is to create BLE application for a peripheral that it would be possible to connect multiple centrals (for example android...
Hi,
I am trying to add the SAADC to an existing project. SDK 14.2 - Softdevice.
I quickly changed the existing code as follows:
Unfortunately, the callback gets...
Hi.
I am using the nRF52840 DK board and have integrated the SDK15 ESB_Rx example with the HID example.
The nRF52840 DK board has two USB ports. (J2, J3)
J2: Firmware...
Trying to track down an issue with IOS disconnecting shortly after connection when using NRF Connect, LightBlue doesn't connect at all.
We have a few GATT chars with...
Hello,
I am facing an issue when trying to use the example flash_fstorage_example in SDK15 with the softdevice. According to the documentation, using the reading and write...
I am testing SPIS to transmit mass of data(255 bytes each call) from nrf5 DK.
I found SPIS data shifting randomly.
The testing data is 0x88 but sometimes can get 0x44...