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...
Hello guys,
We are performing BLE Scan with filtering by using the device name as a filter.
We are aware of the following facts:
All the advertising packets will be...
Hello everyone,
I'd like to use 6lowpan over BLE (that's IPSP isn't it?) on the nRF51822, specifically the Micro:Bit. What are the options for doing this?
It appears to...
Hello, I am a student studying zigbee. I want to communicate zigbee with the nRF52840 board, but first I checked the lead on/off of the board where zc_light was uploaded with...
Hello, teams!
Thank you for helping.
Now I'm interested in implementing the direction finding technology by using nRF5340 PDK.
Here are my questions.
1. Is there...
sir/madam i am beginner in nrf52 i want to display time stamp using an in built rtc. i am using that nrf calender in github as reference i am getting the following 4 errore...
Hi,
I have a problem with resume suspended TWIM transmission. My goal is to send | START | ADDR | DATA 1 | DATA 2 | STOP | where DATA 1 and DATA 2 will be send in two separate...
Hello
I am using SDK v17 and nRF52DK board (PCA10040) and testing mpu6050 sensor.
I want to print out the sensor value through the app through ble_app_uart.
Before sending...
HI.
I am trying to connect a laptop BLE and a custom device using HID.
I have to connect multiple devices to my laptop.
I know that the maximum number of connections...
There is an error in projects that utilise RTT for CLI. SDK_CONFIG.H contains the line CLI_RTT_ENABLE. This must be CLI_RTT_ENABLED for the macro NRF_MODULE_ENABLED(CLI_RTT...
I go into MCUBoot mode and I get: MCUboot DFU failed. Error occured when program. Errorcode: CouldNotOpenDevice (0x4) Lowlevel error: Unknown value (ffffff8e) When trying...
Hi all,
I'm evaluating design for a bluetooth + GPS + NB-IoT ultra-low power device
I see the only possibility to get a such module is to design it (I didn't found anything...
Hello,
I'm trying to auto-build my application through Github actions however I'm running into this problem
When I try to run this locally it works perfectly fine however...
Dear All, I am trying to measure the current consumption for an application I am developing on the nRF52833 DK. The code that I am running is the following: Based on the product...
Dear All, I would like to configure a device to go to the System ON, no RAM retention, wake on RTC (running from LFRC clock) Sleep mode, in order to be able to use the RTC...