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 have been working on a project that uses nrf52832 custom board. Recently, I have been trying to implement device bonding and realized that the data transfer rate...
Hello All,
Hoping this one is an easy one - have an image for the nRF9160-DK - it hangs unless I make a serial port connection - so, apparently - printk() is blocking waiting...
I like to use nRF52840 now instead of nRF82833 which was used during the CE-RED compliance test. I only like to change the nRF chip. All other components at the PCB will stay...
Hi Nordic support,
I'm sort of new to Nordic development..
1. Is it possible to output 32.768 KHz clock on a GPIO of nrf52 device ? In our design we use two crystal oscillators...
Hello,
We are developing an application using nrf52832 and the ncs 1.8.0.
Since our solution is battery operated we have configures application to sleep by default and...
Hi, I try to understand how to use the k_thread_create() to spawn a function (here called spam()) that takes a argument, and then runs with the argument. This code will not...
Hi Team,
I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500src
Here I am trying on transmit a...
Hi everyone!
I am working on a project where I have to store files inside a FLASH coming from a GATT server , and be able to manage them through FAT in a GATT client . The...
hi professor,
software:nrf connect SDK 1.9.1
hardware:nrf5340
I have merged the peripheral_uart project to peripheral project.When the uart receive data, the asert...
From the introduction video it was stated that the Thingy 53 has a 4-pin JST connector which includes I2C. But there don't seem to be any documentation about this connection...
Hi,
I have just updated to nRF v3.11.1 on my Mac and "Toolchain Manager" is now failing to load, all the other apps seem to run correctly.
I have restarted the app...
Hi,
We are currently filling out the forms for BQB certification and I have some questions. We are using S132 v7.2.0 and NRF52833 for which I have already seen at infocenter...
I follow description of https://github.com/NordicSemiconductor/pc-ble-driver to build pc-ble-driver from source. But it failed to build it.
cmake \ -G Ninja \ .. -- NRF_BLE_DRIVER_VERSION...