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...
Hello,
I'm using SEGGER Embedded Studio 5.30a with NCS 1.4.99.
I'm trying the "hello_world" sample but when i want to run on the nRF5340DK i get the followings errors...
Hi,
I am using FDS for read and write the records with SDK17, My code is working fine but when I change the optimization level 2 for size then I am getting FDS_ERR_UNALIGNED_ADDR...
Hello everyone,
I'd like to perform a DFU through the USB port on my custom NRF9160 board (DFU over UART) using the NRF Connect Programmer App.
I already did the Firmware...
Hi,
I'm using NRF52840 to connect with a mobile device.
During the connection, I have random disconnection with the reason code BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION...
Excuse me, I want to download the nRF52810 reference layout on official website, however I can't find it.
Could you please send a nRF52810 QCAA reference layout to me
When the nRF is connected as a peripheral and no data is transferred either direction except the empty packet every connection interval, does the power consumption increase...
Dear,
I tried to make a copy of the Asset Tracker example application to start my own project. i gett this error
create_nordic_project.py failed
Creating solution...
Hi I am using the latest SDK for Mesh and also the latest nrf sdk. Downloaded and installed both last week. I have written an application that is derived from the light_switch...
Folks,
We are working on a custom design where the STM32L4 (external host MCU) talks to the nRF9160 over an UART connection to transmit sensor data. When the sensor data...
Hi,
I'm use nrf52840 with Light switch example of nRF5 SDK for Mesh v5.0.0 . Could I modify the packet of network layer ?
I want to add 2 bytes of UUID in the packet...
Hi, I want to add compression libraries like lz4 and audio compression to my zephyr projects. I am struggling to find good guides on how to add external/third party libraries...
Hi,
I have a nrf52810 board working as a peripheral, I want my board to connect to specific central application to protect it with malicious attack by other devices.
Please...
An error occurs when you run the following program(main.c).
[1;33m<wrn> bt_hci_core: opcode 0x2006 status 0x01 [1;31m<err> LOG_MODULE_NAME: Advertising start (err -5)
...
In the nrfConnect SDK I can see just one example for a I2C sensor - BH1749
I want to modify this for other I2C sensors.
However the README does not explain how to make...
I would like to calculate how much time my device does fast advertise and how much time it does slow advertising?
Is there a way to check this in python script?