I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
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...