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?
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 All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi.
I'm trying to add a SPM partition to my project. Like another project i did in the past, i followed this guide: https://devzone.nordicsemi.com/guides/nrf-connect-sdk...
We would like to know there is any direct test mode for TX power of NRF21540DK.
We only found the method of nRF52833 direct test(TX). But we can find how to do with NRF21540DK...
Hi,
I wonder how to use the internal capacitor of the nrf5340.
The nRF5340-DK operates at 32M=8pf 32.768k=9pf without any special settings.
If i use 10pf products for...
Hi,
I'm porting firmware between nRF52 and nRF53 platforms. What is the equivalent of NRF_UICR-> CUSTOMER on nRF53 to keep data like serial number etc.
Thanks
Sebas...
We are developing a custom device based on the nRF9160 SiP Revision 2 with multiple connections over LTE-M and we are experiencing problems with keeping our only TCP connection...
Hello, I'm using nrf mesh serial example in nrf5sdkformeshv500src, in the serial node i subscripted to 0xC000 but i can't not received messages more than 32 node, my netwwork...
Hi All,
Sorry to ask this question, I just learned a little about cmake.
Now I wanted to add a few src files based on the light switch example in SES. Do I have to create...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hi.
I am trying to update my Softdevice using DFU.
If I update from S112 to S140, do I have to upload the application as an image built with S140 as well?
And do I need...
Hi there,
I can't seem to add header files to my project.
The header files underlined in red are not from the Nordic SDK installed from the Toolchain Manager.
...
Hello,
we are currently developing an MQTT Bridge Application. We plan to use a nrf52840 in combination with the nrf9160 as our Bridge which is going to send its data...
Hi,
I working with NRF52840 DK board, I need to read some potentiometer values or any sensor values and also send me the example code ADC with Bluetooth. I need to transfer...
I have developed my thread application based on nrf_sdk_for_thread_and_zigbee and implemented DFU OTA in my application. It is working fine with no issues.
I am using nrf52840...
Hi,
My nrf52840 is not detecting the USB, i tried by pressing the SW5 after that bootloader led starts blinking but not showing any drive in the PC also
can you please...
Hi all! I'm new to mesh bluetooth technology and I'm stuck with some bugs.
I am using the development boards nrf52dk and my goal is to create a network of about 6 nodes...