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,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hi,
I am working with NRF52840 DK, from this i am using KEIL IDE. I got some error while opening the KEIL SW like Cannot set path to software packs. Make sure that RTEPATH...
Hi,
My customer use nRF5340 as their master control IC, which will connect with lots of peripheral.
They are considering about simulate a uart with GPIO.
What's the...
I have designed a custom board for the nrf52840 and upon testing it in the nrf connect sdk (using a JLink), I can only see the board when it's in bootloader mode. When it...
Hi,
I am in the process of migration from SES to Visual Studio; I have imported my project; but it has no active build configuration. When I try and add a build configuration...
I am using 9160 to develop a watch product. During the network test, I found that the description of parameter period tau in CPSMS instruction and xmonitor instruction is...
So, i have created a custom board using the nrf52811 SoC. I tried to upload some bluetooth examples to it, and i can see the device on the nRF connect APP. The problem is...
On firing the following command "$ node cli create-ca-intermediate"
terminal showing error
I am following this link nordicsemiconductor.github.io/.../DeviceCredentials...
Hi support team,
I'm trying to simulate the BDM protocol of the 9s12 chip series. Basically the protocol is as follows: Communication on 1 GPIO pin, output open-drain mode...
Hi,
NCS1.9.1, VSCode, nRF5340DK cannect a NFC tag,
i write text to NFC tag by Adafruit-PN532 with anouher device,
than 5340 mcu how to read the text in NFC tag ?
...
Hi! I would to know how to partition the memory of the board and how to make that secure and trusted. Once I did that there is a way to save some information in that portion...
I'm using a nRF52832 for a product under FAA regulations. The standard requires the BLE module to perform a self-test. What self-test capabilities does the Nordic nRF52 family...
Hi,
I see that the NRFX_SAADC_CONFIG_LP_MODE macro sets the default low_power_mode member for the nrf_saadc_config_t struct used to initialize the adc. What I cannot figure...
Hi Nordic Dev Team,
I've got an application where I want to store two types of log data in my memory flash that I want to send to server eventually via BLE mobile app. ...
Hello, I recently did a ble project, it requires pairing and binding ,
1, I can't find ble central demo
2, The ble central of 52832 will connect to multiple slaves, and...
Hello there,
I am using the rtc2 in NRF52832 to interrupt at randomly generated time instances. Now, I am trying to integrate this functionality in a framework that uses...