Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
On the nrf52840 I have libuarte working.
The part runs on 1Mbps with 2 timers connected in the define.
This all works great for 90% of the time.
When the incoming data...
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...