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...
wqewqeqwe.PNG I want to program the nrf52 chip using J link Edu -SWD mode. I actually connected the SWDCLK, SDI, and Vtref and GND of Jlink EDU programer to SWDCLK,SDI,3.3V&...
I have written a simple implementation for using the ccm module with mesh. It encrypts and decrypts as it should but when enabled the processor makes a soft reset. It happens...
I have not gone into much details of 51822. while interfacing BLE to any MCU, Is it possible to add interrupt lines from BLE module to MCU to receive interrupts in MCU. Like...
hi:
In my extent application, I would like to save other data which is got from BLE to flash memory with different parameter(block size, block count) using pstorage. Could...
Hi Engineers!
have a question about V/T/QFN package version instead of AQFN.
We prepare our PCB (China) for mass production so, need to understand possible packages...
I am following the example at infocenter.nordicsemi.com/index.jsp
The following line is giving me the error "Error[Pe065]: expected a ";":
NRF_QUEUE_INTERFACE_DEF(uint8_t...
Hi all
I'm working on a custom board using gcc and eclipse.
My primary problem is I'm fighting with the ld settings for the secure bootloader.
I activated the RTT which...
Hi,
I want to write calibration and configuration datas in to flash and read it back. By using sd_ble _flash_write API function , I can write up to 520 words(520* 4 bytes...
Hi, all!
nRF51822 had been used in my project, because of dual bank bootloader and softdevice, the
internal flash memory was not enough for the application. I want to...
Hi there,
I need to add more the function based on Bluetooth, and I need the better security of the function. However, I do not want others read flash data freely and I hope...
Hi
I'm preparing for some tests and I'm wondering where I can find information about what the expected percentage error rate should be?
Right now with 2 nrf boards connected...
Hello to all nordic jedi masters!
I have made an observation, on which I would like your confirmation.
My combo is: nrf52832 + SDK 11 + SD132.
Will my application ...