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 All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I need to implement a PWM analyzer. I looked at the example in SDK 6 and it's fairly easy to follow. When I tried it, it doesn't look like GPIOTE handler gets called frequently...
I'm trying to backport the code form SDK 9.0 to SDK 7.2,
but i need to make sure that can be supported.
I found the "ATT-51", and there is a table about that,but the last...
ble_dtm.c has some bugs related to signed integer representation which prevent negative power (less than 0 dBm) from being requested in the vendor specific message.
...
Hi, all.
I'm using "SEGGER_RTT_printf" for debugging. Because have no uart port on my development board.
I want print double type variable like below.
double pi...
I am currently trying to communicate with a GPS module using the UART on an nRF51422 (using the Dynastream N548M5CB module). I am using SDK v9.0.0 and the FIFO version of...
Hi,
I want to send a continuous stream of data very quickly into the nRF51 through SPI and then dispatching it to a smartphone via BLE.
However I keep getting BLE no...
Hello
When i am in keil uvision 5.18 and use the pack installer all the examples using Softdevice S110 are gone in Keil. Is this a known issue and is there any way to solve...
I followed the instructions and comments in devzone.nordicsemi.com/.../ . I built a project around the ble_app_gls example (with a couple of minor changes such as using -DNRF_LOG_USES_RTT...
Hi, I would like to program nRF51822 flash over SWD interface. I have another micro LPC1100 series that has the flash image for RF51822 and connected to nRF51822 over SWDIO...
Hi,
It is written in the nf_drv_uart.h file for nrf_drv_uart_rx_abort() that
If Easy DMA is not used event will be
called from the function context. If
Easy DMA...
Dear All,
We work on the NRF52 CSP revB. We have a board with two external crystals (32MhZ and 32kHz).
When we use the example program with BLE and UART, it works great...
Hi,
How can i get time stamp from RTC1 timer? While i am using app_timer + Softdevice?
Or any other way
Thanks and Regards,just to get timestamps from timer?
Faizan...
Hi,
I added DFU function to the example of ble_app_hids_keyboard according to ble_app_hrs_dfu.uvproj.
Test environment: nrf51822_xxAA, SDK_v6_1_0 and S110_v7_1, before...