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,
Why I use the function m_device_state_set(cons, PM_DEVICE_STATE_SUSPENDED); to close the serial port is still a large current:38.80uA?
The verification method is as...
Hi there
I wrote SDK 17.2 ble_app_hrs to the module.
When connecting to an Android device, Empty PDUs will no longer be sent. I checked the RTC COUNTER, but it is incremented...
SDK: NCS 1.8.0
Based on: Peripheral LBS example
Central: Mobile (iPhone)
Peripheral: nRF52832
Hi,
We are in the process of adding FOTA to our custom project and...
We are using nRF52833 with DFU secure bootloader and implemented DFU master/host on ESP32 BLE. We observe that DFU bootloader get stuck in above locations in softdevice more...
Hi Nordic
I have been using your example on USB MST to embed it into my application
Everything works ok, but in the main loop im constantly polling for USB power event...
I'm looking at the nRF Connect SDK Matter documentation, and the intro page states :
"If you are new to Matter, check also the tutorials on DevZone ."
The link in...
I am using nRF5340DK and would like to send and receive data to computer via UART1 and pins "TX", "RX", "CTS" and "RTS" using USB TO RS232 SERIAL CONVERTER.
This way I...
Hello Nordic, I have a problem. I'm running the nRF9160DK with three sensors and an sd card reader. The three sensors and the sd-card reader are connected via SPI. Due to...
Hi,
I would like to generate interrupts triggered by an input clock pin at 2 MHz to sample an 8-bit digital signal. I am trying this with an nRF5340. Up to this point...
Hello,
I am working with a nRF52833 and I am no longer able to use my JLink Base to flash it. I was previously able to flash it and there was no hardware change at all and...
Hello,
I am writing code in zephyr on nRF52840. I am advertising my BLE. and we have a stable android app (built-in a flutter). My problem is when I am trying to write an...
Hi teams,
Recently, during my test with some Arduino-Shield compatible daughter board with nRF52833DK, I found some pin mapping is incorrectly defined in nRF5 SDK.
The...
I have multiple elements with multiple sensors (4x6 in total, all 4 elements has the same type of sensors). I need to find out which element called sensor get callback. In...