Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hi Nordic Developer Zone,
I also encounter a problem with enabling indications in my Android project. I want to enable Indications so I can gather informations store in...
Is anyone able to access the documentation for the Advertising Module?
Try this:
Go to the InfoCenter at:
infocenter.nordicsemi.com/index.jsp
Select the following...
Has anyone tried to plug an R3 shield to the nrf52 DK?
I was about to try, but it looks like the pins don't line up correctly - but then I have no experience with R3 shields...
Hello everyone,
I'm using the nRF52832, i would like to shutdown the timers, so i can enter the low power mode. In the datasheet tasks_shutdown for the timer modules is...
I have an application which receives commands from a co-processor via UART. Some commands are BLE-related such as, e.g. start-scan, stop-scan, connect, etc.
As the UART...
In nrf_drv_adc.c , there are loads of these ASSERT() macro calls:
ASSERT(mp_state == NRF_DRV_STATE_INITIALIZED);
But there is no variable mp_state. This will fail...
Hi! I have asked a question in this topic ( devzone.nordicsemi.com/.../) and now I can send one packet of 20bytes. What I cannot do is sending two packets at the same time...
I have nRF51 Dongle.
I can set it in BOOTLOADER mode and update firmware like:
developer.mbed.org/.../
I see the dongle in Device Manager/Disk drivers like "MBED microcontroller...
Hi all,
i have a little issue.
If i remove the bond information with app Master control panel, my slave cannot connect again with my phone. [Pairing Reject from Nordic_CTS...
I am moving from S110 and SDK 6 point something to S130 and SDK 10. I have my basic BLE code going but am unable to get the SPI back-in-action. I am using gcc and the s130...
I use NRF51822qfaa,s110 v8.0, now I use master TWI to drive the TWI bus chip.
the TWI bus chip Slave Address is 0x48.please see the below program .
question:
1.The...
this is the main program!
#include <stdbool.h>
#include <stdint.h>
#include "nrf_delay.h"
#include "nrf_gpio.h"
#include "boards.h"
const uint8_t leds_list[LEDS_NUMBER...
Hello,
I migrated from SDK 9 to 11 (S132) and i cannot receive anymore custom advertising (from another nRF52)
I receive another devices advertising events so reception...
I'm looking to use this dk for a small project.
Has anyone made or seen a box for the devkit easliy available (.STL) for 3d printing?
And for added coverage, can I just...
The documentation for EVTEN in the manual, showing the RTC Tasks and Events system (Figure 45) led me to believe that if EVTEN for an event is disabled the EVENT will never...