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...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
HI,
I am using sdk 12.2.2 and nrf52. I have write characteristics in my beacon but I can only send 20 bytes in one write cycle. How can I send more than 20 bytes?
Hello all,
Would it be possible to do a simple model that has a 3-condition switching state to control Forward/Backward/Stop conditions? I am looking to implement this...
nrf52840, s140 SDK15.0
Scenario:
1. I connect the phone to the development board.
2. I save off the adv_handle
3, I then send a command to increase the number of phones...
Hello! I couldn't find somewhere on devzone, github how to update bootloader(bl), softdevice(sd), app together. The deal is I have some devices with prior version of sd and...
Hello,
I have been experimenting with a couple nrf51822 modules lately, and I am a at a point where one of the modules doesn't advertise in bluetooth anymore (it was working...
Hi Nordic Team:
We developed a bluetooth device based on the nRF52840/Nordic SDK. We also develop Andriod App to communicate with this device via BLE5.
During the system...
Hello
We have been testing the nRF SDK for mesh and we have implemented a roundtrip delay counter by sending a few messages with a payload of 8bytes eg. "HiServer"
Its...
Hi
I am using nrf51822 qfac , custom board.
Specification of board as follows.
Crystals 16MHz and 32 KHz
softdevice S130
SDK 11
In my application I need to configure...
Hi,
I have an application wherein I need to scan for beacons within a desired range(10m, 20m) using nrf52840.
I know of adjusting the transmit power using gap_ble_tx_power_set...
Hello All
I am working on nrf52832. right now i am try to combine peripheral twi sensor program and ble_app_template. Because in my application use LM6BD temprature sensor...
Hello,
I'm testing the ble_app_att_mtu_throuput example on SDK15.2, I found that the throughput becomes very fast by just changing the 'data_length' from 27 to 251 compared...
Hi,
I notice the brightness playback level cannot be reduced/control by reducing nrf_pwm_sequence_t -> .values.p_common during playback , may I know how to adjust the duty...
hi...........
i am using nrf52832 and a peripheral device . i have merged two programs uart and twi sensor . i am getting the data everything is fine , but after the few...
Using Rigado board, MBD350, I am able to write and test basic application using UART and BLE
using my custome board I get the following error:
NRF_BREAKPOINT_COND; ...