• boot sequence for ble_app_hrs

    Hello, I do not see the bootloader files for this example in SDK 0.9.2. Where can I find the boot sequence for the ble_app_hrs example, and in what files is the boot setup from? Thank you.
  • TWI sensor example?

    Hi, I don't see in SDK 0.9.x any examples pertaining to accelerometer peripherals. I see a TWI sensor example from the nRF51, but I am working with the nRF52. Are there any examples for a TWI sensor or accelerometer? Best Regards.
  • nRF52 SD132 NUS reset after sending 4 packets

    Hi! I'm launching code from example to NUS (ble_app_uart) on nRF52-DK. Everything is going OK, except when I quickly send 4 packets in row from UART to connected Bluetooth device, then nRF52 gets reset. In the example the MCU is waiting for 23 bytes…
  • nRF52832 loop while calling sd_softdevice_enable

    FIXED (see below) Hi! I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour. LED blinking (blinky) example is running OK, so I moved on to beacon example. The problem is when I'm calling sd_softdevice_enable function…