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...
I'm using nRF Connect SDK with nRF52840dk and going through the UART samples and currently have both the P olling and Async methods working to some extent. But questions for...
Triggering advertising by button pressed. But when advertising state is not idle. Both sd_ble_gap_adv_set_configure() and ble_advertising_start() failed with errCode 0x8....
Hi,
I am developing the nRF52833 DK with NCS v2.00.
I am using a function in my source code that reads the current RSSI of the connection. The function, read_conn_rssi...
Hi there,
I am trying to implement the OTA DFU feature via Zigbee in my product. i tried to implement the example available in SDK as below https://infocenter.nordicsemi...
We are able to build nrf5340_audio application with SBC codec,
but error occurs when program the app core with buildprog.py
dongtaotao@dongtaotao-OptiPlex-5070:~/ncs_v2...
Hi,
We setup a mesh network with 26 sensor devices, configured these 26 devices into one group. From the mesh gateway device, it sends group message to these 26 devices...
Greetings,
In our product, we encountered an issue when data saved in flash (FDS) that were previously retained are erased during DFU on some devices . This was indeed fixed...
Hi, I'm building an applicaiton based on ble_app_uart. I got that using idle_state_handle(); function to set the my nRF52833 into system ON mode. I disable system OFF mode...
Hi,
I am developing the nRF52833 DK with NCS 2.00.
I have successfully implemented a service to print the RSSI on the Android nRF Connect application. I use the function...
Hi all.
What is the best practice to set the system in standby? I have a PWM and when is active the system can be in a low power consumption until a button is pressed. But...
Hi,
I've some questions on nPM1100's buck regulator
1) What is the Iq (quiescent current)?
2) Does it support 100% duty cycle?
3) What will happen to VOUTB if VINT...
Hi,
We are using ANNA-B112 module with nRF52832 chip and trying to store the product serial number in UICR. From the description of UICR, it seemed that the CUSTOMER area...
Hi,
A have an application on a custom board that will not start, unless I use JFlash Start Application command, or attache the debugger. I already added CONFIG_BOARD_ENABLE_DCDC...