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)
{...
Hello,
I am developing project on ESP32, with nPM1300. I am interested in battery state/capacity measurement provided by the Fuel Gauge example. Some part of the algorithm...
Hello. I followed the steps in the video to develop a project on my custom board.
www.youtube.com/watch
I created a new board and new application (blinky sample). Then...
I encounter problems moving to VScode + nRF Connect extension. Even the simplest step creates countless problems. I followed the official NRF tutorial on youtube and nothing...
Hi, in the development kit of nRF52840, the oscillator for the micro is configured as follow
In the bom, it can be seen that the used oscillator is the MP06003 that correspond...
To advertise a *configurable* device name the previous guidance seemed to be:
prj.conf
Code Snippet
Please note I have intentionally removed all error handling...
Hello,
I have multiple UART devices connected to various pins on my nRF5340, but due to hardware limitations, I can only use two UARTs concurrently alongside interfaces...
Hello All, I am trying nRF7002 shield on my non-nRF MCU and i am running the wifi sample app on zephyr (latest version as of today Aug 20) I get this error most of the time...
I just ran into the issue that the settings_storage partition needs to be after the factory_data partition, and I asked myself why.
The problem is that, in case you need...
How/What are the steps to setup and use terminal commands for build, flash, etc. on vscode . what are the commands, any tutorial for west workspace? Any terminal commands...
We have noticed that several of our nRF9160 in production have problem with reconnecting to the LTE-M network after temporarily losing connection. We have tried reproducing...
Hi,
we are currently working with the BL5340(453-0052R) series module, which features the Nordic nRF5340 SoC and have encountered an issue with the SPI configuration. While...
Is using a 32.768 kHz crystal for clock of nRF52811 chip, the option to achieve minimum power consumption?
Is this only source of clock sufficient as the external clock...
Hello Experts,
I my main.c, I have defined my own TIMER1_IRQHandler() and when I build the code I get the error
Rebuilding 'timer_pca10100' from solution 'timer_pca10100...
i use ble_app_uart example code.
i have some problem that sometimes MCU can send data to application. but sometimes MCU can't..
ex) Success : 0x01 0x02 0x03 0x04 0x05...