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 there, I'm trying to find a hardware integration guide that details min max specs for the IC and also details the RF output pin impedance so I can match to my board stackup...
I checked out the nrf github repo and tried to build the nrf_dm sample for the nRF 52840 dev kit which is what I have
In VSCode I chose "Add an existing application" and...
Hi,
As the title, I can see Mesh Proxy service in nRF connect app, after provisioined device by nrf Mesh app. But when I send data to Mesh Proxy Data In, It disconnect immediately...
I followed the document and downloaded nRF Connect for Desktop in Ubuntu 18.04.5.
Then I changed the permission of nrfconnect-3.11.1-x86_64.appimage to "allow executing...
Hi,
We have an issue that is puzzling us.
The symtoms are the following.
If we flash v1 of our application (using Segger Link) to our target, it works correctly, no...
Hello,
I am experiencing a power issue after the first ADC sample is triggered. Sampling 2 ADC channels using PPI and TIMER as the triggering mechanism. Here is a capture...
nRF SDK 17.1.0 sd140 7.2.0
I'm working on adding OTA DFU to ble_app_uart. I had my own custom service that was working and then added on the DFU files like ble_dfu.c and...
Hi,
This question was asked before here a year ago, but I couldn't really find a definitive answer in the thread
Is there any reason why I would not be able, technically...
SDK V17.1, nRF52840 SOC, s140_nrf52_7.2.0_softdevice.hex
I am attempting to configure a spi device from a ble gap disconnect event handler. Before the disconnect event communication...
Hello,
I have tried to find examples where I can use nRF52820 chips for Thread applications and I can't. Program memory is too small for any application as far as I've searched...
Dear,
- nRF connect SDK 1.9.1
- nRF5340 DK
Here is my code and config. I can assign some pin as gpio such as 0.04. Maybe 0.03 or 0.13 have other function mux, but I...
I was trying to build my own devkit based on nrf9160 and I wanted to which hardware to use to upload code to the nrf9160 chipset.
I tried getting the chips used on nrf9160...
Hi,
I am having a trouble to flash Nordic Thingy 91 on My PC.
I have followed the instruction as bellow.
https://www.nordicsemi.com/Products/Development-software...
Hello, I have trouble developing BLE devices with Nordic NRF5280 and SDK 15.3.
I use pm_local_database_has_changed() on the product to notify the bound device of a BLE service...
Hello,
I am working on BLE MESH using nRF52840. I am trying to put nRF52840 into deep sleep mode. For this I am referring to lpn example in BLE Mesh which makes use of Friend...