Hello,
I've seen multiple posts related to this question, but they're not very recent so I wanted to check if there's an updated answer.
Are non-simultaneous multi-image...
I have an Ubuntu Machine where I successfully installed Zephyr SDK and toolchain following instructions given in the official getting started guide here . I was able to compile...
Hello,
I have a custom PCB with the nRF5340 chip. I’m able to flash the board using a J-Link. I’d like to rename the device so that it advertises a specific Bluetooth name...
Hello,*
I'm new to nRF Connect SDK environment, but I'm used to work with Zephyr.
I'm actually confused using west.yml file. I created a new application based on existing...
Hey guys,
I use SDK 3.0.2 and toolchain 3.0.2 and want to start with the modem shell example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/modem_shell...
I made a custon pcb and until now it is working as expected . I am using the me54l14 module by minewsemi and i want to enable the CTE capabilities so that i can have angle...
Help Needed: BLE Not Working on nRF52810 (Tried Zephyr & nRF5 SDK)
Hi everyone, I really need help getting BLE working on my custom board with the nRF52810 . I've been trying...
I've got a bit of a strange issue with my nRF52832 which I can't for the life of me explain - so I shall try and explain...
I have loaded in the softdevice and a custom...
Dear Teao of Nordic,
which is Bluetooth data rate of NUS example ind case 1 and case 2? Is it dependant of Softdevice Version? Can data rate be configured?
Is it 1Mbit...
I am getting "Error - No response from Thread CLI device" while using nrf_TTM-linux-x64. my operating system is "ubuntu 16.4 LTS" Os type 64 bit.
flashed firmware is: "nRF5_SDK_for_Thread_and_Zigbee_v1...
Hello,
We are trying to set up unit testing for our project however had trouble running it on the nrf51 board and decided to run it natively on a windows platform.
My...
The original order of my system initialize step is:
/******************************************* 1.nrf_drv_power_init()
2.APP_SCHED_INIT()
3.app_timer_init()
4.APP_GPIOTE_INIT...
Hi,
There is something I don't understand and I request your help to answer my interrogation. What I want to do is a SAADC conversion then send the result of this conversion...
Hi guys,
I have some questions about sd_flash_write function:
Will sd_flash_write() evaluates if the input value is 0xFF so that it won't need to perform an unnecessary...
I have 2 questions about LE Secure Connections.
1. What are the decisions of PKa and PKb passed in "2.3.5.6.1 Public Key Exchange" of BLUETOOTH SPECIFICATION Version 4.2...
Hello,
I follow the getting started with nRF52840-DK described here:
https://www.nordicsemi.com/eng/Products/Getting-started-with-the-nRF52840-Development-Kit
A...
Hello, I'm having trouble to make the image transfer demo work.
I flashed the .hex files found here: https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo to...
Hi all,
I am adding PWM to light switch server . I added success. PWM function run OK. I use PWM1,PWM2 with Timer 1 and Timer 3 and PWM library example .If I call function...
Dear Support Team,
I’m using nrf52832 and SDK 14.2.0. In my project ,there are two dsp,one is nrf52832 and the other is ntk658, they connect via uart with each other. ntk658...