Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hello I'm curently working on a Project where I'm using the nrf52dk board with the nrf52832.
I wanted to change the dimension of the data transfered with my characteristics...
Hi, sdk:ncs v1.7.0
example path:D:\ncs\v1.7.0\zephyr\samples\subsys\usb\hid-cdc
board :nrf5340dk_nrf5340
DK:PCA10095
How to solve this problem?
Thank you for all...
Hi,
Excuse me. How can I modify cmakelist.exe to display file structure in segger Embedded Studio compiler? Now all files are app/libapp.a below. I have a lot of files now...
Hi, My system has 5 nRF52840 peripherals connected to one central device (PC app).
In the peripheral's sdk_config.h there is a macro NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1...
If download example light_switch on new clear chip nrf52832, that advertising is not done. But after downloading the firmware without mesh, example light_switch will broadcast...
Hi All,
I am using VS code with nrf Connect Extension and nrf Connect SDK 1.7.0 develop nrf5340 application on windows10.
I created a new application from the Hello World...
I combined the BLE UART and SPIS Peripheral example of SDK V17.0.2 to receive 251 bytes of data from a microcontroller using SPIS protocol. The microcontroller sends data...
Hi,
Peripheral : SDK13, nRF52832
Central : SDK16, nRF52832
It is a phenomenon that occurs in the central device.
I have two questions about the secure connection...
I'm using the latest nRFConnect SDK w/ VSCode with a custom board connected to via a J-LINK. When I look at the call stack it only shows the current thread. I can see thread...
I would like to know when each BLE advertising event has ended for possibility stop after specific number of events and to be able to update advertising data between events...
Hi Dev Zone !
I am actually using nrf52840-dongle for wireless communication with the protocol Enhanced ShockBurst (ESB). I would like to connect an external antenna to...
I am getting ready to release a nrf52 based ble product. These products are connected to a BLE to wifi bridge. So I can talk to them at any time.
I have been using the secure...
I've been evaluating the nordic SDK. I was able to install 1.6.1, 1.7.0 numerous times. I've been working with one of the individuals there at Nordic, and I wanted to do a...
The peripheral application I'm working on implements a service which must handle multi-byte incoming messages from a central device and would welcome a pointer to any example...
Hello
I found a possible bug in NCS 1.7.0 which was introduced in PR #5353 .
1) False UNKNOWN event when disconnecting
The "invalid cell id" check leads to an false...