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...
We currently want to use the USB Dongle nRF52840 to monitor a communication between two Bluetooth devicesand we are new to this field. First we installed the nRF Connect for...
I am trying to build the AES crypto example in the SDK <install_dir>\nrf5sdk\v16\nRF5SDK160098a08e2\examples\crypto\nrf_crypto\aes\aes_all_cli (nrf_crypto_aes.eww).
Compilation...
Hello,
I am using nRF5340DK board and I am trying to enable high-speed SPI pins in nrf5340dk_nrf5340_cpuapp.dts
&spi4 { compatible = "nordic,nrf-spim"; status = "okay...
Hi Team,
We are trying to connect our product (thingy91 reference) to the Link Monitor application to check LTE connectivity and antenna performance.
Loaded nRF52840...
Hi
there are some question regarding this in the forum but I didn't find any clear approach on changing the MAC address.
I'm on SD132 with SDK17 and want to change the...
I just got started with the nrf9160 DK and I tested it with the Asset Tracker application (following the getting started video). At first everything was working fine and I...
If I am creating an application using the Zigbee stack running with nRF Connect SDK and Zephyr, what hardware is not available to me because it is already consumed by the...
I have both a NRF9160DK which I can program and, Zephyr, blinky Serial modem etc, all work on the DK and I also have a nrf91 Thingy.
The Thingy won't respond to programming...
Hi Nordic
One of My customer employs nRF52832-QFAA in their product. They use SDK 17.0.2 and SES to develop their product。
They found the flash is now enough(they use...
I have a NRF52840. To save some energy I wanted to disable the soft device so that there's no bluetooth activity at all. However instead of an average consumption of about...
I am developing BLE Mesh product with `nRF connect SDK`.
I understand most of sample project has a function of proxy node. But I don't know how to connect a provisioned...
I've upgraded several Thingy91 boards successfully with the latest firmware and have ran into an issue with another Thingy91 that I've purchased. Here is the error when I...
Hi,
I am storing sensor data into flash and sending it to client when it is requested by Indication characteristic.
I don't have any issue with reading/writing/updating...