I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
I am trying to build a device to stream the 9 axis sensor data from the I2C based sensor and then transmit it using BLE UART profile. It is sampled every 3 seconds using app...
I am using an nrf51422 board. I want to update via OTA using ANT+ Dongle. The device information shown in the OTA Updater is parsed from the Bootloader Code. Is there any...
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...
We're quite interested in producing an nRF52 design based on the solar beacon (great design, and clean software). I appreciate the relative simplicity and manageable BOM cost...
Hello,
I am developing a system that samples 3 independent data using SSADC. since the timing was important in my system, I decided to use PPI to trigger the SSADC.
However...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
Hello all
I am trying to implement hardware flow control for UART.
is there anything else to be done ? I have done the GPIO configurations like this
const app_uart_comm_params_t...
Hi,
I'm trying to migrate from SDK 6.1 to SDK 7.2 on custom board.
In SDK 6.1 everything works fine (SoftDevice v7.1.0), but with SDK 7.2 I get into HardFault Handler...
Hi My project need to transport HRM data by ANT+/BLE. base on ANT_s332_nrf52_0.9.1.alpha.hex and sdk nRF5_SDK_11.0.0_89a8197 platform. We have finished the function. Now we...
Hi all,
I know that there is a field "address type (public/random)" in white list.
When a scanner send scan request to an advertiser with public device address. this...
I have used the nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_proximity\pca10028\s130\armgcc for my project before I had the final PCB. I have tested my code on...
Hello,
I was wondering why I am not getting a theoretical sampling rate as I set them to with a timer.
I am using PPI to trigger a SAADC sampling with the timer to set...
Hello!
Nordic UART Service (NUS) is a pretty handy way of implementing a serial data transfer service over BLE. The nRF Toolbox on Android makes it very easy to test it...
Hi,
While this is not related to Nordic Semiconductor products, I think we should incorporate Captcha system during user registration. We had some spam in the morning and...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...