Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
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 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...
Hello
Please tell me about sd_ble_gatts_value_get ().
Before execution, handle is 0x11, but after execution it will be 0x00.
Is this an abnormal thing?
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
main.c
something
hello there i want to scan perticular device. can any one helo me?? . i am using heart rate sdk 11 example
static void on_ble_evt(ble_evt_t * p_ble_evt...
Hello dear Nordic team,
we want to implement a white list to our central device in the production process. Bonding while producing is not an option for us.
Therefore...
We are having a project where temperature values will update whenever the temperature changes ,So I'm writing code like this
uint32_t ble_sh35_update_temp(ble_sh35_t *p_sh35...
I need to generate DFU init files on my Mac for OTA firmware on the nRF51. I haven't found a solution for a Mac-only environment (i.e. no Master Control Panel). I spoke to...
Hello,
I am looking for a SPI library which is simple enough to send and receive a byte from sensor. Something like this. for nRF51
spiwrite(ADDRESS, BYTEtoSEND);
val...
I am using PCA10040 evaluation board to test I2C connection.
I tried twi_scanner sample code in SDK 12.
I wired SCL and SDA pins to D0 and D1 to a PicoScope device....