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...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I'm using a PCA10040 board with the UART example provided with the v12 SDK, and the data seems to get corrupted somewhere along the way between my Ubuntu machine and...
My app works well when working with Master control pannel, but when I use nRF Connect (Android App of Nordic) I have a disconnection without any reason. Especially when I...
I want to send some data more than 20 bytes.
I use
ble_nus_string_send(&m_nus, tx_stuffed, 10);
3 times.
In the advertizer.c
in the function on_ble_evt
I insert code...
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...