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...
Hi Nordic support,
I am building the ble_connectivity project of the latest SDK11. My EVB is pca10028m, the project is located under "nRF5_SDK_11.0.0_89a8197\examples\ble_central_and_peripheral...
HI,ALL,
in the Blue Core Spec, there are such statement here,
L2CAP permits higher level protocols and applications to transmit and receive
upper layer data packets...
Hi, I use [nRF5_SDK_11.0.0\examples\ble_peripheral\ble_app_hrs\pca10040\s132],but I get error such as the following.
{
............\components\softdevice\s132\headers...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
HI, I am new to embedded system and just start to learn NRF52 DK. currently I want to configure a pin of nrf52 as interrupt. so i created new GPIOTE_Handler function . however...
hi, i am getting a lot of help in here, thanks a lot
i'm using SDK 6.0.0 for my project. and i want to use timer as a counter like as the title.
then, i fount the app_timer_cnt_get...
hello,
I am using S130 softdevice. While I am trying to connect with MCP I am getting one error with error code :0x08. and MCP is showing a message like "Lost connection...
Hi,
I have a battery powered device which goes to system off mode when it is not used. I want to do some stuff when the battery is inserted the very first time after production...
My application uses the Softdevice, app_timer and app_pwm.
So all timers are in use, but I have to measure two more pwm signals on two input pins.
(Those come from HC-SR04...
Hi,
I'm resetting the chip externally using the reset pin to not be in debug mode. I'm running the system off example here modified to not use buttons.
I have the J...
Hi,
I am looking for some assistance to choose the best way using the nrf52832 processor in a correct way.
The main task is to generate a 1KHz PWM Signal with changeable...
Hello,
I am using nrf51822 ceaa package.
What would happen if dec1 pin is not connected to a capacitor?
According to the datasheet, it is for power decoupling and...
I'm developing py script for automation testing of nRF devices.
My script is based Nordic's scripts Master Control Panel\3.7.1.8567\lib\dfu...
So, during testing my script...
Hello,
I have some devices based on NRF51822 using ESB lib and developed with Nrf51 SDK v10 (no softdevice). Since Nrf5 SDK v11 is released, the new device will be developed...
Hi,
I am curious about how the connection is keep while using the 32.768K in BLE link layer in power saving mode.
I know that the connection interval is based on multiple...