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,
I am using sdk 12.3.0 and pca10040 board. I want to update the firmware OTA. I am following this post
devzone.nordicsemi.com/.../
I am stuck at step 4)...
I am using the nRF52832 development board, S132 and SDK11.0, I have some questions about Bluetooth pairing,The project under the link:examples\ble_peripheral\ble_app_uart...
when we use twi to transmit data in iic mode ,the nrf52832's power is unacceptable,too high!we read and write data in 50times per second.every time, we transmit 24 byte data...
I JUST NEED TO KNOW NUMBER OF ON PULSES PRESENT IN THE PWM OUTPUT CAN I USE PIN CHANGE INTERRUPT TO COUNT THE NUMBER OF ON PULSES OR SOME OTHER METHOD IS AVAILABLE
Hi,
We need to pass the radio certification and in order to simplify the setup we created an application to setup BLE TX/RX/CC/MC from an NFC command but we meet a strange...
Hello,
As a lot of person, I have a problem for use nrf52832(pca10040 board) with spi as slave.
I check my master with salae probe tool and this part is correct. Chip...
Hello,
my nRF52 Preview dev.kit don't upload the last 2016 march 15 firmware update
from nRFgo app. It gives me always an error and the progress bar stay at 0% value.
...
Hi,
Need you suggestion regarding our use case but first I would like to explain about our use case.
In our use case there be beacons and receiver. Beacon we are considering...
Hi, I am a beginner and trying to understand the SD card example for nrf52 DK. When I change the pins from the given configuration
#define SDC_CS_PIN ARDUINO_10_PIN
#define...
Hello all,
During testing of my nRF51 based device some Android based phones unable to connect or at least connect from the first time. The same device connects perfectly...
I use sdk 12.3.0 / nrf51822 / SD_130.
I use app_timer library.
I want to know how to calculate the maximum allowed tick count when setting APP_TIMER_PRESCALER = 15...
I am trying to send 20 notifications inside a loop. I am able to send 7 of these and receive the following error. What does this mean? Also, is there a central document that...
Hello,
We are facing a critical issue with our BLE peripheral product under development crashing during paring/bonding.
The phones used are all different, but the ones...
Hi all,
I want to know if the images inside the hci_dfu_send_hex folder are just precompiled hex files from the examples.
More specific I want to use the bootloader...