Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hello,
I used latest port_cmsis_systick.c from SDK13.0. And there is still xTickCount bug. Function vPortSuppressTicksAndSleep() adds correct vTaskStepTick(diff); but the...
I am using nRF52 S132 and latest SDK V11. I defined a custom service with a custom characteristic which is 509 bytes (based on your tutorial). Read operation is fine from...
when a particular line of my code is at line 54, the following compile error occurs:
error: #101: "assert_line_54" has already been declared in the current scope
line...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
hello,
On a device with nRF51822-CEAA packaged in a ISP130301, we have a problem with RSSI value measurement.
We use Master control panel and bluetooth usb key provide...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
nrf51822QfAC
S130 stack was working fine and ble_app was able run successfuly able to see the ble on the app;
Now after few days now facing issue in running the same code...
having issue with nrf51822
nrf51822 breakup board was running fine with S130 2.0 stack and ble_app_uart
Now facing issue such that when softdevice enabled is called the...
Hi,
I just switch to Embbeded Studio following the last tutorial ( here ).
I'm working on NRF51822 with SDK12 and TWI_sensor example (without SoftDevice). I followed...
I see from the release notes of s132 4.0.0-2.alpha that it adds:
Support for 20 links in total with freely selectable role (Central/Peripheral) for each link.
I want...
Hey,
I am trying to control an external LED using two nRF52832 boards. I am using "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\experimental_ble_app_blinky" code for...
I'm trying to use the BLE sniffer in a quite busy BLE environment. Unfortunately, it always crashes after a few seconds.
I'm using:
ble-sniffer_win_1.0.1
nRF51 Dongle...
Hi,
i am using PCA10040 DK board,
working on ble_app_Uart example, i have created one timer(app_timer) here is the code:
printf("init\r\n");
ret_code_t err_code;...