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
What is the max size of RAM and Flash for APP?I looked in the partitions.yml of a sample,I found that there is many region for different use,I don't know which region...
Hello,
Please share any working document to enable UART2 for external communication. I gone through many documents and forum and many setting in prj.conf but still no results...
I have 2 devices in the same SPI bus defined in my devicetree. let's call them MAX30005_1 and MAX30005_2.
When the drivers initialize, they read a register of the device...
Hi Folks,
As per bluetooth spececification(4.4.2.2.1) advertising interval has addition of advDelay in range of 0-10ms. In my example,
1. device advertise beacon (sd_ble_gap_adv_start...
Development Kit: NRF52840
IDE: Segger Embedded Studios
I'm trying to use the nrf_drv_twi driver in my project. I've included the .c file in my nFR_Drivers folder. My...
Hello,
I am using the nRF52840 DK board and with Softdevice code nRF SDK 17.0.2. I am trying to write custom advertise data with custom type.
As you can see in the above...
Hi! Hope you are all doing well,
I'm having trouble making a project from scratch, I'm basically trying to filter bluetooth devices by manufacture code but I'm afraid that...
Hi All,
This has happened before so I know it's a handler error.
But this time I'm pretty sure my handle is not wrong, can help me?
in main.c =>
Best regards...
Hi,
Can you confirm the appropriate method to doing AFC correction for a GPS SNR test using the %XRFTEST command and then using the AFC correction result in the GPS SNR...
I use SPI to develop motion sensors KX022 and DW1000. The first digit of the received data is always 0xFF. If the first byte received is removed, it can be used normally....
I am trying BLE MESH light switch example with nRF5_SDK_for_Mesh_v5.0.0_src using nRF52833 DK. In the light switch example, server SDK is working fine and I can see the provisioning...
Hi All,
I am using Custom 128-bit UUID, My application need 3 Custom Services and 20 characteristics. But I need to make different Base for services and characteristic...
Hi,
I recently installed v1.9.0 SDK and while creating project from sample applications I am getting below error.
Attached is build logs from segger IDE.
Can anyone...
I'm looking to build a custom bootloader for my NRF52810 device. I'm developing on nrf sdk 17 with SD 112. I will be leveraging the secure bootloader example and re-using...
Hi;
i am using sdk 17.0.2 and mesh 5.0.0.
i am using light switch instance.In addition, the system works properly when provisioning is made with a smartphone.
I want...