Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
We have a product that uses nRF52832 and works as a peripheral, connecting to mobile phones. Lately we have noticed that in some clients with Android phones, they cannot connect...
Hi,
I am using nrf52840 and SDK 16.0. I have already used SPI 1 and SPI 2 instances.
Now I am using SPI3 instance. Initially SPI 3 is initialized in non-DMA. and it worked...
Hello,
I am inquiring about the development guide for the coexistence of BLE and WiFi using the nrf7002dk board. Since I have recently transitioned from the nRF5_SDK development...
i have switched to New DK nRF52840 Rev 3 , PCA 10056 3.0.0. from old dk nRF52840 PCA 10056 1.1.0 . as the old dk has stopped working n no LED5 light on when power on .
1...
Hello, ive been having a problem since yesterday with building procedure. Those are the errors that im having, I cant actually build any project even samples, i dont remember...
We are developing a custom board using nrf52811 we have CH201 sonsor on board but can't find a way to program it.
have anyone had an experience with it or is there Nrf sdk...
I have a question. The device currently under development has a BMI270 sensor, and we are using the sensor driver included in the NCS. Is there a way to suspend or turn off...
Our production line has stopped working since our PCB supplier has changed our MCU (N52840) from QIAAD0 to QIAADF0.
We have tracked down the issue to a "--verify" flag...
Hi, I am working with ncs v2.6.0 and I face the same issue than this post :
https://devzone.nordicsemi.com/f/nordic-q-a/98765/weird-nrf5340-behavior/420856?focus=true
...
I am using the nRF Connect SDK v2.3.0 to build applications for nRF5340 audio boards . In particular I am interested in the application : ..\nrf\applications\nrf5340_audio...
i am using nrf52840 s140 sdk ver 17.1.0 dfu/ secure bootloader/ pca10056_s140ble_debug example after flashing the code the flash memory is almost full ie 99.6% is the sdk...
when ntfx_spis_init() is done , NRFX_ERROR_INVALID_STATE errer occured.
pcb_state is NRF_DRV_STATE_INITIALIZED.
my code is
int cc3235_spi_init ( void )
{
...
Hello, Hardware : nRF5340DK SDK : v2.6.1 Context : Creating a prototype using a Load Cell and transmitting its weight on BLE. Disclaimer : I'm new to the settings subsystem...