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...
I'm using nrfgo to program nrf24LE1, and want to use commandline programming. I've tried to find an overview of the commands with no luck. Where can I find it? I've tried...
Hi all
The release notes of the S130 V2.0.0 states that an updated SoftDevice Specification can be found at the infocenter. But there is only the specification of S130...
There are 31 io pins on nRF51822.
I use 8 io pins for our product. But I don't use the other pins.
All of io pins have the same default value after reset as follows. ...
Hi Guys
I have a noob question about the mesh network for nRF52832.
For devices to be inside a mesh network, does it mean that they need to do some kind of parring or...
I want to use pstorage with ble uart to store the data over bluetooth to flash . I did the coding for the pstorage operations. But the problem is that the pstorage store,...
I use a nrf51822 with the sdk 10.0.0 and s110 8.0.0. The nrf51822 have a peripheral role. The Connection interval min is set to 500ms, the Connection interval max to 1s, the...
My custom board, it connected with App, App sends a command to the board and the board keeps the command in the flash, but when i call the "pstorage_update", it will cause...
I want to use the FICR data on the nRF51 to figure out the RAM size. I found a problem and was wondering if this is a known issue, and if it's been fixed in newer revisions...
Hi Guys
I have a project where we are using nRF52832 chip. We need to make an app that can scan for beacons and give us "angle direction" to the nearest beacon.
The...
Hello, everyone. I used to use TWI with BLE in SDK 6.1.0 to operate ext sensor. Now I want to update my program in SDK 10.0.0. But there are too many differerance between...
I'm using the Insight ISP 130301C module and I'm trying to double check the nRF it contains as a firm basis for trying to get DFU working on it.
The module has printed...
Hi,
I have followed all the instructions required for performing the build and debugging, but still unable to do step wise debugging. Please find the log for the output console...
hi, i am going to make a simple timer with SDK 6.0.0, nrf51822 and softdevice.
first, i use ble_app_uart example as a base code, because i need to BLE communication with...