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 all, I'm working with construction like:
To pass some data between APP and BOOTLOADER. At first I tried to place this buffer to the end of RAM, but after restart content...
Hey Hi all, I am new to BLE Technology and it's programming. Well, I need some help on my project that I am working on. I have multiple (=25) peripherals and I want each peripheral...
I've got a custom board using the NRF52810 with SDK v15.0.0.
I am using the TWIM driver (nrfx_twim.c master mode) to drive an LCD driver IC, a capacitive touch sensor IC...
hi , endnode, I has changed app_util.h as this link
https://devzone.nordicsemi.com/f/nordic-q-a/26448/nrf52832-maximum-number-of-central-links/104059#104059
the max link...
Hi,
Is it possible to use variable Read/Write twi data length?
I'm using:
nrf_twi_mngr_transfer_t const i2c_write_raw_transfer[1] = { //NRF_TWI_MNGR_WRITE(I2C_HUMIDITY_SENSOR_ADDR...
I'm looking for someone to hire to make a Thingy program for me.
I'd like to program the Thingy so it picks up ANT+ MO2 data or other ANT+ data from multiple sensors and...
Hello,
I would like to use the bouttonless dfu feature in my application, but I have not been able to run the sdk example ble_app_buttonless_dfu.
The application does...
Hi
I have query on glowing multiple LEDs example 8 LEDS with GPIOs of nrF51422
So went through nRF51822 series based EDK design files and i see they use 4 LEds to which...
Hello,
I have been trying to test the ble_app_beacon example code that comes with SDK11.0 and upon building I got the following error:
Upon trying the ble_app_beacon...
I might be missing something but it doesn't look like the TWI sensor example in SDK 15 even uses the TWI sensor library. It looks like it uses the driver directly.
Also...
Hello
We try to measure package loss if BLE Advertising & BLE Mesh is used in a congested environment. (WLAN accesspoint has MIMO, 18dBm, heavy data transmitting with psping...
Hello Everyone,
I am using nRF52 DK and i have 2 SPI slaves (ADC and EEPROM). ADC works with SPI mode 1 and EEPROM works with SPI mode 0.
I figured that i need to manually...
Hello Nordic, I've been searching the forum and the SDK for code examples that specifically use Bluetooth 5; could you direct me to that code? Many thanks in advance for your...
I am now based on nrf52832 SDK14.2 development, I tried to use the PWM driver and timer to drive the corresponding two IO port an irregular waveform, I originally thought...