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...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
Hey,
currently I use nrf_gpio_pins_set() and and nrf_gpio_pins_clear() from nrf_gpio.h to set and clear specific GPIO ports, respectively. If I want to change the current...
Alright, I have searched high and low and been unable to find a simple answer to this question. It must be possible for the nrf51 to launch Siri on an iPhone, I have seen...
Hi!
I'm doing an Arduino .txt file sending project using the nRF24L01+. But i'm quite a noob in this so i'd like a bit of advice.
I'm using an Arduino Uno, and I made...
Hello,
while reading some nrf5 examples, I've stumbled over a pattern in the examples, where the result code of a function is stored in variable (most of the time named err_code...
Hello Everyone,
I am porting rf receiver example code which are available in another platform.
I have used this rf module : www.amazon.in/.../B00NRQ3BIM
I am attach...
I am using app_timer to measure the time taken to execute a function. I am using ble_app_template code. As mentioned in the documentation, app_timer needs to initialize the...
I am developing an advertise only code.
There is PERIPHERAL_LINK_COUNT macro in ble_app_template that is used by the softdevice to reserve RAM for peripheral link...
I am using:
DK52
SDK 11
Softdevice S132 2.0.0
I have initialized my service as follows:
#define BLE_UUID_BASE_UUID {0x05, 0x00, 0x00, 0x00, 0x00, 0x00...
I migrate a project from keil to IAR, at the moment of bulding im facing this error:
arm_startup_nrf51.s
Error in command line: Invalid argument to option '-D'
Error...
We did initial work on the NRF51DK (PCA_10028).
We are using SDK 12 and ARM-GCC.
We were able to compile and run successfully the experimental_ble_app_blinky and connect...
I'm attempting to make a sense of app_gpiote.c (in SDK 11) to see if it's suitable for my application and I can't find a match between the documentation, the sample code and...
Hi,
I am trying to use app_timer (had this working in isolation like I wanted) and esb (also had this working by itself) in the same binary. They both implement SWI0_IRQHandler...
Using nRF51822.
I use external DCDC to supply concurrent 3.1V for VDD(PIN1).
Then I have no way to check bettery level.
So I connect battery and AIN4(p0.03) separately...
Hi,
This seems to be an issue that pops up often. However, I wasn't able to find an answer here in the Nordic forum.
What I have:
a number of vendor services ...
I'm trying to change the SD version number of a test-S132-file, soI can "see" that the DFU was successful in my app. I can already read the current version (from 0x300C in...