Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
Hello,
I am currently developing a new bt-le-program and besides my own log-messages, I wanted to enable also the log-output that is happing in the files from the Nordic...