Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
Hi Support Team,
I have an nRF7002 DK board and I am using SDK v2.6.0. I am facing an issue when sending data from the client to the server. Below are the steps taken: 1...
Dear colleagues,
with the newer SDK (I am now using NCS v2.5.0 and 2.6.0), I have difficulties finding the right SYSTEM OFF mode current. Code currently looks like as follows...
Hi
I use nRF7002 with SDK v2.52, try to connect external MCU and use uart call back function, to recieved and send bcak the recieved data, It will happen fatal error and...
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...