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, I tried establish a communication between nRF52832 DK(PCA10040) to nRF24L01+ Module with Arduino UNO(via SPI). I used the EnhancedShockburst examples from nRF5 SDK 11...
Hi,
I'm developing a GUI on Qt creator to communicate by USB (send and receive data) with a nRF52840 DK. For that, I want to use the USB CDC ACM module (instead of UART...
Hi everyone, I have some problem with SDK 17, when I try compile it by C++ compiler. Compiler detected many errors, for example:
nrf_fprintf,c problem with va_lista
...
Hey hi,
I am trying to establish communication between ADT7410 and nRF52840 using I2C that is the TWI module.
I have successfully checked the address of the ADT7410 with...
At present, our device products use nrf52840, and the official component package used is V15.2.0. I found that using Bluetooth and other Bluetooth long connections will reset...
I made an own SPI device driver using the SDK's BM280 as a pattern
The result has a strange clock configuration (normally high - should be normally low)
Looking through...
Hi,
I'm trying to incorporate pc-ble-driver-js into NodeJS based server.
For some reason, after connecting to a peripheral with a custom service, although the connection...
Hello
Trying to get the idea of whether the Long Range and Direction finding could be used simultaneously with the devices capable of both features.
Googling Long Range...
What causes the "Stopped by vector catch" error? Where is this documented?
The project builds successfully, but when launching the debugger, the Output window displays ...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I am evaluating nRF Connect SDK V1.5.0 for use on a new project. (I could use the added features since V1.2.0.)
Building with Segger Nordic Edition V5.34a
I updated the...
Using the sample code from this earlier devzone post , I've been trying establish communication with from my bosch sensor to my board. I have the code running: and it's printing...
Hi,
I'm combining a SAW filter with your nRF52840 and an RF MUX. The MUX requires AC coupling capacitors. Is that required in series with the SAFFB2G45MA0F0A as used on...
Are there software development tools/libraries for Mac/PC/IOS/Android for sending and receiving serial UART data to a nRF51822 module? I can run the nRF51822 and send and...