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, I wanted to understand what is the default storage place in the internal flash memory region of persistent info for OpenThread. In the previous SDK (Thread and Zigbee...
Hello DevZone,
I have 2 Thingy91X (not Thingy91), with nRF9161 and nPM1300 inside. These two devices run out of battery for several hours.
The problem is that I can't...
Hi,I have some problems using the NFC routines in the SDK.
The hardware used is nRF5340 DK.
Software is nRF Connect SDK v2.6.99-cs1.
The downloaded and run routines...
Hi,
We have designed a custom board for npm1300 and nrf52832(MS50SFA2 module). We would like to drive the VCC of the BLE module using buck2 but we are only getting 1.8V...
Hi,
I have to use Nordic SDK and VS Code Dev Kit on my company enterprise PC but I cannot fetch the toolchain or install SDKs via VSCode or nRF Connect for Desktop
...
Hi everyone,
I'm the author of the following question and a lot of context information about the state of our custom application can be gathered from there: registration...
Hi,
In my app I have been using the following to register my state change callback. This works. Only issue is it seem to only pass ot_instance, I cant pass a user data to...
Hello All,
I am attempting to use the scanning module to scan with a multiple filters. UUID and NAME filters to be exact.
I have done some testing with the code below...
We are seeing different behavior/performance on our system depending on whether we reset the system using JTAG (JLinkRTT Viewer) or we power cycle the system.
Our project...
Hi,
we would like to extend the measurement range of the PPK2 beyond 0.6 A in source meter mode, e.g. to measure the power usage of a Raspberry Pi. We know that this might...
I need a checksum to verify integrity of some data blocsk. As I saw, that the nrf5340 hardware has some builtin support for SHA-256, I though: cool, let's use SHA-256
Now...
Hi,
I build a custom board (nRF52840) but I'm not able to flash it using nRF5340DK with J-Flash via SWD interface.
1. The first thing I did was to do a full chip erase...
Hi,
Is it possible to communicate with the nrf52840 dongle from an android application via USB port ?
That is, nrf52840 dongle will be inserted to the android phone's...
Take Bluetooth UART as an example, there will be a delay in the process of sending data from the peripheral device to the central device to receive the data.
What factors...