Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hello,
We've heard that the BLE transmission packet length may be increased beyond the limit of 20 bytes in a future version of the S110 softdevice. Would you let us know...
Hi
I struggle to understand mechanisms of switching particular subsystem of nrf51822 off and on again in order to consume as little as possible current when MCU is put...
Hi
I have an ADC that just recive, but i will need to make an buffer that makes tx values and just send them to a output pin.
So I wonder how i should code this and if...
I have made custom compiling environment using gcc. I precompile some parts of my software and send to team members .o files what they use in their project so that they don...
Hi, I am using an nRF51822 EK board to develop a custom application and I was wondering about the usage of the SoftDevice. Under what conditions should I use the soft device...
I have recently updated my DFU code to use the source files in SDK 6.1 to be able to OTA upgrade the SoftDevice and Bootloader. I've been able to get the Application to reliably...
Hi,
I am a newbie and would like to build a solution that combines nrf51822 with Arduino. Is this possible.
I find that there are many nrf5001 + Arduino solutions, but...
Hi,
I try to use APP_ERROR_HANDLER(err_code) with a custom error code ( for example 25) in a custom function. Error code reported is correct, but error line and filename...
hello,
Have any example about how to use "CHANNEL_IN_WRONG_STATE" ?
I don't know how to use it. and also don't know when softdevice return this even.
///< Command...
I am having an issue with pin changes triggering interrupts using app_gpiote. I've set up app_gpiote to watch pin 30 and trigger an interrupt on low-to-high or high-to-low...
Folks,
I'd like to use the single UART peripheral in the nRF51822 in interleaved fashion to support two serial "ports", e.g., sets of GPIO pins dedicated to separate serial...
Folks,
In the latest SDK (6.1) for the nRF51822 I see two versions of SPI master code in the Source folder and examples: with and without "5W" appended to the filename...
Hello,
Been posting a few threads lately on my attempt to get the ble_app_hids_keyboard example to work on PCA10003.
I've gotten the files to compile using Eclipse on...
Hello,
i am measuring the current on my nrf51822 board. While sending messages over I2C i have a current about 4.4 mA.
This should be correct? The CPU, 1v2, hfclk and...