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, All
Just wonder how to view the log info like below, it is used in peripheral uart example.
LOG_DBG ( "tx_done" );
which config/tool allow this please?
Thanks...
I was able to interface a 9 axis MPU9250 sensor with nRF52832 via TWI. Now I want to read more number of sensor's data i.e., I want to read 8 IMU sensors data. Since, nRF52832...
Hello there,
I'm using a nRF52840. I would like to perform a complete flash dump. I have tried using an ST Link V2 and and openOCD. It was only returning errors and the...
Hi,
Im using: nRF Connect 1.9.0, Visual Studio Code. I have: a nRF52480-dongle a nRf5340_DK
I would like to have Samples (code), to have a loop through with the highest...
i have a code base which is originally run on nrf52832 dk and i want to port it to the pca10059 dongle i run in gcc env and successfully modified the definitions and includes...
Hi, I'm developing an project based on ble_app_uart example. My expection that is multi mobile phone can connect with my nRF. But, my nRF can connect and communicate with...
Hi Nordic! I'm using the nRF9160 with a micro sd card so I have a lot of storage. I was wondering if it is possible to retrieve a .hex file and flash it using LTE?
I'm able...
Hi,
When I try to build a 'light_switch' project on SEGGER embedded studio for nRF connect SDK 1.9.1 for BMD-330-EVAL board. Running into the following error
arm-none...
Hello Everyone,
I am using NRF52833 in my project and I have my NRF module connected to 2 other microcontrollers on UART peripherals. The details are mentioned as below...
We have first worked with a development kit from Nordic (nRF52840 DK) . We flashed the BLE applications using the nRF Command Line Tools.
https://www.nordicsemi.com/Products...
Hello,
I have to open a new discussion session on the same topic because the current session has been closed.
The topic is as follows: devzone.nordicsemi.com/.../at...
Hi,
We currently have a Gazell project that runs on nRF52832 . We have difficulties changing the project target to the nRF52810 .
From the SDK17.0.2, example: "gzll_ack_payload_device_pca10040...
Hi,
I have a firmware (performing DFU over Bluetooth )that runs well on nRF52833 dev kit and for developing the DFU over BLE. I follow this tutorial
https://devzone.nordicsemi...
Using SDK 17.0.2 I wrote a function to modify advertising interval on the run. The function doesn't return any error but the interval isn't changed. What am I doing wrong...
After nrf_drv_twi_tx() function and nrf_drv_twi_rx() function, m_xfer_done is checked using APP_ERROR_CHECK(m_xfer_done). What is the significance of checking m_xfer_done...