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...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
My application requires to change the device name as the identification of the device. However, we found the changing the device name might not be detected by the Android...
I successfully used the OpenThread nRF52840 USB dongle support provided by the OpenThread project to implement the radio coprocessor functionality.
However, I had no success...
Hi
I have a strange error in the k_fifo-useage:
Basis is the project peripheral uart
I want to answer on specific commands send via bluetooth
static void bt_receive_cb...
Hi,
I have build the below sample for a nRF52dk-nRF52832 board.
v1.8.0\zephyr\samples\drivers\spi_fujitsu_fram
At compile time I've got this error:
I have followed...
According to Zephyr documentation it is possible to define a thread with K_FOREVER delay so it will not start till k_thread_start is called
https://developer.nordicsemi...
Hi,
i am using a PWM signal to control the brightness of a LED. When the brightness is at zero, i have a random flickering on the LED.
This signal is also present at the...
Hello, i'm using the example ble app uart and I would like to know the maximum data that I cand send to my putty and my phone. Could I have to procedure? I would like to send...
Hi,
I trouble the support team for quite a few months now with NRF5 and I am now trying to get started with the up to date SDK and hopefully being able to get along with...
I have an application using the nRF9160 and its LTE modem to connect to a LWM2M server. During some debugging I enabled LWM2M_LOG_LEVEL_DBG and saw that I consistently got...
Hi,
I recently designed a prototyping board featuring the nRF9160, which we got made for a couple of reasons.
To have multiple boards to test with
Potential to have...
hello
i want to send the data from my 5 of nRF52840DK to 1 of raspberry pi4 , i known the nRF52840dk has built-in bluetooth ble5 and raspberry pi 4 also integrate bluetooth...
I am noticing that particularly with the transmission of bytes over UART while scheduler is running, either some bytes go missing or the entire set of bytes aren't sent or...
Hello
Question: On what clock/clock-speed does the system tick timer run, when configured to use the external clock instead of the CPU clock?
I've seen a couple of...
Good afternoon,
I noticed in the nrfx driver folders there are two differente implementations for ADC: "nrfx_adc.c" and "nrfx_saadc.c"
What is the difference? Why two...