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...
SDK16, 52810, nrf_drv_twi_tx,
for the 4th parameter, no_stop, should set to TRUE or FALSE, what are the differences exactly? I am really confused on this, because on 51...
Hi Team,
Need explanation on some of the macros and section creations which are part of examples codes.
1. NRF_SECTION_DEF(test_case_data, test_case_t); where " test_case_data...
Softdevice 6.1.1
SDK 15.3
We have been using the nrfx_uart driver but realized we need to have multiple instances on our new hardware so have changed to using nrfx_uarte...
We're having trouble reading more than 2 bytes from BLE NUS. SDK 16. Software based in ble_app_uart but running custom board (no buttons, no LED), this is a ble peripheral...
Dear Sir or Madam,
i currently start developing with nrf52833 dev board. For the software examples from SDK16, how can I see, which version of software (pca10040/e, pca10056...
I need to pass a stream of data from raspberry pi 4 to PC through Ble. I can successfully build and run \examples\peripheral\usbd_ble_uart. It can communicate with my android...
Dear Nordic Folks,
Greetings! I see that nrfutil.exe dfu serial is used to update nRF52840 when using secure_bootloader_uart_mbr_pca10056.
Does Nordic provide c-code implementation...
Hi,
I am encountering some difficulties to undertand the context in which my sdk modules call back are called. I am using the uart part of ble uart nus example, and thus...
based on nRF SDK 16 radio (peripheral) example, in radio_config file, i set registers of TXPOWER, FREQUENCY, MODE, PCNF0, PCNF1 (and ADDR and CRC related registers) and also...
Hello, my company wants to get started with BLE direction finding. Maybe you can help me on how to setup some hardware. NRF52833 DK seems suitable but then I have no clue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
Hi ,
Im trying to read and write data from QSPI w25q32jv chip, for which i get faulty data .
I have used this example : https://github.com/jimmywong2003/nrf52840-QSPI...
Hello,
I am very new to BLE and NRF and trying to understand what the best way would be to send data from one device to another
From the documentation and messing around...
Based on nRF5_SDK_15.3.0_59ac345 at NRF52810 development board, 1. Enable the watchdog with reload value = 2000, and feed it per 1000ms by app_timer 2. Initialize the FDS...
Hello,
I'm finishing migrating to the newest SDK from SDK 13.1. I'm having problems using the BLE_ADVERTISING_DEF macro, it doesn't compile.
The reason appears to be somewhere...