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 :...
Hi!
I have a small issue with one of my current project. I've built myself a custom board using the nrf51822QFAA. And I am using an stlink (on an stm32f4 discovery) instead...
Hi,I have tried to write some characters like device name for BLE device. When I called
Code:
grantPermissionCharacter?.service.peripheral.writeValue(data1, for: grantPermissionCharacter...
The bluetooth icon in the status bar is gray, not white although I connected ble_app_hts(PCA10028) with nRF Toolbox(android app).
Doesn't android recognize connection state...
Hello,
using buttonless_dfu app, the app switch to bootloader as the upload is started with nrf toolbox on android,
but with iOS, the upload never starts the LOG error is...
The Bluetooth Mesh SDK is currently tagged as alpha software. Is there a timetable for its progression into beta and to a stable release?
I'm evaluating the nRF52832 for...
Hi, currently I'm working on ultra low power device. This device need to be wake up in 333 ms interval. I use RTC for this. My question is about strange current spikes with...
Hi,
I am using the nrf52 DK (PCA10040) and have a problem with the USB-UART. For some reason I do not see any log messages in the terminal.
I started with the "coap server...
I used SEGGER Embedded Studio to make ble_mesh_v0.9.1-Alpha project, there was an error while executing the flash_area_is_valid function, this problem occurs in the NRF51822...
I'm using the PCA10028, ble_app_hrs_dfu(sdk11).
Only the three screens below were repeated infinitely when I started to upgrade the softdevice through DFU.
And the...
My android version is the Kitkat.
The nRF Toolbox cannot find services when I changed the application of PCA10028 for example from ble_app_hts to ble_app_hrs.
The message...
Hi I am developing an application for sending data over BLE which I have received over SPI from a non - Nordic chip. I am using the ble_app_uart template for this. But data...
My call to sd_ble_gap_ppcp_set is returning NRF_ERROR_INVALID_PARAMETER.
I have the following connection interval settings:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500...
I am running SDK12.3 on an nRF52 and the bootloader on my boards has no problem replacing the application through the DFU process. Now I found a mistake in the bootloader...
I am not sure whether there is a small error in a Gazell packet transaction diagram, or if I have an incorrect understanding. From Gazell user guide :
If only the ACK...