Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello,
I am having a few issues with getting the SD card FATFS example code to share the same bus as another slave I transfer data to.
I have a few questions:
1) Since...
Hello,
I'm flashing custom code onto a nRF52840 based PCB.
I'm using SDK v14.2, SES 4.52.
The board was running fine for a couple of days.
Suddenly when I reflashed...
Hi,
I started coding form ble_app_uart, and whenever I set a breakpoint and it's caught, then I press Resume (eclipse), the code falls on NRF_BREAKPOINT_COND in app_error_fault_handler...
Hi
My English is not very good, but I encountered a problem that could not be solved. Please forgive me if there is any improper expression in grammar.
When SPI sending...
1.Development board used is nrf9160DK,sim car is nb-lot,set's network mode is nb mode,Turn off all peripherals
2.set eDRX mode,eDRX is 655.36s,pwt is 2.56s ,After the device...
I am using the GPIOTE driver to attach interrupts to a pin in a very timing critical environment (using sensors like this ).
To me, it seems like there is quite the significant...
In the v16.0.0 SDK the settings struct size is 904 bytes, but in the nrfutil it's 803 (screenshots attached). I figured the settings in python don't include peer_data(64bytes...
I was in the process of integrating a NAND flash to my project. - MX35LFxGE4AB
Initially, I thought it would be good idea to use QSPI, but it seems to only support NOR flash...
Hi
Im struggling to use the ble_app_template_cpp within SDKv16. I am using the nrf52840 DK (PCA10056) and want to us the S140 SoftDevice. The example isn't built for either...
Hello everyone:
The problem is still not resolved
Test broad is PCA10056
Test code was modified by \SDK17.0\examples\peripheral\usbd_msc\pca10056\blank\ses
Try to...
I am using a thingy52 device and in that, added code of advertising and scanning from the sdk 16. Advertising is run successfully. But getting packet loss issue. So, I am...
Hi
Im developing an application that will wake up on RTC every 15 minutes. My issue is that when using idle_state_handle, which in turn calls sd_ble_app_wait, the RTC...
Hi,
Trying to figure out the current requirement on GPIO input, can you point me in the correct direction in how to figure out how much input current the GPIO on nrf9160...
Hi,
we are planning to add a 256 MByte NAND flash to our sensor project. I saw the example for NOR flash on the PCA10056 which is working fine. But due to costs we want...
Hi,I am using the nRF52840 development board, S140 and SDK16.0, I have some questions about data transmission on the UART.
I am trying to make a central device that is similar...