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...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
1. I'm runnig the asset tracker fine with nRFCloud. When I run the cloud_client, I get this log:
*** Booting Zephyr OS build v2.7.0-ncs1 *** W: Already initialized. Nothing...
Hi,
Referring to this - https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/devicetree/bindings/net/wireless/nordic,nrf21540-fem.html I understand...
Hello everyone! I'd like to implement the nrf52-ble-image-transfer-demo with a nRF52840 Dongle, for a small low-power image transfer application. My question now is, how do...
I am trying to use Visual Code environment (on macosx Intel macbook pro) to program nrf52840 dongle.
The dongle is found and programmed with using nRF Connect for Desktop...
Hi Nordic,
One of my customer has a problem about 2M phy.
They use 52840 connected with IOS via 2M phy.
They set MIN_CONN_INTERVAL and MAX_CONN_INTERVAL both to 20...
Hi, I'm working on nRF9160 with Zephyr (SDK 1.7.1) and one SPI device. I analyze CS signal with correlation to SPI SCK. Is that normal that CS signal stays low much longer...
I am trying to add a Nordic Thingy 91 to my azure Iot hub.
i've configured the device according to the guide
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest...
I noticed when using the UART BLE Example that there is no password or pairing request to connect to and use the device.
Everything works fine, and I even implemented my...
I followed the official tutorial. The programmer 2.3.3 in nRF Connect for Desktop v3.10.0 in Linux has problems programming the nRF52840 USB dongle rev 2.1.0 in DFU mode....
Setup: Windows 10, nrfutil verison 6.1.3, python 3.10.2, nRF 5 SDK 17.0.2
I have a custom board running the stock DFU firmware from the nRF5 SDK. The only changes we made...
There are many questions on DevZone on modifications to NCS peripheral_uart/central_uart NUS example applications to support higher throughput.
We have been mostly successful...
I would like to use the nrf connect sdk to connect to a device and 'discover' the GATT services it supports, the characteristics in each service, and then read the descriptions...
Hi everyone!
I ported some project from NRFsdk 17.0.2 (all works fine) to Zephyr rtos and faced with issue - when set high speed uart (460800 - 921600) then some bytes ...
Hi All
A few times ago, I installed the nRF Connect for Desktop v.3.8.0 on my PC.
Getting started assistant, Programmer, Toolchain manager apps were installed and everything...