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 want to use at the nRF52832 a temperature sensor TMP108 and an EEPROM via TWI bus which are connected to Pin 5 (SDA) and Pin 6 (SCL). I made a lot of time until...
Hello,
I have a custom board with a Taiyo Yuden chip (it integrates an nRF51822 QFAC chip, 2 crystals and the BLE antenna).
I program it using SWD. I succesfully uploaded...
Hi,
I'm trying to use nRF52832 by external oscillator(ash7k-32.768KGZ-T).
When i use SDK13, i just add clock setting like below.
NRF_CLOCK->LFCLKSRC = (CLOCK_LFCLKSRC_SRC_Xtal...
Hello,
I'm using the SDK 14 and the FDS library.
I'm a bit confused about one thing :
FDS uses Flash Storage to write to flash.
Since SDK14 Flash Storage can work...
Working with: examples/ble_peripheral/ble_app_uart . I would like to change on_ble_evt priority level so that UART IRQ handler has lower priority then softdevice event dispatching...
Hi! I'm using openthread with custom-made board with NRF52840. During development of lowpower thread application I found out one big problem which i couldn't resolve. I've...
Hello i am now implementing a nordic52832 project On this
nRF5_SDK_14.0.0_3bcc1f7\examples\proprietary_rf\esb_ptx
nRF5_SDK_14.0.0_3bcc1f7\examples\proprietary_rf\esb_prx...
Hi,
I am currently implementing an application which uses PPI to control SPI transaction when a HIGH-LOW transition is detected on a GPIO pin.
I first set up the transaction...
The *_DEF macros in SDK14 define service structures as static. This means that the application level functions for a service must all be called from the same c file where...
I am using Eclipse for developing nRF52 software with SDK 13. Eclipse works great in indexing the SDK files and lets me move around quickly in the codebase. But I am searching...
Hi,
I want to mesure the current consumption for BLE advertising with my nRF52 DK kit. I did the right thing as in the document(section "Using an ampere-meter for current...
Hello,
I just had a look at the gcc_startup_nrf52.S file and now I wonder, what the reason might be for the huge amount of reserved interrupt slots? According to my math...