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 have an issue with i2c on my nrf52840 dk. I attached the distance sensor vl53l1x to pin 27 (SCL) and 26 (SDA) and wanted to communicate via i2c with it. To test...
Hello
I have an application running which boots up fine.
I've written a bootloader which boots up first, and then jumps into the application including softdevice.
So...
I am trying to implement a TCP server with TLS support. I have the following confusion-
Do we need to use mbedTLS API explicitly or is it internally handled by a zephyr...
Hi,
I am developing a simple application where I read some data from a sensor, and publish the data with MQTT. I want to use PSM to conserve battery life, and I am able...
Hello,
I am using a nrf5340DK to test the BLE Central sample of Zephyr.
As a BLE peripheral I am using a nrf52840 dongle. I have it configured via nrfconnect SDK - Bluetooth...
Hello,
I try to modify the lpcomp example from the Nordic SDK to trigger the sampling of the lpcomp manually. I have added the following code:
I use AIn3 (GPIO 5) as...
Hello,
I'm using Zephyr SDK. I have got BLE characteristic (my device is a peripheral) with following settings:
After successful write operation, I want to reply with...
Hi,
I'm trying to build the peripheral_lbs sample app for the nRF5340 using VS Code and I cannot get past the build configuration stage. Any assistance would be appreciated...
Hi.
I´m trying to install the application asset_tracker_v2 on my nRF9160DK ver 0.9.0 board.
I´m using VS code and during the build i got errors.
"too few arguments in...
Is there any good tutorial about the Android-BLE-Library Nordic library ?
I have only found the examples, but you need to dig in the code to learn how to use.
Greetings,
What are the settings to allow an nRF52811 to use CODED PHY with the NCS peripheral_hr_coded sample?
NCS v1.7.0
board = ubx_bmd360eval_nrf52811 (effectively...
Hi,
nordic tearm,im use nrf52840 develop a ble hid keyboard,my description of report like this :
my send api like this:
my consumer key like volume add and reduce...