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...
Dear Hardware Application Engineer,
We are using nRF ASICs for our IoT products for the past two years.
In nRF52x series products, forex. nRF52840, there is a power supply...
When I do a DFU on my device (nrf52832 with Zephyr) using nrfConnect, the update is successful, but I get a message in the log stating "Length of data to send exceeds MTU...
Hi Nordic,
I am using the Raytac module with the nrf52840 inside, I have set my hardware as mode of Reg0 DC/DC enabled. Which disconnected the VDD and VDDH. Also I have...
Hello,
We need to use the RX TX on TTL level. That is possible with the nRF24L02 chip, as fa as I can understand from the datasheet. But we also need to use 8 bits, even...
Hello,
I am using nrf52840(nRF5 SDK v15.2.0). armgcc compiler, softdevice s140 hex, and application + OTA bootloader combined hex file.
in my application, I have some...
Hi,
We're developing with Zephyr OS on nrf9160 and recently added SD Card support. We build our application also for qemu_x86 for testing purposes and would like to add...
Hi!
Hope you are doing well!
I was wondering if we can use a normal characteristic to do the buttonless DFU (i.e. transmit all .hex file through that normal characteristic...
Hi, I have a few questions related to extended advertising. I am trying to receive extended advertisement sent from an nRF52832 with an ios device. The Softdevice used is...
Hello!
I have the Serial LTE code running on an NRF9160 DK and sending AT commands to publish data to MQTT broker.
It happens sometimes that the NRF9160 looses network...
I want to verify below configuration can operate or not in bluetooth ?
Fitness tracker is preset in connected mode. Broadcast mode can be selected as fitness tacker have...
We have been tracking down the source of excessive power consumption that we have been seeing with the nRF52840. Our application is spending the vast majority of it's time...
Hello,
I am following a tutorial about writing a custom ble service on the NordicPlayground Github:
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial...
I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...