uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi , a day ago i recived my first dev board from nordic semiconductors, the nRF5340 . Until now I only coded for AtMega328 , esp32, esp8266 and other microcontrollers like...
I am trying to build the aws_fota example project for the nRF9160 using the nRF Connect SDK and the Segger IDE. We currently have v1.5.0 downloaded. The project is not compiling...
Hello everybody,
i use two nrd52 dk boards with nrf mesh light server flashed on them (mesh sdk 4.2.0)
They are configured over nrf mesh app to be in the same network...
Hi, I have nRF52840 DK. How can set the max range? or how can increase/decrease the tx range? Also is there any range extender to improve range? Thanks!
Hi,
I am currently doing a uart dfu over 2 nrf 52840 dks on a Windows PC. I have been using the example found in ...\examples\dfu\secure_bootloader\pca10056_uart_debug supplied...
Hello,
I am porting the secure serial bootloader from the nRF52833 DK (PCA10100), in which it works fine, to my custom board. I press the button and turn my board on to...
Hello, all
Following this ticket ( Configuring ADC sampling rate and simultaneous reading from multiple channels. ), I found a great example code that sends readings from...
I'm using an nRF52840 Adafruit Feather Sense to communicate with a program on my computer over an OpenThread network. My computer is using an nRF52840 DK board as a network...
In other words, is it likely that the EasyDMA that's scheduled after the first HOST->EPOUT completes will copy bytes that have been overwritten by the second transfer?
I...
Hello,
My device based on ble uart app with nrf52832 operating with 2 AA batteries. It has 4 LEDs and 4 buttons. 4 LEDs are always on for indication but when a button is...
I'm blocked trying to get an Nrf52 application developed under v1.3.0 SDK work with FOTA.
My application is working fine. FYI, its on custom hardware derived from nrf52832_mdk...
Hello everyone,
I have a setup with two DK52 (nRF52832) with a mesh level client on one board and a level server on the other. Everything is working fine, no problems there...
Hello NCS team,
Target : Custom nRF5340 board NCS Version : 1.5
After observing sub-standard radio performance on my custom nRF5340 board, I realised that the XOSC32MCAPS...
Hi,
I'm trying to connect to aws iot but I need to set my MQTT_BROKER_HOSTNAME
In the documentation it says:
By default, the sample uses nRF Connect for Cloud’s MQTT...
How does one measure CPU load in a 52840 application where softdevice is used? I would imagine this is a pretty standard thing that people would want to do and I would be...