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...
Dear Nordic,
what is the maximum distance get from a long range BLE?
I heard 1km achieved through long range in open space is it right?
what is the minimum distance...
Dear support,
I'm using the NFC pairing on SDK 15.0.0 on PC10056 PDK. I install the micro-ecc library and the example works.
First question: The coupling between smartphone...
Hi,
I am using nus service to send and receive data between Android App.
After connection established, App send some data to my module and ble_evt_handler get that data...
Hi,
I am using SDK 15.2.0 in nrf52840, pca10056 and s140. I want to combine two codes of SAADC and ble_app_uart. I have added every driver files and path for these files...
Hi, I started a 4 layers PCB design in cad-soft Eagle. In nrf52840 ref design they are using blind vias in 1 to 2 layer, so I'm guessing below DRC layer setup is correct for...
Dear Nordic,
I want to test BLE Mesh network. for that one board(nrf52832 DK board is programmed with client example. when i debug the program its entered into app_weak_errors...
Hi
I am using nrf51822 , sdk version 11 and softdevice version 130
In project I am trying to disable SPI1 and TWI0 channel by using following command
NRF_TWI0->ENABLE...
Hi, I are using BT832 module based on NRF52832-QFAA IC in an application. Please provide the following details regarding ble transmission of NRF52832-QFAA-R7 IC
1) modulation...
Hello,
I´ve got a corrdinator, which establishes my network. Also I´ve got an End-Device that joins the network successfully.
Is there any chance for me to observe the...
Hi Nordic,
I am working on a project where I connect via nrf52 DK, to a peripheral. I am runinng on SDK15, with the experimental build ble_app_interactive, inside the ble_central_and_peripheral...
I'm using nRF52832 with SDK 15.0 and Softdevice S132. Within ble_dfu.c anytime a connection is established the on_connect function blindly sets m_dfu.conn_handle = p_ble_evt...
hello nordic ,
i want to download the mesh SDK 2.1.1 to use the light switch example to transform the model simple onoff from sending uint8_t to string ,
i have started...
Hello, I'm using softdevice 6.0 and SDK 15.
In my application, I would like stop the SAADC at the disconnection and then restart SAADC at the connection to power saving...
hi..........
i am using nrf42840 ...segger 15.2 version
i am facing the problem in sleep mode
i used the command to sleep
static void power_manage( void ) { ret_code_t...
Hi guys,
I am currently using nrf51822 with SDK 11. I use Peer Manage to deal with paring and bonding encryption in BLE connection.
Please correct me if I am wrong but...