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 try to read data from the ICM20948 IMU with I2C from my nRF 52840 DK.
Initialization of the device is correct, the IMU ID is sent to nRF correctly which means that...
Hi I am working on nRF52832 board.
i am using fds library to store my data. data contains MAC address. Each MAC address is stored in each record with same file ID and key...
Hi ,Sir:
We have a smart pen coming to market, but we have a problem with directed adv(based on SDK14.2 ble_app_hids_keyboard ). The problem is following:
when the pen...
Currently, we are developing power-saving firmware using nRF 52 Development Kit (for nRF 52832).
I wrote Nordic's SDK and executed it, it was a measured current of about...
Hi
I use nRF52832, SDK13 and S132 to develop peripheral which connects to smartphone.
Then I have to do a feasibility study that the peripheral can plays beacon role...
Folks,
This is probably a C question as much as Nordic, so I might be told this is off topic. That's fine if so, I can try Stack Overflow.
I never use macros in my C code...
There is ble_gatt_db_srv_t structure type defined in ble_gat_db.h. It has a field named charateristics. It should be characteristics. Is it going to be corrected or it will...
Hi, Suddenly I can not connect to my nRF5280 PDK (PCA10056 0.11.0 2018.3)
1. I tried using JLinkExe and also SES, the same result, I got error "Can not connect to JLink...
Pins are denied to work as GPIO after the TWIM "Initialization -> Deinitialization" cycle.
After deinitialization, respectively, disable pins from the periphery, using the...
Hi all,
I am extending the BLE Multi-link example from SDK 15.2.0 in order to have some characteristics as BLE Mesh. I would like to use UUID filter to scan all peripherals...
I'm seeing similar problems to others in getting highly unreliable connections to the network. I *VERY* occasionally get LED3 and LED4 to blink simultaneously, but it's very...
Hello.
I take the flash_fds example from nRF5_SDK_15.2.0_9412b96, but I am not going to use the CLI (command line interface) because I take the FLASH written, reading capability...