Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
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?