hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
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...