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...
Hello,
I am trying to get to the bottom of a double-reset-problem which I am facing, whenever I flash my software-program to the nRF52832 (1 for the flashing and 1 after...
SDK Release Notes:
nRF5 SDK v13.0.0
Release Date: Week 11, 2017
Highlights:
Implemented a new license scheme for the SDK distribution. See the
documentation...
HELLO,
I want using sdk5.2.0/s110 6.0.0 update app in app.I only find BootLoader->app.How can I achieve it.
eg:I use my phone connect 51822 board,then send a command to...
Hi
I'm fighting to read characteristics of my service with sd_ble_gattc_char_value_by_uuid_read.
I'm using SD130 V2.0.1 and SDK11.
Here are some snippets from my central...
Need help from the mesh experts in this forum!
I'm running the open mesh in the 52832 with the s132_nrf52_3.0.0_softdevice.hex softdevice. The mesh works fine in my tiny...
Hi,
I connected 74CH595 shift registers to nRF52DK board. When I built and upload my code with Keil everything works just fine, but if I compliled it with GCC and upload...
I want my device not to disconnected.
I'm trying with custom board with NRF51822AA.
I customized NUS example a little.
And also I've downloaded NUS example for Android...
I'm writing a firmware, with SD130, using mbed libraries.
Firmware used to run fine. I added a new object, and now, when connecting, it hardfaults.
I put a breakpoint...
Hi everyone on the community.
I've been struggling trying to upload the hex file created by arduino using redbear nrf arduino fork on a NRF51822 -v2 board that is being...
Hello,
last week I was trying to integrate a wake-on-motion-functionality for my hardware using some interrupt-handling. While that problem is solved, I came across some...
Hello,
I would like to stream sensor data from the Bosch IMU sensor over BLE at a maximum rate. I can collect data over I2C from the sensor but would like to know if there...
Hello to all nordic jedi masters out there!
I am using nRF SDK v11.0 with the nRF52832.
I am a little bit confused about the usage/meaning of the flag argument in the...
Hi all,
I am trying to send a large stream of bytes(60kb) to an NRF52823 using bbowl . BBowl exposes the uart through a TCP socket connection using noble .
I modified...
Hi,
In the schematic presented in the topic 17.1 (dc/dc converter, image below) of the nRF8001 datasheet it isn't shown that AVDD should be connect to a power supply as...
devzone.nordicsemi.com/.../
In this blog this is written:
"Opening and closing a connection event adds a lot of overhead"
how much is the overhead and where can i...