hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi everyone,
I'm using a custom wrapper ( github.com/.../arduino-BLEPeripheral) with softdevice S130 v2.0.1. I've extended the wrapper to allow simultaneous advertising...
I am trying to implement a simple example with custom profile by building upon
the tutorial given devzone.nordicsemi.com/.../
My profile is something like this:
Service...
Hello,
My application perform reset periodically. When It does a reset the bootloader need to initialize the softdevice with SD_MBR_COMMAND_INIT_SD before calling sd_softdevice_vector_table_base_set...
Good times,
So I finally put in the tweak to enable the GPIO 9&10 pins to be used for GPIO instead of the default NFC mode. Must remember that reset for it to take effect...
Hello,
I'm testing ble_app_hrs example by nRF52832 DK.
When i change NRF_BLE_GATT_MAX_MTU_SIZE up to 158, the example project run properly.
But, when i change MTU...
Hello, I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0 and trying to dim led. It seems the only suggested solution is to use the pwm driver. I was wondering...
Hello, im experimenting around with the nRF52 DK (and nRF51 DK also)
Now I have following setup on nRF52 DK:
SoftDevice: s132 nRF52 v2.0.1
Applicatoin: Example Project...
I have the option to connect nBLE51822 to MCU via SPI, UART or I2C. But is there any advantage of using SPI/ I2C interface over UART interface while connecting nBLE51822 to...
my code is below.
git_mpu9250_dmp.zip
Hello.
I use nRF52 & MPU9250.
I want to use DMP,
but I can't read data with DMP.
Because it have failed that writting firmware...
Hi there,
What is the recommended development tool setup for nRF52 Preview DK on Mac OSX?
Your guide for SDK 0.9.1 seem to rely on Keil which isn't natively available...
Hi all,
What is the difference between the app_mailbox and the nrf_queue api?
The documentation says:
A)
The mailbox library provides functions to safely exchange...
Hi team ,
I'm using sdk 12.1.0(E:\testing\examples\ble_central\ble_app_hrs_c\pca10028\s130) example.I want to change to this BLE_GAP_ADV_TYPE_ADV_NONCONN_IND in above example...
I'm using nRF52 + SDK11.0.0 + s132. I have a custom service (with a read characteristic and a separate notify characteristic). After adding the DFU service and uploading the...