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
in tutoriall service beginer there is
static void advertising_init(void)
{
uint32_t err_code;
ble_advdata_t advdata;
// Build advertising data struct to pass...
wireshark 2.0.3 which is what got installed when I downloaded it is not supported according to the nFsniffer program.
So what, and how do you set this up?
I am using a function to read the die temperature data from nRF51822 as follows:
static uint32_t temperature_data_get(void)
{
int32_t temp;
uint32_t err_code;
...
Hi all,
my Setup :
nrf51822 QFAC Build Code A1,Waveshare Core51822 Board
keil microvision
nrf device family Pack 8.6
without Softdevice erased with openocd...
Was testing DFU Failures scenarios on SDK 10 to make sure that the software elegantly handles when an Image fails to transfer/swap/load/disconnect..etc. I find that when an...
Using adafruit sniffer. Windows 7 32 bit professional, windows 7 64 bit professional.
After installing the FTD drivers I see com5 installed.
when I start the sniffer it...
On my own board based on 51822, I developped an HTS-like application with SD8.0.0.
Now, I would like integrate the DFU bootloader.
I follow the "Running the BLE bootloader...
Hello
I`m using the NORDIC nrf_drv_twi driver implementation from the PACK environment (version equivalent to SDK 8.1.0). Together with the S120 softdevice.
If there is...
I need to daisy chain a couple spi devices. I would like to disable the daisy chain in software in order to reconfigure some of the devices on the fly. Any help would be appreciated...
Hi,
In Keil's package manager there's an option to copy a project which produces a folder only with the necessary files in it (with links to rest of libraries @ Keil installed...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
To conserve battery power, my Beacon application powers an attached sensor off GPIO pin 24. That way, when the sensor isn't needed I simply call nrf_drv_gpiote_out_clear(24...
Is there any ready-made example that would show how to configure nRF52 to make analog-to-digital conversions automatically on the background, without CPU intervention between...
I have an application that currently does not use the soft device, but I want to use the dfu bootloader. The application runs fine if only the soft device is present, but...
I'm trying to use the ble_app_hrs_s132_with_dfu_pca10040 example project with my PCA10040 nRF52 DK.
Using Keil uVision 5, I'm able to compile the project and flash to the...