Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
In the ULP Wireless Q magazine (edition winter 2016), on page 12 / 13 there is listed that the nRF52 chips have a Battery Monitor peripheral but I cannot find anything about...
I have been developing my application using gcc on an NRF52 by putting the text section at 0. This was convenient to get going quickly. We initially weren't going to launch...
hello, i am doing flash read and write in nrf51.for which i have used the C:\nRF5_SDK_12.2.0_f012efa\examples\peripheral\flashwrite\pca10028\blank\arm4 this exampl.
but while...
Hi,
Could somebody share the schematic and board files of nrf51 beacon?
We are planning to make some changes. I don't intend to buy a beacon because I have already purchased...
Hi,
I use the bootloader in the SDK V13.0, I found that no timeout as the SDK v12.x. However, I have added the WDT to the bootloader refer to the link link text
it still...
i could not run timer2 with soft device,. if i start initiaize TIMER2 the bluetooth advertise has disabled. i need this timer to timeout my flow function. i think softdevice...
Hi,
I used the hrs example found some problems, the problem is described as follows:
I use the Android phone pairing binding device, when I cancel the pairing on the phone...
hello,
What is the difference between the next two events?
On_ble_evt ()
BLE_GAP_EVT_TIMEOUT == 0x1 B
On_adv_evt ()
BLE_ADV_EVT_IDLE
I can not understand well.
With...
Hi;
I do not know the BLE Event(DFU bootLoader/SDK Sample) so I will ask you a question.
The environment using is below.
SDK v10.0.0 (Sample code/dfu_transport_ble...
I was trying to save this :
char a = 'r';
uint8_t save = a ;
record_chunk.p_data = &save;
Or even this :
char *point ;
char word[5]="lala";
point =word...
How to prgram nRF beacon kit as peripheral with KEIL and nRF DK52. I cannot see the beacon kit to be programmed. KEIL says DLL error.
Please let me know thw KEIL settings...
hello,
i am trying to compile libmbedcrypto.a but the Make file is pointing to a non existing file called /mbedtls/sha256_alt_cc310.c.
Any idea where i can find this file...
Hi,
I'm using the FDS library to store some data (configuration data). For production, I'd like to flash an initial configuration to the nRF52832. I know the storage format...