I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...