before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
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'm using NCS 1.4.0 and SES. If I change the setting in Serial LTE modem to CONFIG_SLM_CONNECT_UART_2 for external MCU connection, I get an error msg from SES: Cannot...
Hello,
I am using "nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730" for NCP as well as other thread devices. nrfutil version: 5.2.0 RPI3 image: RaspPi_OT_Border_Router_Demo_v3...
I'm running OpenThread on a nrf52840-mdk from maker diary. I'm using the nRF SDK for thread and zigbee.
I would like to poll a sensor periodically. OpenThread does not offer...
hi support team,
i found that 52833 UART power is different from 832,
in SDK17.0.2,
832 is still 1.15 mA(with DMA), however 833 is about 0.437 mA(with DMA),
832 is...
Hello,
I want to use the BLE UART example on my PCA10040 development board, but I can´t transmit or receive any data from my PC to the smartphone with the nRF Connect app...
Hi all,
I have a question.
When I try send message coap, it can send as mesh network.
But when I send search gateway msg, connect msg from publish (subscribe) Node to...
My custom nRF9160 board does not communicate with nRF Connect Programmer.
"Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic...
Hello everyone!
I have some issue with the comparator module on the nrf52820 chip.
We need to compare one of external analog signal the 1.8V internal reference source...
Hi,
I try to achieve high throughput via BLE connection between two nRF82540dk boards. I would like to maximize duty cycle of transmission in the connection interval. Unfortunately...
I am sending 240-byte data from peripheral to central through notification (without response) by using the ble_nus_data_send() function when the BLE_NUS_EVT_TX_RDY event comes...
Hi,
I received source code and compiled .hex file from Visual GDB from previsou developer.
I would like to continue development in Segger Embedded Studio.
I know the...
hi support team.
i want to use time from ntp server, and we have example in nrf/lib/data_time;
after devzone searching, i added below setting to prj.config
CONFIG_DATE_TIME...
Hi, I am trying to send data from one peripheral to a central unit and then relay the message to another peripheral unit over BLE. The peripheral already sends the data to...
Hi,
I'm trying to reinitialize my ANT stack, after update of parameters which is done by BT. To be exact, I'm setting the ANT ID of the ANT device that will send data to...
Hi,
I'm using a BMD-340 module evaluation kit (Rigado) I modified usbd example and I can transfer data in between host and device. But I have issues with usb speed and I...