I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
Dear Members,
I got this error
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol app_uart_put (referred from retarget.o).
SDK_config.h is included,
What...
Hi
I've built a HCI USB firmware based on the hci usb example in the nRF Connect SDK for the nRF52840DK. The configuration of the project has been slightly adapter to better...
Hello,
When I try to load a simple code to the app core of the nRF5340 with Segger Embedded Studio I get an error "Failed to download application. Undocumented error"
...
Hi, I have some question about CTE.
Recently, I heard that CTE should be appended to AUX_SYNC_IND. (for connectionless use)
Is that true?
If than,
Where can...
Hi,
I noticed that in the main / master repository of Zephyr there are features that are not yet available to the version coming with NCS (for example the State Machine...
I have several out-of-tree applications targeting the nRF9160 that all build correctly when built individually. One of these applications, named "secure_partition", is a customized...
Hello,
I am working on NRF52840 DK board, trying to run Mesh DFU example code.
The issue I am facing is that I have to run Bootloader Verify python script before the...
I am using nRF52 dev kit based on nRF52832 (PCA10040). Is it possible to set the VDD output voltage to 3V or 3.3V in this? If yes, how and what header files should be added...
Until today - we have been using nRFConnect 1.5.1. We are trying to upgrade the SDK/Zephyr to nRFConnect 1.7.0.
My existing projects that use crypto interfaces no longer...
I'm trying to get my head around the steps involved in doing something as simple as accessing a GPIO pin.
I'm running VSCode as my IDE, with the nRF Connect extension (V1...
I have modified the NVS sample in the Zephyr documentation to store some user data on the nrf52832 device. I'm wondering what the best practices are for ensuring the longevity...
Hello!
My issue is about setting the role for a thread device from my program, I'm programming the device using Segger Embedded Studio and the last SDK for Thread and Zigbee...
Hi community
In order to set a reasonable CONFIG_MAIN_STACK_SIZE I'd like to have a stack usage report.
I've seen the option CONFIG_STACK_USAGE . This generates an additional...
We read 3.6 V using the ADC, for our mass production devices. The error rate is about 50% of the devices show wrong values between 3,05 and 3,4 Volts.
Even though the ADC...