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'm using the mpu9250 connect to tca9548a and connect to the board, but if I move my sensor , sometimes twi read and write returns error code=3(but it usually don't happen...
Hello,
I'm integrating Nordic Mesh SDK into nRF5_SDK_15.2. I have following following guide for this:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
can any anyone suggest me how can i do this ble communication between those devices
i have used example program ble_app_hid_keyboard.
my question is i have to type data...
Try adding PA rfx66 to the device nrf52810:
#if defined(NRF52_SERIES) || defined(__SDK_DOXYGEN__) /** * @brief Set up external front end control. * * @param p_pa_lna_cfg...
Hi, I'm trying to using SEGGER IDE to program the nRF52840 whit both Zephyr RTOS and Nordic SDK accessible to my project. I have followed the guide on https://developer.nordicsemi...
Hi I still have problems with this board. I check it at my nRF dealer and it works. Yesterday I run it on an another PC and it works well:
But today at the same PC it...
Hello,
I am trying to implement the Peer Manager for bonding and pairing on my central device (nrf52840 Dongle) using SDK 15.3. I based my project off of the ble_app_uart_c...
Hello Nordic Semiconductor Community,
I do run mqtt_simple example successfully on my nRF9160 DK with modem firmware v1.1.1 and NCS tag v1.2.0.
Now I am connecting mqtt_simple...
Hi, I am using nrf52840 DK to create the uart ble app. The starting point is ble_app_uart example from SDK52 15.3. I changed pin configuration for uart so I can have RX and...
Hello,
I am looking into adding a whitelist to my central device to stop scanning devices I am disinterested in, however, I have a few questions and concerns about them...
Hi,
I saw the errata for bad onboard GPS antenna performance in nrf9160 DK v0.8.2 and 0.7.0
Was the problem fixed in 0.8.3, or is 0.8.3 still affected?
Thanks.
Hi,
I am using the nrf5 SDK for Mesh v4.0,
Windows 10,
4 DevKits PCA10056.
I have 2 DevKits as LPN (from the experimental_lpn example) and 2 DevKits as FNs (friend...
Hi,
I have a issue with the output regulation of REGOUT0.
I have a custom board based on the NFR52840-CKAA (revision D). I designed it in high voltage mode because I have...
Hi, I'm getting a crash when discarding an advertising packet.
Roughly what I do is:
Which crashes at advertiser_packet_discard().
GDB trace:
It looks like packet_buffer_pop...