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,
I've launched wireshark + nRF52 Dongle successfully and I'm also able to select my device (named EWAT AI-No) from the list to sniff. However there's something I don...
I'm working on a simple project based on the USB CDC ACM and libuarte example, the chip is nrf52840.
A function is redirect the USB VCP data to another MCU via UART, just...
Can a server and a client of dimming example, have same element instead of different element ID.
I got worked for server and client model in single node, but they are in...
I am upgrading to SDK 15.3.0 and SoftDevice v6.1.1 from SoftDevice v2.0.0 (S332 stack). Most of functionality has been ported (BLE and ANT) and validated. This particular...
Hi, I'm trying using a setup with transmitter based on nRF24L01P and receiver with nRF24LU1P using Enhached Shock Burst. The problem is the transmission lock (three failed...
Hi,
I am planning system with a BLE peripheral (using nRF52840) and BLE Central (using nRF52840) that is AC powered.
The peripheral will be advertising every ~300msec...
Greetings,
We have some custom boards/devices with nrf9160. They each hold certificates to communicate with aws-iot. The certificates were flashed using the at_client...
Dear nordic,
I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart...
Hi,
I am using nrfutil to generate a bootloader ota package for NRF52832 soic. The command I am using is
I measure on my ubuntu pc, when this command is...
When I was running the heart rate example, I would report this error below, someone tell me what caused this error, which causes the driver to fail to recognize now. But I...
Hello,
The project I'm working in will be using the nrf52840-devkit to create an application which utilizes the on board radio for communication. We will be using nrf connect...
Hi
Hopefully a quick question. I want to send a set of bytes 'shtpData' between to routines but only one byte is being sent:
Sending 'unit8_t *dataPacket' of 5 bytes....
Hello?
There is a problem opening the SPM example.
I think it's because can't find the west.exe file. it's not in the Python37 folder, but in the Python38 folder. How...
Additional Information:
1. SDK: v15.3
2. Softdevice: v6.1.1
3. IDE: IAR v7.80.1
Problem Statement:
Is there a way I could enforce Secure connections just works...