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...
We are going through regulation certification testing. And lab is asking what is power tolerance for BLE 1Mbps for the chip. Where can I find this value?
1.Cant make P0.09(NFC1) and P0.10(NFC2) outputs?
Tried both nRF52832 from PCA10040 and a BT module with nRF52840 and on both cant make any of those pins outputs. Tried with...
Hello
I want to test LE Coded PHY S = 2 (500 Kb / s) using the nRF5430 PDK. The SDK used is nRF Connnect SDK v1.4.0.
There is confirmation there.
1. Does nRF5430, nRF...
Hi there,
I am developing an application that uses UART. I am wondering what's the proper way to connect the nRF52840 to the PC. I researched online and found that I could...
I have a few nRF52833 development kits and want to get started with Keil (MDK-ARM). I could not find example projects in the packs that run on the PCA10100 board. Beside of...
SDK 15.3.0, code is based on examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput.
After getting the project to work with nRF Connect on the desktop...
Hi,
just start with SEGGER Embedded and use a usb acm to setup my target
to have a clean structure I moved code from main.c to dedicated files have the USB and BSP
I...
Hey all, I'm new here. So far things have been going pretty well, I am just having an issue with PPI that I can't quite figure out, but I think I'm close. I currently have...
Hi,
We have been working with a coordinator and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hi, I'm working on DFU mesh no serial example (dfu_no_serial_nrf52833_xxAA_s113_7_0_1 ) and want to know any way to check it maybe by using nRF Toolbox or nRF Connect mobile...
I have the Adafruit PN532 Shield v1.3 mounted to an nRF52840 DK, trying to run the ble_nfc_pairing_reference_c example from SDK 17. With no modification to the example code...
I'm calling nrf_drv_uart_rx_abort() in order to read partially captured input from UART in my event handler.
However, instead of receiving a NRF_DRV_UART_EVT_RX_DONE event...
Hello,
We are currently developing a project based on nRF52810.
We are testing some examples to learn more about this chip.
Now we would need to know which signals and...
Hi,
I have gone through this ticket --> https://devzone.nordicsemi.com/f/nordic-q-a/30104/how-do-i-share-private-questions-with-my-coworkers-using-the-new-devzone
But...
Hi,
I am using NRF52840.
After upgrading to SDK 17, I found that the chuo stays in boot mode because this new condition (I highlighted it in the code below):
if (NRF_BL_DFU_ENTER_METHOD_GPREGRET...