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...
Hello,
I interfaced nRF9160 and SD card using SPI. I started with this sample: ncs/zephyr/samples/subsys/fs/fat_fs.
Now once the files from SD card are read, I want to...
Hi, I've began making a SPI module for programming a PIC16. It only transmits data, so two pins. My questions are: 1. any obvious errors? 2. does the EVENTS_ENDTX occur when...
Hello everyone
I have an question when I used the 52832.
First of all,I configed "nrf_drv_spi_init(&spi, &spi_config, spi_event_handler, NULL);" and the file (nrf_drv_spi...
We are about to use the nRF52832 and are looking at which SofDevice to select for a Central-only implementation. The S122 summary says it targets the nRF52820 and nRF52833...
i m using NRF52840 with sdk 15.2. In that i m testing direct test mode by UART.Now i can do transmit mode.i can check through nrfconnect dtm mode. i cannot check receiver...
Hi,
I tried the following AT settings on the nRF9160 DK board:
AT+CPSMS=1,,,"00111000","00011110"
AT+CFUN=1
After this the modem enters PSM mode and the current is...
Hi,
One of our modules using PCA10090 0.8.2 programming and production nRF9160/nRF52840 modules.
Our customer reported that they can't use PCA10090 0.9.0 re-programming...
Hi! I ran into a little misunderstanding in setting up clock frequency for PDM. I need to work with lower clock frequency than default - 0.64 MHz. I see, that PDM_CLK = 32...
Hi,
Some questions on the scan consumption of nRF52840 and using the attached Online Power Profiler for BLE as reference
If I am using my nRF52840 to scan 24hours at...
I wish to merge the cloud_client example with GPS example. How should I go about it? Along with main.c files of both, which other files will I need to merge?
I am currently making a program that will interpret serial commands from UARTE1 and then send + read something from the other (UARTE0). Previously, when I have been using...
Hello,
I want to be able to send 1 MB of data from a server node to a client node
I have made a simple model with an array that holds 300 bytes.
and upon a timer the...
Hi,
I want to connect Multi peripherals to one central and want to send the device name(peripheral which is connected) through the uart.
How do i get the device name which...
I have seen some variations of this issue but hoping someone can lead me in the right direction.
Similar to others, I am using NRF_LOG_INFO for debug messages. It works...