Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
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...
Hi Nordic Team,
The default stream direction is undirectional, so I add CONFIG_STREAM_BIDIRECTIONAL=y in prj.conf, then use " python buildprog.py -c both -b debug -d both...
Hello,
We have a fitness application that employs concurrent use of ANT+ and BLE communications on an nRF52840, that we wish to port to the nRF5340. The product brief...
I created a custom bootloader based on the SDK 15.3.0 secure bootloader. At location 0xFF8 I defined the uicr bootloader start address as 0xE4000 but my bootloader actually...
Hello
I was trying to add BH1749 I2C Sensor for existing Mesh_Sensor example to get RGB values like shown in this Light_Sensor example. Couldn't decide how to do it and...
Hello all,
Environment: nRF52840-DK, NRF SDK V15.0.0, SoftDevice s140 v 6.0.0, ARMGCC building with Makefile
I am currently trying to combine the examples of the USB and...
On a 52840 USB stick, I successfully tested the "observer" demo app.
Now, I tried to extend it by enabling CONFIG_BT_EXT_ADV=y which is supposed to print some details about...
Hi, I got strange error which I can't to fix.
From time to time, I get the same readings from every function which counts the CPU cycles. They all base on DWT_CTRL. Board...
Using NCS SDK v2.1.0
Example Project: nrf/samples/bluetooth/peripheral_power_profiling
Building the example project gives build warnings:
Could you help me understand...
Hi,
I am trying to implement a Low Power Wireless technology to get sensor values from more than 10 devices at a time. On doing research, I found that the Thread Topology...
Hello, we have built a custom nRF9160 board with different populations for the GPS antenna, now we would like to do some tests to find out which variant offers the best signal...
Hi!
The posts I've found regarding this were quite old, and they mentioned features which then were coming.
So I'll ask anew: Is it possible to use AT-commands through...
Hello,
I would like to ask you if SoftDevice S132 v.7.x.x allows Master-initiated Feature Exchange procedure?
BLE Core spec: Vol6, Part B, Cap. 5.1.4.1.
I tried to find...
Hi everyone, I use nrf52833 to make dongle. My test found that after suspend of usb, I tried to enable ESB rx mode, but I couldn't receive rf data. What is the problem?The...
Hello,
When deleting a bond from the central, after trying to reconnect with the peripheral the PM_EVT_CONN_SEC_CONFIG_REQ gets called as expected. I know that allow repairing...
I have been trying to develop a project, my custom board has a nRF52840 chip and I have a nRF52840 DK too.
My problem is when I try to debug any example from any SDK....