I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Greetings
I am going through the BLE fundamentals course and I am doing exercise 1 of lesson 4, creating a custom service. From this exercise, creating the "LBS" service...
Hello,
For context, I am using an EVK-ANNA-B112 development board which has an nRF52832 inside. The development board has an external 32.768KHz HW clock connected to the...
Hello,
I am using sd_rand_application_bytes_available_get() in nrf_drv_rng_bytes_available()
A first generation of randmon number is made without problem.
But 5...
Hello
I have a BLE project using the nRF5340-DK and I wanted to use the nRF21540-EK for increasing range. My plan is to connect the SWF connector to the nRF21540-EK using...
I am attempting to use the nRF Connect for Mobile application to test the MCUmgr implementation on my device running the Softdevice. I am able to successfully run the "OS...
When trying to debug the "hello world" zephyr sample application in VS Code, the system seems to never hit the main function.
Any breakpoints set in "main" are never hit...
Hi,
I would to test the nRF52840 using its DK with the cell battery CR2032.
Could someone describe what are the steps to configure the DK in this way?
Thanks
Hi Dev Team,
I am trying reprovision my Thingy91 so that I may generate a JWT signed with a device key to use A-GNSS and REST FOTA.
I have been following the guide for...
Hi!
I'm using the asset tracker with LWM2M communication to connect to a Coiote server. I've also added my own object description file, and I can receive those updated parameters...
I have been banging my head against this wall for a long time now. I am trying to add support for the NAU7802 sensor based on this repository: https://github.com/TinNotTim...
I have a very simple and general question about Zephyr and nRF Connect SDK. When I am running a thread with high priority that uses I2C and call a blocking synchronous function...
Hi! Based on the following table, the SiP is only certified to use certain bands in certain regulatory regions.
Given that * the SiP can see cells around it without transmitting...
Hi,
I'm trying to use the adafruit_2_8_tft_touch_v2 shield on a nRF9160DK with the LVGL demo but it fails.
Project is unmodified and build on nRF Connect SDK 2.6.1 and...
Hi,
i there a way how the Central would scan the peripheral (scan request) only when something in advertising data matches? Something like passive scan with on demand active...
Hi all,
I use nRF52840 custom device in peripheral role and I am testing the pairing and bonding process with passkey, first with a tablet and then with PC in client role...