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...
Does anyone know what the power consumption of the radio peripheral on the nRF52832 is when it is powered but in the disabled state?
The product specification only offers...
Hi, i'm developing BLE nrf52832.
Is there any way to display the remaining battery capacity on that window 10 when connecting to Bluetooth like that picture?
The remaining...
Hi,
We are programming our devices (nRF52833) in production using a Segger Flasher Portable PLUS.
We use reset after programming via SFR access.
Our devices will not...
I'm using the at cmd library ( commands like at_cmd_write_with_callback ) to communicate with the modem.
I'm trying to enable the nrf_modem library to enable OTA updates;...
Hello
in order to analyze reboot reson (HW \ SW) I use the following:
in case of kernel crash I usually get coldstack print, in this case I can analyze and understand...
Hi guys,
Based on the examples that I found in Zephyr samples documentation, I created the program where I am able to measure the voltage and temperature, and then send...
I tried running pc-ble-driver-py/advertising.py
my command was " python3 advertising.py NRF52 /dev/ttymxc4" and then I got following error
Traceback (most recent call...
Hello
nrf_drv_twi_rx and nrf_drv_twi_tx are non blocking calls?
in the SDK example, I see a while loop is used in the read call for instance which basically is blocking...
I am attempting to build a project with the command line tools as described in: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html, but it...
Dear all,
Can I achieve ble peripheral whitelist advertising without peer manager? (Assuming central address is already known)
Following are several places that I've...
I have been using the PPK II for about a month.
I just upgraded my nRFConnect to 3.7.1 and when I run the profiler, the PPK II is no longer visible (the big green window...
Hi,
We are design custom Board using nRF52840 SOC.
We are operating it in Normal mode, using internal DCDC converter
We have used configuration 5 from reference design...
Hi,
We are design custom Board using nRF52840 SOC.
We are operating it in Normal mode, using internal DCDC converter
We have used configuration 5 from reference design...
Hi, There. I am preparing to program a Mesh application based on nrf52840. The application supports the recovery from the points of power off.
So, I have a question. It...
Hi,
I'm working with the peripheral_uart example in ncs 1.6.1 and wanted to enable flow control for uart0, but do not see a way to do that.
How do I enable flow control...