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...
Hello,
I am altering this project: nRF51_SDK_8.0.0_5fc2c3a\examples\ble_peripheral\ble_app_hrs\pca10028
I am trying to turn on the BSP UART. I main.c the project uses...
Hello,
I am using the custom board.
There is 32MHz external oscillator.
So, I implemented like below source code for clock control.
NRF_CLOCK->LFCLKSRC = (CLOCK_HFCLKSTAT_SRC_Xtal...
Hey,
we encounter very strange behaviour when using encryption (without MITM) in conjunction with write without response . If characteristics are unencrypted (open), write...
With ShockBurst activated the PRX receives some of the packets at 7 to 8 meters, and the PTX only receives the ACK at 4 to 5 meters….
The explanation for this is that the...
I'm asking because I recently figured out my modules aren't based on revision 2 chips as expected but on revision 1.
Maybe someone already made some experiences on this...
I connected my SEEED Ble Micro module via SWD to my nRF51-DK.
I then pressed ERASE ALL in the nRFgo Studio.
It worked. Now my Module is kinda empty. How to get stuff...
Following the instructions from the bluetooth sniffer guide, the sniffer code finds my device. I then attempt to launch wireshark (which has been installed) and I get a plugins...
I'm trying to download a HEX file to an nRF51822 using Keil and ULINK PRO. The hex file was generated by the mbed compiler and works if I drag and drop it using the programmer...
Hello devzone...
My setup: nRF51422 and S110 peripheral
My setup transmits IR data on reception of Bluetooth data from a central device. I have used PWM for generating IR...
I bought 5 Seeed Micro Ble Modules. On their Website they answered a question 7months ago, that they ship with QFAA G0. I connected them via SWD with my nRF51-DK.
God damn...
I am trying to decrypt some data.
My data is encrypted using AES-ECB No padding method.
I know the 32Byte key used for decryption.
Following is the code snippet. I am not...
I guess and hope not but I am a little confused by the compatibility matrix..
I would need to use SDK 7 or higher for my nRF51-DK
but I would need to use SDK6.1 or lower...
Hi,
I searched here for a while and I couldn't find the answer. I implemented custom service by referencing nAN-36 and the github code. For some reasons, the github code...
Hi there,
I am trying to generate a pulse on a pin using RTC1 and PPI. Using a TIMER this works fine but my goal is to incur minimum current consumption by using only the...
I was trying to calculate analog voltage in nrf51822 through ADC.
I used analog 2 pin
ref voltage =1.2v
pre scaler = 1/3
so while i connected 0.9v to analog pin.
I see...