Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
I am trying to send some data from nRF52840 to Xbee via Zigbee In this case, I set nRF52840 as router and Xbee is the coordinator. I use zigbee_cli_agent_router sample code...
Just took delivery of a new THINGY:91 from DigiKey - v1.4.0.
Trying to follow the steps in the User Guide, but when I plug into my Macbook, it's not showing up as a USB...
Hello,
I'm a CS student and I'm trying to work with nRF5340 DK. I'm trying to program the sample network_coordinator (Zigbee) to the board using SEGGER Embedded Studio,...
Hi,
I try to use the nRF sniffer but it can't capture any packets.
System used :
Windows 10 Pro x64
Wireshark 3.2.0
Python 3.8
nRF Connect v3.3.0 - Programmer...
Hi
I'm trying to config parity with UART, if I understand right even parity is supported.
In sdk_config.h
changing default value 0 to 14
#define NRFX_UARTE_DEFAULT_CONFIG_PARITY...
Hi, I am using the Nordic nRF5340DK, with the Segger IDE, in the NCS 1.5.0 release.
I want to add nrf5340DK as a new board in nrf_desktop using nrf52840dongle_nrf52840...
I have application with functional configuration MCUBoot + (Spm + application). Now i'm trying to add immutable bootloader which works. However when i attempt to update te...
Hi Guys,
I have implemented passkey legacy security pairing ( no bonding ) on my device, and i want to pair with my Android phone.
I have no keyboard/ display on my device...
Hi,
I have nrf52840 DK and PCA63511 Power Profiler
It worked on WIndows 7 nRFConnect 3.3
I have recently updated to Windows 10. I reinstalled SDK of nRF52. But PDK device...
Hi Nordic,
I got the following error when I try to open nordic sample project in SES workbench...May I ask what happened? Thanks
Creating solution base.emProject ...
Hi, I have use nrf driver_ext / LIS2DH12 sensor driver to read accelerometer data
I can able to link the driver with nrf_twi_sensor and nrf_twi_mngr code.
I can able...
Hello All,
I am working on NRF9160. I was checking the HTTPS_CLIENT Example. But in my application I wanted to use the link that has header as well. How can I modify the...
Hi
I am currently trying to append the CTE extension to a normal packet using the tx and rx examples from the SDK. The examples I am using are in examples/peripherals/radio...
Device: nRF5340DK, PCA10095
I'm using latest nRF Connect SDK, installed by nRF Connect - Toolchain application.
I opened central_uart sample:
I added only "LOG_INF...