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...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
Hi:
I am trying to update the HEX file of gateway example using DFU bootloader(serial),i found that nrf51822 don't run to bootloader after reset, but i flash SD and BL using...
Hi,
Because we heavily depend on timeslots we cannot do the main work before the parameters are honored. But we were experiencing some issue's with the standard implementation...
I am using a PCA10040 board and the UART example from
another question .
Now, having tried some different phones I suspect that my Sony E6553 with Android 7.0 has a bug...
My BLE peripheral is an advertising entity using BLE Privacy.
The advertising address(RPA) is changing every in 15 minutes.
But, when a connection is stopped and it resumes...
But when am connected with my phone , it shows like as below
service started
connecting..
gatt=
device.connectGatt(autoconnect=false)
Activity bound to the service...
Hi,
I use ble_app_hrs_s132 project for experiment on bonding function. The version of SDK is v12.2.0. It seems that this example has all the conditions the bonding function...
Because I need to receive the serial interface in the event handler of the serial data communication protocol (custom) send out via bluetooth, a set of protocols to 25 bytes...
hi:
the nrfutil link: github.com/.../mesh_dfu
I've been having a little bit of an issue running the command "python setup.py py2exe" in cmd.exe
the error as follow:...
I'm using the nRF52 + SDK11.0.0 + s132. I have a single physical button on my hardware that can be used to toggle power to the system (though a PMIC). This same button routes...
Hello Nordic!
This question is a follow-up on this topic , where it is suggested to keep track of BLE_GAP_EVT_CONNECTED and BLE_GAP_EVT_TIMEOUT events in order to know...
Hi, Nordic Forum!
I'm developing a product that relies heavily on the TWI in master mode. I was using SDK 11.0 and everything was working well.
I decided to port to...
I want to use another MCU(MT7688 run OpenWRT) as a upper monitor to DFU the nrf52832,But you know,the way of serial download for nrf52832 is use nrfutil with command that...
Hi There,
We are having an issue reading data from the ble_gatts_evt_rw_authorize_request_t.request.write.data buffer. We are writing the data to the characteristic using...
I need to receive both UART Service data and HRS service data on the app.
Currently I have seen on Nordik Connect app , both the services can be found and can connect and...