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...
Hi, I have a bit strange problems with example project "pwm_library". At first I compiled with segger embedded studio and ran the project on my NRF52-DK board, and it worked...
I have used nRF52811 chip in my custom board.
1. Please provide the First time programming procedure using J-Link (J-Link-Pro tool) interface.
2. We have a nRF52840DK...
Hi teams,
Recently, I upgraded JLink driver to 7.5x and suddenly all of my nRF DK boards are not detected via USB.
All of my 4 DKs shows the same symptom. LED5 near JLink...
I am working on an embedded design that uses the nRF52840 MCU and 2x additional processors (Processor #1, Processor #2).
The intent of the system design requires that Processor...
dear all
I used the lvgl in zephyr. When I made a image rotation, I found that I copied some of the image pictures。Is there anyone in the forum who has encountered similar...
Dear friends: I am based on the following link: devzone.nordicsemi.com/.../device-firmware-update-dfu-with-mcuboot-bootloader Operation steps test the function of mcuboot...
Hello I am using sdk17.0.2 and nrf52840.
I used nrf52832 to combine ble_app_uart and crypto_aes_ctr codes. And now I'm going to move the code to nrf52840.
However, there...
Hi! I made a custom board with an external flash memory that communicate with nRF52840 through QSPI. I have some boards that works very well, but i have someones that freeze...
I am trying to connect XBee 3.0 Zigbee to a Nordic USB dongle (PAC10059) which has the nRF52840 chipset.
I have been watching the traffic on channel 16 with a CC2531 sniffer...
Hello,
I've gotten the sample AWS FOTA to work on my nrf9160 using a very permissive public S3 bucket, but for production I need FOTAs to use a private S3 bucket.
According...
in fact the error that i posted is related to this file and exactly to the bloc in grey on nvic.h file
" C:/Users/rzaafouri/ncs/v1.5.1/zephyr/include/arch/arm/aarch32/cortex_m...
Excuse me
Prorammmer app in nrf connect for desktop Prompt no device available when I connect thingy91 to PC with mirco-usb cable,I want to update modem, certificate and...
Hi everyone,
We design an application using the nRF52840 and SDK16. This application is intended to be used for gait analysis and one of the requirements is a real-time...
Hello,
I'm trying to initialize the values of all my attributes using sd_ble_gatts_value_set . According to the documentation, the connection handle is ignored if the value...
Hi,
I unsecured my device and running it with JLink RTT to observe logging. If I program uicr registers during this process, the devices gets secured and I have to redo...