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...
When my program was running,An error occurred.The program ran here
(app_error_handler_bare)and the error_info is
0x00000004, how can I find out the reason of error_info...
Hello,
I was trying to build Clapp oscillator with a JFET J310 (FYI: link text )as it is shown in the figure.
Capacitor C is variable and goes from 20 pF to 285 pF...
Hello
Please tell me about sd_ble_gatts_value_get ().
Please tell me about sd_ble_gatts_value_set ().
For these two cases, it is not used in the SDK, but is it old?
Please...
Hello together,
I' am working on a Bluetooth application and have a problem with the transmitting time of the Bluetooth.
In this Screenshot you can see the end of...
Hi,
I want to connect an ADXL362 low-power accelerometer to a nRF51DK via SPI for a BLE application. However, I'm still quite unfamiliar with Nordic Semi's BLE offering...
In SDK12.2 init timer user APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, true);
but when I want to use more timer,how can i add the number?
Dear Nordic,
I am having some apparent delays in the time that passes from the pressing of a button, and the execution of the ISR that this button triggers. I am using...
Hi, Nordic
I checked DFU operation, found DFU work in bootload mode.
I want to know below operation is OK or not. Plz help me check:
download DFU bootloader
download...
Hi, I use the PCA10040 v1.1.
This is an example of a PCB stack-up.
My questions are,
In the case of PCA10040, which is 4 layered, what are the values of...
Hi,
I am writing a firmware for one of my custom boards which use GPIOTE to detect interrupt for 3 GPIOs inputs (P0.03, P0.06 and P0.09, both with internal pull-ups) and...
Hello,
I'm trying to write my ADC samples over spi on a sd card (Using SAADC like in the sdk 12 example with PPI and using fatfs like in the example in the sdk).
I open...
I have been using the pc-ble-driver Python bindings to implement a peripheral. I have extended BLEDriver to support sd_ble_gatts_* the functions. I now have a working peripheral...
Hi All,
I am struggling with this question from many days. Does the SPI transmit or receive operation in SPI master code uses DMA? While using SAADC DMA I have specified...
I'm using an app timer to blink an LED while in the bootloader.
Initially I was configuring an app timer when the bootloader started up and never stopped it, assuming the...
After failing in replacing a Cortex M4 for a NRF52832 I'm studying the possibility of using a NRF51822 as a BLE controller, used by my Cortex M4 MCU.
As I saw there is...