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...
Hi, I built the lighting-app( Link ) and run on nrf52840 DK. Then, I tried to replace the serial shell console with RTT shell console. I append the configs below to the prj...
I am using my custom board , it is usually powered with a dc supply and I can program it easily. My chip is NRF52811.
When powered with a Cr2032 the segger studio says id...
Hello!
I have formed a Thread network and I am trying to ping an external IPv4 address and that request is not being forwarded to the border router.
My OTBR is a Raspberry...
Hello I am developing an application based on the "ble_thread_dyn_mtd_coap_cli" example. To create a Thread resource, I see that the "otCoapAddResource()" function is called...
Hi,
we are using NRF9160 based Custom board with Zephyr,
I want to track the Current time in IST format and i need to generate an event to DPPI on particular time (ex...
I might be missing something obvious here, but when the device is flashed (via SES), the application works correctly. When the device is power cycled or reset due to the watch...
I already flash the ble_blinky example to the nrf52840-dongle using nrfconnect desktop. The question is it is possible to do DFU OTA via Bluetooth without nrf52dk or nrfconnect...
Hi,
Can mocks fully compensate for C++ standard features.? Is it recommended to write C++ code in nCS project by using these mocks.? What is the support for C++ operator...
Recently I develop products on nRF5340, I plan to make the full BLE stack run in the net-core, and app-core only runs application. It involves data exchenge between net-core...
Hello,
We have a application with soft device on nrf52832 with SDK 15.3 with 60 uA power consumption. It works as it seems for now.
We wanted to add DFU buttonless feature...
Hi,
We were using Nordic HAL for FEM modules to drive our PA/LNA using nRF52840 on zephyr (no NCS). It was only a basic configuration, where the PA and LNA pins were selected...
Hi.
I have a quick question regarding the RSSI Value of Messages sent in a Bluetoth Mesh Network.
So my question is: How exactly is the RSSI Value defined and how does...
I have a few questions about the DFU:
Is it necessary to flash everything together (Bootloader, DFU, APP) for the initial programming when testing buttonless secure DFU...