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?
Hi there,
First of all I have to say that I am new to BLE technology development. I tried something using your tutorial and I think I succeeded. The board can advertise...
I am trying to create an application where two or more transceivers can each be moving around with different people and each would know the location of the others relative...
Hi everyone
I'm trying to create a new project using SES but could not able to do that. Just i tried to copy the BLE_blinky project from examples and pasted on new project...
I copied the button project from samples in other drive. Copied the ../boards/arm/nRF534DK_nRF5340 in the new project folder. Then, I changed the names of board in all file...
I am working on an application where I need to start pwm sequence after particular delay (accurate delay of multiple of 100us).
I am quite new to nordic environment.
Here...
Hi!
I'm trying to figure out what is the maximum current I can safely sink or source from NRF9160 GPIO pins.
From the spec I can see that I can expect ~10mA sink/source...
Yes, I have seen the many other tickets with this subject name, but they did not solve my problem. All of the directory paths in my "User Include Directories" in Project preprocessor...
We have a running sensor system with four sensors sending data to one central node (all nRF52840 Dev Kits). The nRF Mesh App was used to provision the nodes.
Now when...
Hi,
I use NRF52832,SDK17.1 ,softdevice is s132.
I shielded the part I added by myself in ble_uart example, but it will prompt this error about 1min after power-on. How...
Good Morning and a Happy New Year,
I try to test an application, using the nRF Connect for Desktop (on a Mac). While trying to pair with an application that supports LESC...
Hello All,
I've had some success now connecting my 52840 Dev Kit with the NRF52840 Dongle and would now like to use the dongle as a receiver with the PC-BLE-DRIVER-PY library...
Hello,
Does the nRF Connect SDK support enabling QSPI encrytpion (DMA, XIP)?
I see there are two functions in the nrfx_qspi.c that do this: nrfx_qspi_xip_encrypt and nrfx_qspi_dma_encrypt...
Is the nRF51 SDK version number exported as a preprocessor #define in any of the SDK header files?
Because the SDKs are not backwards compatible to different revisions...
Hi,
I designed a bluetooth device that stores 8kb of data. With 20ms connection interval, data is sent to the smart phone in 3 minutes which is to high for this project...