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...
Hi, Im using a BMD-300 board with the external crystal installed, I can run zigbee examples fine, even using the external crystal, but when running the Mesh examples I can...
Hi
I have some doubts about NB-IoT and I wanted to clarify them before start deeping developing with nRF91 since this module work with this network.
I know that NB-IoT...
Hi,
I use SDK13.1 FDS example and have some questions about that.
Is there any influence about the lifetime of Flash when i use FDS function to write and delete the records...
Hi,
I am a beginner with nrf9160 DK and followed the instruction in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html#gs-programming...
Hello I am using :
GNU/Linux Ubuntu 19.10 on a x86 computer
ST-Link v2 that got flashed into a J-Link
Adafruit nRF52832 Bluefruit Feather
Segger Embedded Studio for...
Hi
I am using nRF52832 DK with SES as IDE, on Ubuntu 16.04 machine. I want to send a custom message, let's say "hello" via BLE to Raspberry Pi. I am using some encryption...
Hi
I am trying "nRF Mesh" apps to provision and configure proxy client and proxy server node (SDK Mesh v2.2.0).
1. Have user manual or help information for "nRF Mesh"...
i want to connect the peripheral using mac address instead of device name , i followed this post https://devzone.nordicsemi.com/f/nordic-q-a/44332/sdk-15-2---scan_addr_filter...
We are using another microcontroller to update the application firmware in an nRF51822 over the UART using the DFU HCI protocol from SDKv11.0.0.
The nRF51822 uses the HCI...
Hi,
I'm trying to edit the C library code which communicates with the nrf52 dongle. I'm using custom gatt & the descriptor CCCD is 0x2902. Since its not able to find the...
Hi,
I'm working on a bootloader that combines both the BLE and UART transport layers. We have custom hardware containing the nRF52832 chip running on SDK 15.3, and we're...
Hello,
I'm using the nrf52840 to try and receive a byte from the nRF24l01+.
After configuring, I trigger TASKS_RXEN, but never receive EVENTS_RXREADY.
Here is the code...
Hi,
I use nordir 52840 as zigbee corrdinator, but one zigbee device send math descriptor request package, I can not get the information in application process. How can I...
To the kind attention of Nordic support team,
I have got a project with this memory configuration
and this
<!DOCTYPE Linker_Placement_File> <Root name="Flash Section...
Using FStorage with SDK 15.3, I can write and read from flash storage with no problems.
When I flash the code directly, without the debugger, then the application has problems...