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...
Hello, I was reading through the OpenThread Commissioning Guide ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_commissioning.html ) Attempting...
Hi
I am interested in the Non-IP Data Delivery support in the nRF9160 module.
1) Is there or is there no support at the moment? If not, is it planned and when will...
Hi,
My program suddenly stop working and I get this error message
This happening when I want to go in Debug Mode (Debug > Go).I cannot start the program anymore.
I...
Hi Nordic Team!
I am working with nRF5340 DK and nRF Connect SDK 1.5.0
I wanted to use Firmware Upgrade (FOTA) feature with the mesh . So, I have started with Bluetooth...
device_get_binding() this function has many parameters ,very Incomprehensible to use, in the nordic samples i use debug step by step to find what port what pin to be used...
Hello,
I am looking at the schematic for the nRF5340 DK and see that there are no external load capacitors for the 32 kHz crystal which has C_L = 9 pF. Therefore, we are...
Hello!
Hardware: nrf52840 IDE: Segger Embedded Studio SDK: nrf5 SDK 17.0.2
I've been having trouble getting IN reports to work on macOS. I based my code off of the generic...
At present, the nrf52840, sdk package is components_V15.2.0, it will restart probabilistically when the USB is connected to the computer for charging. The hardware reset register...
I use nrf52840 and max30003 and SD card that saves my ECG data. I've tried to make a lot of ECG and this one is the best. But I don't know why some ECG PEAKS are positive...
2021 05 18 west update new source mkdir -p ncs west init -m github.com/.../sdk-nrf --mr master ./ncs cd ~/ncs west update west zephyr-export //// ~/ncs/nrf/west.yml
name...
HI
When I use thread networking program, p0.7 pin is not controlled as IO port, but it is used well in other programs. What's the matter?Is this pin occupied by thread networking...
I already had a look at the custom characteristic tutorial and have completed it. Populating the Sensor value with characteristic is the next step where I am facing trouble...