I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
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...
Dear Sir/Madam,
Can you please help to check and advise if both part# nRF52840-Dongle and nRF52840-DK have KC certificate? Thanks.
Best Regards,
Dan Lee
Hi,
I'm using for awhile TIMER0 and I want him completely disable.
I'm setting a TASKS STOP to stop a timer, clearing a interrupt and disabling interrupt in NVIC, but...
I'm looking at the datasheet for the NRF52832 because I'll be using it with a Raytac module and I'd like to know for sure how the SPI pins are set.
I see in the datasheet...
hi, i've used the official zephyr version till some days ago. the reset pin worked. now i've switched to the zephyr version "supported" by nordic and the pin reset isn't working...
I did the multilink central function when I used zephyr OS Connecting the five peripherals is stable at first, but after a while the error of <err> bt_att: ATT Timeout will...
Hi Everyone,
I have been developing with nrf52840 for quite sometime using Arduino. I would like to explore nrf5 Sdk for Zigbee and Thread because I want to use my nrf52840...
When I generate bootloader settings using nrfutil 6.1.0:
The output indicates the start address is 0x3fc00:
However, looking at the hex file, it contains identical...
I'm measuring the current of the following code:
I'm not using softdevices.
I have nothing more connected to the board than the power.
I measure about 0.320 uA which...
I'm trying to make a test app that includes sample code from GPS and udp examples.
Building for nRF9160DK with west.
Here's my Kconfig:
```
# # Copyright (c) 2020...
Please help me to eliminate the error : "cannot open source input file "nrf_erratas.h": No such file or directory" for nrf51422 for nrf 51(12.3) sdk in keil version 5
Hello, We noticed that when we enable the whitelist, we can successfully filter out connection requests, but not scan requests. Our device still responds to every scan request...
Hello sir / ma'am
I want to implement OTA with zephyr using openthread but the size of my code .bin file is too much like 412kB .
How can I reduce my code size ?
What...
Hello
I am building a code with Openthread (NCS V1.4.0) and the size of that generated Bin file is 405kB. I would like to know why size of that file is more? I need to reduced...
Hi!
We are working with the nrf5340 on a custom board and we are trying to reduce its power consumption to the minimum possible. We have a beacon advertisement application...