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...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
I have verified The maximum channel table size NRF_GZLL_CONST_MAX_CHANNEL_TABLE_SIZE is 32.
but result_value = nrf_gzll_set_channel_table(my_channel_table, 32) return false...
Hi, I am trying to reach the highest possible throughput when sending data over usb to nRF52840 from a host computer, but I am reaching 4Mbps max. Is this reasonable or is...
Hello,
I am working on creating a custom board based off the nrf5340dk_nrf5340 board
I am following the tutorial here
https://academy.nordicsemi.com/courses/nrf-connect...
Hello,
I would like to know if there is official C# source code to perform DFU OTA for a NRF52840 from Windows without Nordic hardware (DK, dongles etc..), using only the...
Hi, We are using `fota_download` library on our nRF9161 design running mfw-nrf91x1_2.0.1 to download a firmware upgrade image from our Amazon AWS server location. When trying...
Hello, I am currently using (\nRF5_SDK_17.1.0_ddde560\examples\peripheral\radio\receiver)routine to develop.I want to check if the first N bytes of the received packet are...
Hi! I am using nrf32840 with free rtos,
and I have a loop that do the following
for(;;){
vTaskDelay(pdMS_TO_TICKS(intervalTime)); // go to sleep due to portSUPPRESS_TICKS_AND_SLEEP...
Hello guys, W are using the nRF52840 development kit in our project, we received the development kit today and when we powered the kit to my laptop(Acer nitro 5) using a micro...
Hello guys
I'm using nRf52840 development for my project, when trying to connect using a micro USB to the laptop, the J Link drive is not being detected on my laptop(Acer...
I am trying to program nrf52840 to print acceleration from mpu6050. But when I build the project, I get the error - undefined reference to `nrf_drv_twi_init'. Here is the...
Hi Support, we are using custom hardware and the follwoing versions:
1. modem - 1.3.4
2. nrf-sdk - 1.9.0
3. Zephyr - v2.7.99
Our application is based on the gnss sample...
Hi
We built an application that bases on the sample application "central_and_peripheral_hr" with NCS v2.7.0 and nRF54L15.
In this application, I tried to manually start...
Hi,
I am facing a problem with connecting nRF9160-DK to the cellular network. waited for more than hour for connection but always showing "Not registered, attaching or searching...
Hello,
For one my projects, I am planning to implement TensorflowLite in nrf5340 board. Could you please recommend some sample projects which I can take as reference.
...