Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'm trying to set up VS code to use it with the NRF Connect SDK. I've created an application from basic/blinky example. My problem is VS code can't resolve any inclusions...
OK, like many people moving across from a different IDE/SOC environment, I'm finding navigating my way through setup and programming with Nordic SOC, even of simple tasks...
I've run into two oddities with the Connected Devices feature of nRF Connect for Visual Studio Code and two different nRF52840 dongles that are connected via a J-Link. In...
Hi,
I try to use zgp api and first try to call zb_zgps_delete_all_zgpd() but I receive an error from linker:
undefined reference to `zb_zgps_delete_all_zgpd'
Is there...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
I am using openthread protocol...
We want to use GPIO_12 as a wake up pin. (High -> open uart, Low -> close uart) Also, we have a timer and timeout set to 500ms. When we pull GPIO_12 to high, it seems not...
I'm working on NCS 1.6.1 for both nRF52840 and nRF9160.
I'm trying to put my devices into sleep mode so i reviewed some related tickets and found following ways.
NRF_REGULATORS...
Hello,
I am quite new to NCS. I am trying to sending UART data from nRF52dk_52832 to PC.
The example is nrf\samples\peripheral\lpuart.
If I enable the example with CONFIG_LOG...
Want to realize a function: stop broadcasting after a broadcast, update the broadcast content, and then start broadcasting again after the specified timeout. How can I judge...
I am using the nRF5_SDK_17.0.2_d674dde and the nrf5_SDK_for_Mesh_v5.0.0. I am using the nRF52 development kit and I want to know if I can use the flash fstorage on the mesh...
Hi. I am working on a project and am planning to offload most peripherals to the net core; a few are listed below. Is this a bad idea? I realize I might run out of flash memory...
hello ,
During my twim0 initialization, I have configured clear_bus_init as true and hold_bus_uninit as false. But i always get hold_bus_uninit as true.
then I dig into...
Hi!
We would like to install approx. 2000 pcs BLE devices in a mesh network. The device density is quite high (2x5 meters matrix, same level, no objects).
I think only...
I am looking for a automation where in the scripts should be able to send the CCCD(Client Characteristic Configuration Descriptor) response within one second.
1.Which tool...