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...
Hi!
I am currently developing product containing Thread mesh and BLE peripheral service. I am using Thread SDK v2 in my software. My application has to support writing to...
Is there any NRF51822 DFU guide under following conditions:
a. NRF51822
b. SDK11.0.0
c. Dual Bank BLE DFU(\examples\dfu\bootloader\pca10028\dual_bank_ble_s130\)
I...
Hello i am working with light switch proxy client server sdk example.i make provision light and switch using nrf mesh application.i have three nrf52832 dk board.i flashed...
Hi.
I work with PCA10040 and SKD_14.2.
I use UARTE with easy DMA. I see big enough delay between sending nrf_drv_uart_rx_abort and entering to UART event hanler. What...
I tried to create a descriptor for a characteristic. I modified the app_blinky and added a ble_add_descr_params_t variable. After The Initialisation and definition of the...
Hi,
I've tried blink,hid,uart,template similar sdk examples so far. Now i acquired some experience about nrf52832 processor and bluetooth,but ii don't really have enough...
I have had an issue recently with some beacons that I am using to log temperature data. A portion of the beacons drained their batteries very quickly and didn't respond to...
Hi I have this piece of code which works in SDK 12 but when I port it to SDK 15 the sd_ble_gatts_characteristic_add function would fail with an error code of 7. No change...
Hi,
I want to put my nrf52832 into the low-power mode. I select SYSTEM ON with low-power (instead of SYSTEM OFF) in order to overcome reset. In order to do it I call sd_app_evt_wait...
Dear nordic team
I am using SEGGER EMBEDDED STUDIO and nrf52840 DK. I want to add some pwm nrf_drivers like nrf_nvic.c , nrf_soc.c , nrfx_pwm.c to my project. when i added...
Hello,
I started off with two nRF52832 Dev Kits, and have customized the UART Central - Peripheral example to send an array data from Peripheral to Central (no uart simulation...
A month ago I bought an nRF52840 DK to start creating my own projects with the nRF52840 chip
I have created a new project in Segger Embedded Studio for the nRF52840 DK....
Hi,
is it possible to use the nRF52 dev kit and/or the nRF52 Dongle (nRF52840 Dongle) wiith the dongle firmware without nRFConnect?
Background:
We want to use a nRF52...
AIM: Try ATT MTU Throughput Example on nRF52810 running on S132 v5.1.0
Reason: Cant use S112 on nRF52810 because of data length extension. Max speed achievable is 330 Kbps...