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 every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hello,
Following to this ticket , I started with an existing Segger embedded studio project from the SDK to port my project from Keil to SES 5.62 .
Now, the project works...
How long does it take to perform a soft reset (using sd_nvic_SystemReset()/NVIC_SystemReset())?
Looking at power measurements (attached) it seems to take about 730 ms (...
Hello developers,
I would like to combine BLE Central with USB HID. I am using the SDK example "BLE_Central_multilink", I can get signal from BLE modules.
Now I want...
I tried to program the Blinky sample which just blinks an LED to the Network core of the nRF5340 DK but doesn't seem to work. However, when I look at the docs I do see that...
Hi
I am a beginner of bluetooth
I want to build BLE connection between nrf52833 and nrf52810 as soon as possible (maybe in 100-200ms)
can I achieve that by config Advertising...
Hi Nordic,
I am facing strange behaviour with nrf9160 aws iot example where I am trying for fota update.
My device is sending data to AWS IOT every 5 minutes as it will...
Hello again Nordic World,
We have been using a couple of the Nordic dev boards (PCA10028, PCA10040) as uart central devices in our test system for a while and have just...
Hello,
I am using \nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble_debug, but when I bulid the proyect the following error appear:
.text is too...
Hello,
nRF SDK v16.0 , Softdevices s140_nrf52_7.0.1_softdevice and ANT_s340_nrf52840_6.1.1
Recently we wanted to add ANT to our BLE application. So we changed the softdevice...
I have an application that I can install and run on the nRF52840 dongle. But to program the dongle, I need to press the reset button and use nRF Connect. So I am looking at...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i am trying to connect to a low power magnetic sensor (si7210-00-iv)
my i2c sometimes works...
I'm testing my own firmware based on the current Asset tracker V2 code (AWS cloud).
The code generally runs well, but when reception drops (simulated by disconnecting the...
I'd like to add an interrupt pin for a SPIM device. (eg. in the following spi_dev: )
&spi3 {
compatible = "nordic,nrf-spim"; cs-gpios = <&gpio0 0xf GPIO_ACTIVE_LOW>; ...
Currently, the only only way to automatically conduct a Legacy DFU is by using the nRF Connect Mobile app. However, this app can only target the default UUIDs of the Legacy...
I am currently following the steps as detailed in the following documentation ( SDK 11 ) specifically the graph in the "Transfer of an image to the DFU target"
I am currently...