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...
We are currently having an issue with DFU failing on Samsung S10 running andorid 10. We are using nRF Toolbox for BLE and it appears to connect to the bootloader, but then...
I want to make application for BLE peripheral with advertising interval at 1second. WHich Power management APIs I need to use for this? Is there any documentation for how...
i am interfacing afe with nrf52 and trying to send values over ble..but after sending some values my code get stuck at unknown error at 0x0000098..dont know why..can anyone...
I have an arduino nano ble 33. I want to use the nrf softdevice as I need some features that aren't already exposed.
From look through the SDK examples, it seems that all...
SDK16.0
nRF52DK
HTS example
I got this error msg in the RTT log while running the example:
peer_manager_handler: Connection security failed: role: Peripheral, conn_handle...
I've recently introduced the Stack Guard and App Timer 2 libraries and noticed a couple <info> logs popping up in m RTT console despite logging for those two modules being...
Hi Nordic Team,
In my BLE project when I was trying to add Device information Service(GATT) in BLE central multilink example code, once the connection between central and...
Hi,
I am trying to modify the code in the BLE_App_Buttonless_DFU_pca10040_s132 example is SES. Without any modification the code compiles fine and can be recognized by nRF...
My issue like this ticket
https://devzone.nordicsemi.com/f/nordic-q-a/39428/usb-msc-corruption
I suspect it is caused by a problem in the implementation of the NRF_BLOCK_DEV_QSPI_FLAG_CACHE_WRITEBACK...
Hi,
We encountered a problem when added new models through an OTA DFU. Specifically we upgraded a device with SoftDevice 6.1.0, SDK 15.2 and Mesh SDK 3.1.0 to SoftDevice...
Is it enough just to connect from custom board to P20 header(nrf52840-dk) SWDIO, SWCLK, RESET, from custom board GND to P20( GND_DETECT) and power supply to custom board from...
I need to enable UART1 in runtime in order to be able to read some data coming on that device.
In order to be able to use the uart functionality, I need to set CONFIG_SERIAL...
Hi,
As the subject description, I just remove the part of hid function from main.c then make the personal source file.
Before I removed, the project could work as usual...
Dear Nordic
there are two question find in my software. it may be some matter with thest two question, so put here together.
1.
My software will be reset about several...