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?
Only Altium can import Altium SchDoc and PcbDoc files saved in binary format. See www.orcad.com/.../OrCAD_Altium_Migration_Guide.pdf
Any possibilities of Nordic Semi saving...
I have recently been power optimising my nRF52 based application, which is a datalogger peripheral that periodically connects to a central to transfer logged readings. The...
The product description says the nRF2460 has "Support for external PA". Since this chip does not present separate TX and RX RF terminals, and no apparent TDD output logic...
Hi all,
My goal is to use all the advertising data for beaconing, and also be connectable with the NUS service.
In order to save space for the beacon data I would like...
I have a nRF24LU1 USB device that I want to configure to make communicate with a nRF24L01 device on an Arduino Uno. I tried to install nRF Go Studio and J-Link Segger driver...
Can anyone tell me whether it's possible, within the SDK (or otherwise!) to create a grouping of GPIO pins? Essentially, a design change means that we want to combine what...
Does anyone happen to have 3D models of the PCA10040 and PCA10056? I found the Altium files, but, being an Eagle user (and not having an Altium license), I was wondering if...
Hello,
I'm using nRF52 SDK12.2 "ble_app_uart_c" project as a "Central", and the target device is the "Peripheral."
Test Steps:
Using putty sending message(with...
How can i initialise all four channel of pwm1 using pwm library.
i need to initialise one channel for one purpose and other channel for different purpose.
whenever i am...
Hi,
I just tried the example from
github.com/.../nrf52-mpu-easydma-using-gpiote-and-registers
And they are working like a charm. Now I want to change the example...
In the on_ble_evt(ble_evt_t*) function from the ble_app_template, I added a case of 'BLE_GATTS_EVT_WRITE'. In it has the following code:
case BLE_GATTS_EVT_WRITE:
{ ...
I have a hard time figuring out what some of the constants in nrf_mesh_config_node_app.h for my Bluetooth Mesh application should be set as.
Instead of writing a question...
Hello,
I'm working with ANT+ hrm profile and the relative Nordic's library, but I find out that there are missing pages. Infact I have only pages from 0 to 4. How can I add...
Hi,
I have taken the BLE Central Example code (ble_app_uart_c)in one nRF51822 hardware and in the other nRF51822 hardware, I have taken the BLE Peripheral Example(ble_app_uart...