I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
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...
Hi. I am developing the nRF52832 using the NRFX module of the SDK version 15.2.0. We convert the UART signal to RS485 and communicate with RS485 to the outside. RS485 communication...
Hi,
I'm using nRF52832 on a custom board and I have tried to run sdk example nfc_url_record, but it doesn't work.
I have tried to find solution among existing answers...
Hi All,
For my project I'm using NRF52832 IC and NRFsdk. I need 2 GPIO external interrupt to get notified. I'm able to configure both pins and able to see the trigger when...
Hello Dev-Community, I have modified the Thingy Firmware for a custom made board which has also the MPU9250 with TWI connected. Everything works fine, if i use RTT Viewer...
Hi,
Referring to this thread -
If the saadc sampling is trigger by a timer (through ppi), what is the correct way to saadc_uninit() without using the global m_sampling...
Hello,
nRF52832 datasheet denotes saadc sampling time in scan mode (paragraph 37.5.4) as:
What is extra time it takes for the easyDMA to store the samples in RAM ? ...
Hi Nordic.
currently i am working on nRF52840 as a reader and after designing as per your recomendation and it is ready to check but whe i connected to the commander the...
I have loaded the HEX file of nRF_Sniffer_200_beta3 to my nRF52832 or nRF52840 board, it can not be run as sniffer. May I know how to use my own nRF52840 chip as Sniffer?...
Hey! Is there a way to multithread the nRF52832? I want to store data in the buffer and do some processing on that. While processing I want to control how the data is stored...
We need to compare the signal of nRF51 dongle with our product.
How to find nRF51 dongle(nRF51422) with hciconfig in Linux?
firmware: PCA10031 1.1.0 2018.39
Guess I...
Hi,
Can you please direct me to the document that explains about generating more than 8 bits of clock in SPI and keeping CS line low for that entire period.
Also, if...
I've been working on a project based on nRF SDK. The project is developed in C++14/17 and I found that nRF SDK 15.2.0 doesn't always want to compile with C++ compiler. I made...
Hi I'm using the nrf52832 and want to send datas via UART and SPI but the PSI example Show different Settings of UART then the BLE_APP_UART. The BLE_APP_UART is running well...
We are currently developing our product in Zephyr using the BLE Host/Controller with virtual HCI (building the project with . We are anticipating a Nordic Zephyr BLE solution...