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...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
I based my project on the secure wireless uart example in the nrf5 SDK and linked to the precompiled gcc library 802_15_4_lib_gcc.a
I then tried to add multiple entries...
It seems that once we install nRF Connect into VS Code it completely takes over and now when I open any file in VS Code I see all of the nRF connect tabs and controls which...
I'm trying to debug an application however there is no documentation on how to set up the debug.
How come nRF connect is selecting the HEX file. I want it to select the...
Hey,
I am trying to use the Jam Detection Feature of Openthread on my nrf52840 DK. The device is running as coap server with the example code
"simple coap server". I...
Hi All,
I'm using SDK17.1.0 and I have a question about pairing.
I have a project that references the ble_app_bps program, but I don't get pairing notifications when...
Hi All,
I have a question, it seems to be the SES debugger crashed.
My project only uses peripheral devices, my purpose is to combine libuarte with my framework.
And...
I want to send an interrupt instruction from appcore to netcore by using IPC.
Implementation code in appcore:
Implementation code in netcore:
However, in actual...
I have a vendor mesh model that needs to send a custom 8 byte message.
Here are some definitions
BT_MESH_MODEL_PUB_DEFINE (vnd_pub, NULL , 3 + 8 ); <--what is with this...
Hi,
I have a nRF52840 Dongle connected up to an external j-link debugger. I have been using this over the past few weeks with no issues and unfortunately I have managed...
Hello,
We're facing an issue related to the USB IRQ.
I've 2 EVK boards NRF52833 (let's call them EVK_1 (PTX) and EVK_2 (PRX) respectively). One of them ( EVK_1 ) is connected...
Hi!
We're developing a solution where we use PC-BLE-driver JS on our central side, along with BLE dongles with nRF52840 chipsets. These dongles are pre-flashed with a connectivity...
The previous ticket was closed unexpected, https://devzone.nordicsemi.com/f/nordic-q-a/87224/how-to-remote-control-nrf52840-led-s-on-off-through-openthread-network .
Thanks...
Hi All;
i am using nRF5 SDK 17.1.2 / 17.0.1 and examples are ble_app_uart & ble_app_uart_c and nrf52833. Mode is connectable and coded phy .
I tried to connect the devices...
Hello,
Hi i am working nrf52840 DK board, from this first i have load softdevice and after that i flash the code so that time it was showing the error as "Error Flash...
Hi all,
I would like to measure water consumption at my home with nrf 51822 and send it over bluetooth.
I know there are some flow meters generating pulses, but how can...