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...
The sample code at ncs/nrf/samples/nrf9160/mqtt_simple is not connecting. I dod not make any changes to the ode. I am using NB-IoT. LTE is connected. The link monitor, LTE...
I just spent hours trying to use TTM with nRF52840 and I wanted to share the fix:
You need to use the Thread FTD CLI (USB) pre-compiled binary from v4.0.0 of nRF SDK for...
I would like to clarify my understanding of the connection interval since it doesn't seem to match what I'm seeing in the nrf connect mobile app.
Currently I've set my...
Hello all!
I have been modifying the door_lock_nus example to add the set pin command (0x05 from zcl reference). So I have modified the zigbee callback to read the new...
Hi,
I am wondering how to let these both run together. If I understand the sdk_config correctly the app_scheduler event queue can be used for the USB directly. But how should...
When performing a DFU the 2nd stage increments the expected device BLE address by 1 when the device being updated reboots. This potentially conflicts with the address of an...
We have developed a PCB using nrf52840 controller. It's a brand new controller. I am using SEGGER embedded studio for programing.
I have flashed an example code ble_app_blinky_pca10056_s140...
If one using nRF52840 microcontroller as non-RF one, in example configuration from page 593 / Figure 214, No 6 schematic, I have two questions
- does a ANT pin filtering...
hello Nordic
i am working with nrf52840 dev board, sdk 16.0, based on the peripheral app_ble_blinky example.
i have 2 spi comms, one twi, and use rtc, app timer and...
Hi,
I'm using nrf52840 and connecting to a mobile device via BLE.
After bonding connection, I'm restarting my nrf device in order to start advertising again, with...
Hello All,
I am new to this field and would like to know technical details of this field. I want to develop a product using NRF52833-QIAA-R7 or NRF52840-QIAA-T
Anyone...
Are there any examples showing how to handle MQTT QOS 2? I have searched for MQTT_EVT_PUBREC, MQTT_EVT_PUBREL, and MQTT_EVT_PUBCOMP and nothing shows up for any.
Hello ,
I am using NRF52 DK Board with SDK15.3.0 .
I am followed below tutorial for DFU update .
https://www.youtube.com/watch?v=c7D0dC2gANo
But , after loadfile command...