I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
As show in the title, suppose I have my own bluetooth stack implementation, Is there any possible to flash the bluetooth stack into the nordic series?
Or, another question...
Hello
I'm able to use the MasterEmulator in a WPF or command line application but when I try to use it in Windows PowerShell i get an error.
I'm trying (with the dll...
Hello,
We've been struggling for a while trying to understand how to interpret the nRF52832 electrical specification . Sorry if this may sound like a bad question but we...
Hi, I'm using SDK12 and I'm trying to implement button debouncing. I have initialized one of the nRF52 board buttons using app_buttons.c. In the infocenter I read that debouncing...
Hi!,
I have load Sniffer_firmware into PCA10028 and works, but I can load Sniffer_firmware into PCA10040? it's compatible?
This file --> ble-sniffer_nRF51822_1.0.1_1111_Sniffer...
Hi,
I have tested mbed Classic and mbed OS with CLI and Yotta and works with nRF51-DK and nRF52-DK. Also with Eclipse Neon.1 with yotta build Eclipse CDT4 - Ninja.
But...
Hi,
I have a JLINK EDU and JLINK LITE and an nRF52 module and am attempting to use nrfjprog to program the device. Both devices are able to erase the chip, but the JLINK...
hi,
i'm new to bluetooth development so i have got a Tiny BLE. ( wiki.seeedstudio.com/.../Tiny_BLE)
the Chip is: nRF51822
i use for the development at the moment the...
Does Nordic, or any third party, provide an iOS app that utilizes the features of BLE 4.2? Specifically the larger packets sizes, and is there example code? Wish list would...
My net is a star type with many nrfL01P+ units.
Now i simply use only pipe 0 with no acknowledge (and same frequency for all units).
My question is if can I use pipe 1 ...
Hi,
I'm building a device with an nRF52 or nRF51 Module (still undecided), but still need a second MCU for USB Host functionality. Unfortunately, USB Host requires a precise...
I modified the nRF51 SDK_v5.1.0 .36092\Nordic\nrf51822\Board\pca10001\s110\ble_app_hrs proj and downloaded to my self-made pcb,and it worked well. Then I want to update to...
Hi there,
I'm using an input GPIOTE based on SDK11. The interrupt is consistently being fired. On the other hand, if I use "if(Pin_6)" to check the trigger, it does not...
I am trying to use SEGGER_RTT_printf with SDK12 in eclipse.
I have added the appropriate lines to the makefile and SEGGER_RTT_WriteString works fine.
My Makefile lines...