Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hi Nordic Engineers!
we bought 110 nRF52840 IC's for Field tests.
10 of them marked Q1AAAA / 1716AK
another 100 marked Q1AABB / 1745AC
What is difference between series...
Dear Nordic Team,
Thanks for supporting.
Now i am work with secure dfu using SDK12.3.0.
My Hardware :PCA10028
nrfutil version 3.1.0
Create Zip file like : nrfutil...
Hello.
I want to design a product. It will have these features;
It has 4 buttons on it.
Obviously it is battery powered device.
I want to see some information...
Hi
I have made ble scanner using nrf52 and I have set uart baud rate 921600 and sending scanned beacon to other micro-controller for processing but It does not scanning...
Hi
I'm looking for an example on how to write a hex-file to SoC using nrfjprog.dll.
The P/Invokes are all set and working fine.
I'm absolutely not familiar with python...
Hello,
In our project we want use a large characteristic with notification property.
I use a " ble_app_template " project from nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral...
I am working with the nRF52 DK, using SDK v14.2.0 and SoftDevice S132.
After removing all BSP functions from the BLE UART example, I am setting up LED1 and LED2 of the...
Hello,
I'm trying to get the FDS to work, but it's giving me a headache. I'm using SDK 13.1 and S132 4.0.2 on a NRF52832.
In the beginning I thought I had that issue...
Hello,
I am trying to figure out my problem related to this question .
I am writing just a couple of words to flash with FDS. The problem is that after writing, the...
I am trying to use nfc_t4t_lib in NFC_T4T_EMUMODE_PICC mode. After receiving an APDU I am doing some calculations and sending reply with nfc_t4t_response_pdu_send. If calculations...
What is the best way to store the values of my attribute data?
With my current code, from the tutorials, the read, write and notify works fine.
But I need to store the data...
Hello
I noticed that since S132 v3.x.x we can configure the MTU. Does all the posts referring to long writes in this forum apply to the situation before this feature ?...
Hi
on nrf52832 ble_app_uart how can change MTU size and LL payload size?
have any source ? or example ?
or any change MTU and payload example ?
( for BT4.2 ~ BT4...
Hi,
I'm using SDKv14.1 on nRF52810. I doing the DFU according to the ble_app_buttonless_dfu example. When I use sd_ble_gatts_service_add to add service UUID in the ble_dfu_buttonless_init...