Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hi,
Memory layout for secure dfu bootloader + main application + softdevice 332 (SDK17.1.0)
We are currently migrating from SDK 14.2.0 to SDK 17.1.0 it also affects to...
sorry I would like to install nordic on windows 10. Using windows power shell but it fails.
in pip 3 install west.
There is a newer guide that I have to follow ?
Best...
Hello,
I consider the radio collision of advertising packet, in the case there are several 10 BLE devices and the devices are powered on at same time. How does implement...
Hi,
Thanks for the great work in making VS Code a solid option for the nRF Connect SDK. It was a huge and pleasant surprise when I came across this effort. VS Code will...
Relevant configuration and device tree snippets:
Even if pm-ext-flash is defined as a SPI NOR, looks like the partition manager ignores the definition and uses on QSPI...
Hi
1 Can nrf9160 automatic select PLMN in both NBIot and Ltem mode? Is the auto select PLME default? And how to enable this auto select PLMN mode?
2 Can nrf9160 automatic...
Hi everyone,
I'm collecting some data from the adxl362 accelerometer and from the env. sensor and sending them over MQTT.
This is the main.c file:
And this is...
Hello,
I am trying to build a new project for nrf5340 PDK using the SES environmet. Some of the nrf header files I need to include, call for the sdk_config.h header file...
To the kind attention of Nordic support team,
I have got a freertos project and usb is enabled (usb enumeration is done and usb interrupts are correctly working before even...
I try to test my BLE code on Thingy91's 52840. The code was tested ok on the 9160DK board. Without changing anything, I have the error like this: bt_hci_core: No HCI driver...
USING RTC1 for app timer library.
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8...
Hi,
I am trying to interface NRF5340 and NRF24L01+. I am using the default esb PRX code in the SDK and changed the receiving address to
uint8_t base_addr_0[5] = {0xE7...
Hi. We need to be able to communicate with some legacy 24L01+ devices in the field using a nRF52832. Reprogramming the legacy units is not an option.
I need to setup the...
Hello,
I would like to report a bug with the Visual Studio Code nRF Connect extensions.
When I created a new project, The Welcome tab, Applications tab, and Build...