It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...
We're developing a mobile application which will communicate with a satellite antenna over BLE. We will not have access to the antenna for a few months, and therefore we aquired...
I am using the UART to perform serial DFU on nRF52832. I got it to work fine using nRF Connect SDK 1.8.0.
Now, I need to pass some serial data to the APP when not in DFU...
Hi, I have to develop a new nRF5340/Zephyr/MCUBoot-based device that communicates with a Windows application via USB. The Windows application already manages other legacy...
Hello,
I'm trying to implement a set up of the ble device name from the NVMC UICR register.
But when I try to take it from the register and to set it has a name, it doesn...
Hi,
when using the spi peripheral in slave configuration, what can I expect at power consumption level? does the spi peripheral derive its clock from an internal system...
Hello,
I am using nRF52840 DK's P20 SWD to communicate with an external nRF52840 board . My setup works fine with nrfjprog running from command line. To communicate with...
Is there any example code using a QSPI image as the input for the bootloader instead of e.g. BLE? What format does that have to be in to begin with? Currently doing DFU updates...
Hello friends
I am fresher for Nordic semiconductor . I want to interface triaxial accelerometer of 15MHZ frequency with nrf52840 with inbuilt ADC and transmit the data...
Hello,
I will try to use the macro ZB_ZCL_SET_MODIFY_ATTR_VALUE_CB to define a callback when an attribut is written in my device. But the callback I write is never called...
I had a look on APIs to use UART in Zephyr in the link https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#uart-interrupt-api . There are three types: Poll...
I have a JDY-16 BLE chip in AT command mode and are able to scan for a SoftRF device that has a Nordic UART service.
I can succesfully see the SoftRF device during a scan...
Hi All,
Currently I'm editing an example project using the NRF5 SDK in SES -- however, I'm not sure exactly how to best version a project or even export it to contain...
Hi,
For my nRF52840 custom board, when I send data through app_usbd_cdc_acm_write() to the serial port from main.c , data are transferred without problem but
when I try...
Hello,
I just recently updated to Windows 11 and facing the issue(nrfutil is not working) after win11 update. Previously, It is worked on Win10. Do you have the working...
Hi.
nRF52-DK board use. (PCA10040)
* now system : bootloader + softdevice + Beacon application ->> working fine. good.
* new system : Swtiching ESB or Beacon
I would...