I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
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 :...
Does the Battery Service Client (ble_bas_c) module handle subscribing to notifications from multiple slaves? In my use case, I have the nRF52840 dev kit connecting to multiple...
I need to keep track of time on a device featuring the nRF52 and have an RTC run continuously in the background. The drift should not be more than a few seconds over a year...
Hello I try to use P0.09 as GPIO with this simple code but not working. (Works well with pin P0.08)
#include <stdbool.h>
#include <stdint.h>
#include "nrf_delay.h"
#include...
Hello,
I use the bootloader from the SDK SoftDevice 14.0.0.
I use the Laird module BL652 which have a nRF52832 component without external clock.
To compile the bootloader...
Hello Everyone,
I am working on nRF5 14.1.0 SDK, My question is how to generate "ble_app_buttonless_dfu_without_bonds_s132.zip" dfu file.
Can any one tell me the exact...
I am using nrf52832_xxaa and SDK 14.2.0.
Does app timer play a role in power optimization?
If yes, Can reducing the app_timer frequency reduce the power consumed by the...
Is there a BLE mesh SDK for nRF52840, and if yes is there anybody tested it? I'm going to switch to the nRF52840 from nRF52832 and it is very important for me to know it is...
Fanstel BT832 module mesh client stuck in nrf_mesh_sdk.c, 187, Initializing softdevice. When I upload the code on the NRF52 DK It works, but when I upload with segger embedded...
I have set up an environment to upload data to the nrfcloud using nrfconnect and the nrf52 dk.I can only upload data upto ff and then it resets to zero .The value which i...
Hello,
I`m searching for a possibility to detect a possible Flash corruption caused by a Brown out or something else? Is there any controller interal possibility to detect...
hello all
This is one of the point that causes me problems into my migration: I figured out the new logs and the SD obbervers... now this:
the 52832 advertises correctly...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Dear.
In my project using twi function(nrf_drv_twi_tx, nrf_drv_twi_rx).
I am faced with parameter problem that length(uintt_t) of nrf_drv_twi_tx function.
I want...