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...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
Im getting this error, but i thing this has to do with some python dependencies, Im getting errors with
pip3 install --user -r zephyr/scripts/requirements.txt and installing...
Hi, I have a defined MACRO which I initialised the values of ble_gap_adv_params_t in main.c. I will pass this to the function to start advertising. I used the example (ble_app_blinky_pca10056_s140...
Currently in memory map nRF5 SDK 15.2 (which apparently is a base for Thread SDK) says for nrf52840:
Bootloader settings
0x000F F000 - 0x0010 0000 (4 kB)
MBR...
The nrfx api includes nrfx_gpiote_in_event_disable/enable , but I haven't found an equivalent of nrf_gpiote_int_is_enabled for a pin. I'm attempting to port an interrupt mutex...
nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_blinky
nrf_gpio_cfg_output(16); nrf_gpio_pin_set(16);
Set P0.16 to high level under the main part of...
There seems to be little documentation on TASKS_SUSPEND and TASKS_RESUME in the SPIM with Easy DMA section of the nRF52832 data sheet. My assumption is that TASKS_SUSPEND...
Hi All,
I am working on ISP1507 which is based on NRF52832. My IDE is Keil V5.26.2.0. I have had the following problem in the UART example (pca10040e) from SDK 15.0.0. I...
Hi,
I have modified the multilink example to work with NUS and connect to 2 peripherals, but I'm facing issues with data transmission. I suspect really low throughput...
Hi
I'm testing the range of a custom sensor (nRF52840) by monitoring the RSSI. I use two receivers (the custom sensor and a nRF840 DK) and monitor the received advertising...
Hello All,
I'm very new to Nordic.
For our product development we are using NRF52832 chip and nRF5_SDK_14.2.0_17b948a stack.
Battery powered device it's so is there...
Hi,
Previously, I have done a board and this board have completely no problem to debug in Segger embedded studio.
I have route a new board, this board is almost everything...
Hi,
During evaluation of both nRF52840 Dev Kit and Dongle somehow the Dev Kit bootloader was erased. We were able to flash MCU firmware, but now J-Link is not able to connect...
I am working on a derivative of the Glucose sensor code from nRF Toolbox. The sensor peripheral accumulates a number of readings. The central sends a command to the Record...
I am looking at implementing some security features on a NRF52832. I am especially interesting in a Secure Boot process. Looking at the product specifications, I noticed the...
Consider the following steps:
1. At t=0s: Set a timer that expires in 30 seconds.
2. At t=30s: The timer set in step 1 expires. This will cause the app_timer module to...