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?
in prj.conf, i add below:
CONFIG_BT_USER_DATA_LEN_UPDATE=y CONFIG_BT_CTLR_TX_BUFFER_SIZE=251 CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
in att_internal.h , change # define BT_ATT_DEFAULT_LE_MTU...
Hi!
I wonder how can I measure the delays, latency, errors and connection speeds. I'm using nrf samples for bluetooth peripheral_uart connect it with nrf connect app. I...
I have a SPI Master and a SPI Slave. The Master will randomly pull data over SPI from the Slave. The slave will randomly generate events that result in data to be sent to...
I am using SDK version 17.0.2. The example code uses SPI.
The following changes have been made to the pin settings.
Questions
1. Pin behavior is strange.
...
Hello, Support team.
Our boards do SPI communication to read sensor data.
Basically It works well. I checked that It operates more than 5 hours.
But only one board...
Hi,
I have the following initialization for advertising:
The name consists of an acronym od three letters and a underscore e,g, XXX_ and a six digit ID. Like XXX_12E124...
Hi,
Is it possible to add four pairs of resistors between the debug signal lines and the connector as shown in the figure below.
Would such a connection not impair the...
The Google Fast Pair Service has recently been included in a number of Bluetooth peripherals (Headphones, fitness trackers, etc.) and has been getting rave reviews.
Has...
I am able to download simple blinky program on my custom board. It is working fine. Custom board is interfaced with nRF52-DK through P19. I am using embedded studio as IDE...
Hi, on nRF5340 I want to capture accurate timing of external events. I need a kind of real-time capture module to read the time period of a pulse train generated by a rotating...
Have a few questions about ble_app_uart example.
From the way I see it, it sets uart_event_handle as the callback, and every time there's an "event" that takes place...
Hello All,
Method 1: I am writing a test application to read the ADC data at a specific intervals(10 samples for every 5ms interval for every 50sec). I am using blocking...
Hi,
We are implementing a synchronous light flashing of multiple devices, so:
1) Can we get a millisecond level (< 10ms) time synchronization by parsing the Link Layer...
Hi, all
I added a scanning module to the example 'ble_app_uart.c', so each one works well.
What I want to do is advertising and connect at the same time while connected...
What is the best practise for multichannel SAADC conversion in ultra low power devices? For example I have to measured 4 channel in interval 250ms. Below what I try:
...