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...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
Hello everyone,
for a low-power application, I need to evaluate the total power consumption of the nRF52840 Dev Kit. To verify my measurements, I set one of the GPIOs to...
Hi all together,
nrf52810 SD112 SDK 15.3.0
I have a problem writing to flash with the nrf_fstorage module. I try to write an array of 32 Bytes into flash, triggered by...
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...