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'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
Hello, I am having an issue with DSP library basicmath where the source file does not seem to be included in the build and I am getting error undefined reference to `zdsp_mult_f32...
Hi,
I am using nrf5340 with v2.5.1 toolchain
I have an out-of-tree driver, where i want to include adc_context.h from and have added:
target_include_directories...
Hi I'm trying estimate the nRF52840s current with the Online Power profiler, the data seemed a bit unclear to me.
I have used the following setting: Chip nFR53840 Voltage...
Hello,
I am trying to do CE, FCC RF test.
I am using nRF52833 and nRF5_SDK_17.0.2_d674dde.
I want DTM to work. DTM is using example source in SDK. What changed in...
I am trying to develop a Consumer Control device. I found the "nrf51_ble_app_hids_kbd_consumercontrol-SDK15" example code on Devzone. But this example code can only do 8 Consumer...
Hi, I have been using nrf52840(my application) and nrf9160(Serial LTE Modem : SLM , which modem firmware was ver1.3.6 and application firmware from switch science )
First...
I tested the matter LOCK sample, how to disconnect the Bluetooth connection immediately after matter commissioning is completed, the log is as follows. thanks.
Hi, I am currently evaluating a Rust driver for the nrf7002-ek on a nrf5340-dk. I have been using the Zephyr nrfwifi driver for reference.
There are a large number of nrf_wifi_fmac...
When building a project using a custom board, as well as both the b0 and mcuboot bootloaders enabled, board-specific child image configuration causes the build system to ignore...
Hi All, I am looking for assistance with trying to reduce flash usage of my project. I am using NCS v2.6 with an nRF52832. Attached is my prj.conf file. The major SDK features...
Hello, I'm working on a Zigbee application using the nRF5 SDK for Thread and Zigbee v4.2.0. The app builds fine, but when running it I get the following output:
I have...
Hi All,
We are developing a heater controller using Nordic Matter Thermostat sample code. The sample code has following value.
Off
Heating set point
Cooling set...
Hi,
I use 3 devices in the Mesh application. I am looking at the Mesh:chat example. I want this,
I want to press a button on one device and light LED1 on other devices...
With nrf52840 we have different protocols to add as per application. but is it possible to include following for single application in single hex? 1) zigbee: coordinator,...
Hi
I'm testing downloading a file from AWS S3 using ncs but it's not working well. I'm getting an error called -116 Connection timed out. I also used another client to connect...