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...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hello Nordic experts,
Recently, I found that the Matter SDK has been released. based on the matter layers, as below:
I have the following questions as follows:
Can...
Dear all.
I am testing SMP server example with the nRF52832DK kit.
I did what described here FOTA over BLE .
In step3, the app nRF Connect for Mobile reported failure...
Dear all,
I am testing the SMP server example with NRF52832DK.
I have changed CONFIG_MCUMGR_SMP_BT=y
The device is advertising with Zephyr name. But mobile app cannot...
In my application, I'm using the Scan Response Packet to transmit some device related information, rather than requiring Clients to connect to get this. I'm using NCS v2.0...
I'm working on a new nRF52840 based design that will be both a HID keyboard and a touchpad in one - so I've been working with nRF Desktop for my nRF52840 devkit, trying to...
I am using the softdevice from SDK 17.0.2 for bluetooth communication in my nRF52840 instrument application. I am using a gpiote event handler to acquire 8192 readings from...
Hi, I'm using the nRF52-DK to program a BL651 Module (nRF52810). To confirm things work as intended I'm starting with the blinky sample. I've set up an emulated project by...
Hello,
I am working on an application (peripheral device) where a connection interval of 11.25ms with the central is essential. The desired behaviour is that if the central...
For the nRF52832 is it able to send out information to another device such as an app. I am aware that this device can be implemented on an electronical device however my intended...
According nrfxlib - modem library - supported features , the nRF9160 firmware supports:
DTLS 1.2 client
TLS 1.2 client
My experience with the TLS client...
Hello,
we have an existing product in "peripheral" role, based on the NRF52832 and soft device S132.
We plan to add support for multi link operation, so that the peripheral...
HI
An example of zigbee multi-sensor is to use log enable info zigbee.report to enable log display. Is there any more information that can be turned on and displayed in...
Hey there! I'm very new to BLE, so I wanted to reach out in this forum to confirm hardware capabilities before I purchase any devices. I'm currently looking at the nRF52840...
hi team,
i am using nrf52840 controller,in my project along with with nrf_sdk.
i wrote a led blicking code using ble protocal on segger IDE 5.40 and i want to see data...
Hi, I'm using nRF52840 in my project. I successfully integrated the BLE DFU service and its characteristics in my firmware, Now I can update the firmware through the nrf-connect...