I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
I am want to read Analog value from LDR sensor. I am unable to find ADC Input pin in nrf52840 Dongle datasheet but I got it in nrf52840 chip datasheet (page -576...
Hello Devzone Community,
I have a question set regarding correct, best way or ways to configure nRF9160 GPIOs for high impedance. My hardware is a custom board but shares...
I have the nrfConnect task that builds my project in vscode.
I need to add a script to execute before the nrfConnect task.
I added a task to my tasks.json but the task...
Hi,
Could you please tell me which firmware is flashed onto the thingy91 by default (both for the nrf52840 and for the nrf9160) ? Where can I find the source code for these...
Hello,
We are experiencing a strange issue when quickly turning off/on the NRF52840 on our board. In order to check whether the MCU wakes up correctly, a test fw was set...
Hi all,
If a client has only one root certificate, the servers that clients can connect to are limited. I want to provision multiple root certificates first and use them...
Hi,
I am using the MX25R64 NOR Flash chip on my own PCB with the nRF9160 package. With the help of this thread I have managed to get the NVS library to work with it. I...
hello all:
I'm using nRF52820, SDK 17.1.0, S113.
I made a BLE perpheral role, and it has two service, each service has two characteristic. like this:
When using nRF...
How do I remove nRF Connect SDK from Windows before re-installing?
And are there something that needs to be done, if you have used cmake and Visual Studio Code for other...
Hi,
I want to use in my project the saadc (I'm using segger embedded studio). So, I found that I have to add the driver file to the driver folder, and I have added the file...
im using nrf52840
with sdk 17
and segger ide
i recently discovered that the max count buffer is 16 bits meaning it has a limit of 65k bytes. im trying to receive 100k...
Hi @Torbjorn!
Hope you are doing good!
I tried using nrf52840/nrf52833 ble_app_blinky_c and ble_app_blinky for connectable coded PHY . But it only works for 1M_Phy . Although...
Hi there,
Our current understanding is that when building an application using NCS, the images of of MCUBoot and the application gets merged into merged.hex.
We however...
I'm a relative novice to linker files, just enough to be dangerous, but I have a need to understand what the Segger linker is doing. I have some success using `flash_placement...
Hi
We are trying to connect to connect to a MINEW MS88SF23 SoC from our nRF52833 DK.
For all tests, nRF power source switch is set to VDD, nRF ONLY switch is set to DEFAULT...