Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
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...
Hi Guys!
I am a newbee to develop a BLE IoT, and I am really trapped:
first of all: I am using the UART example from the SDK (12.2)
I'd like to send a float array with...
Has anyone been able to successfully connect a BLE device to nRF Cloud using an Android device as a gateway?
I don't see many posts or discussions around this topic. After...
Hi,
I am developing an application, in which I need to store the data collected from various sensors in external flash, in a particular format (Dataset no. - Sensor1 data...
When I use sniffers and wireshark for debugging (ble_app_uart), I found a strange place.
The following are the empty data PDUs seen from wireshark:
50ms:
Master-...
Hi,
I want to use battery service in my beacon for that i have tried two examples of sdk14 on nrf52 dk
1)ble_app_hrs
2)ble_app_proximity
in first example ble_app_hrs...
Hi,
I am nrf52832 SDK14 .
Can you provide a simple example of IRK implementation to resolve the peripheral address in SDK 14.It will be helpful to get insight of it. ...
Hi,
Do you know why I get a warning : Unable to allocate memory for relay packet. ?
I am trying to mesh 2 servers and 4 clients. with client capacity 3 for each server...
Hi,
I'm trying to run the gdb on the nRF52 with softdevice s132 and in the begining it runs ok but after some time when I run (gdb) list I get: "Line number 435 out of...
Hello,
I'd like to send 16 bits data over ble instead of 8 bits
gatts_value.offset = 0;
gatts_value.len = len;
gatts_value.p_value = data;
err_code = sd_ble_gatts_value_set...
The call to ble_x_handles_assign() is not uniformized on all the examples. It's sometime call from on_ble_evt() or/and from x_evt_handler() .
From the doc on the function...
What shoul i do? 0 erro with code
SEGGER J-Link GDB Server V6.20d Command Line Version
1. JLinkARM.dll V6.20d (DLL compiled
Sep 29 2017 16:44:59)
Command...
I am using S120 Softdevice, with bunch of different type ble tags(peripherals). written a code to connect multiple tags at a time and doing a gattc read to fetch the battery...
I have a technical issue I am facing while doing development with Nordic NRF52840. I have an application which I am sending command though virtual com port using CDC ACM USB...
Hello everyone!
I am learning with nrf52840 MCU and SDK version 13. When I read the example. I see one line:
SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t...
Hi,
I'm developing a project based on nRF52 and utilizing NFC for my master's degree. One part of the project will be a beacon with as small PCB layout as possible. That...