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...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi,
I have bunch of SEDs (sensors/clients) and one or more FTDs (hosts) working on CoAP protocol. SEDs send data packets once in a while and mostly sleeping. I have few...
Hi,
I'm testing the NCS direction-finding-connectionless demo,
NCS V2.6.0
this is my overlay:
and my ant_patterns:
According to the white paper and some other...
Please, I want to flash Zigbee Weather station App on thingy53, I faced two problems:
1- i can't find the board in build configuration.
2- i tried to use programmer and...
Team Nordic,
Question for you. In nRF5340 datasheet, page 1, Flash and RAM description : https://infocenter.nordicsemi.com/pdf/nRF5340_PS_v1.3.pdf
I found description...
Hi,
I am developping a non blocking TWI (I2C) communication, calling this function:
The init function of the twi is :
Please note that the real code is splitted...
I am having some issues with spurs when looking at the RF signal with a spectrum analyzer. The problem disappears when using __WFE() at the same time as sending constant carrier...
Hi,
is there a way to implement resume download, when downloading big files over HTTP(s).
Often during download of the bin file the connection is lost and we need to start...
I have used ncs-example application workspace to develop our project. In that we were trying to include WIFI, so we include all (sample/wifi/sta) content to my project. but...
Is nRF Mesh app support feature that send customize data/command to node? The goal is to transmit data from phone to node, where it will be processed and used to trigger actions...
Hi
This is my first time using nRF connect and Visual studio but I have been following through first the Fundamentals course on the Dev Academy using the nRF52840 DK with...
Hi
I found some Bluetooth send the data unstable problem after i enable the usb cdc acm function. Can you help me to
check my setting that has missing or not thanks. ...
Hi,
I am adapting the Azure IoT example for use with the nRF5340DK and nRF7002EK.
The configuration is:
- sdk: nvs 2.6.0
- example Azure IoT hub
Initially, the getaddrinfo...
Hi Support Team
We test the nRF52840 power consumption of Thread Device follow the below links document.
(+) Analyzing power consumption in Thread Sleepy End Devices...
Hi,
I'm trying to increase the UART buffer size for the asynchronous UART API, but I'm encountering an error. When the message size is set to 255, I can successfully receive...
Hello all,
I config nRF52840 dongle P0.24 and P0.22 as GPIO_OUTPUT. But when I change their value, they are always 0.
I use the same way to change other pins such as P0...