I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hello, All,
When using UART on nRF Connect SDK to communicate between nrf9160DK and nRF2833DK, I found that the data length of a packet sent by the UART on both sides is...
Hi,
I have started a new project that will use I2C and SPI devices. As a starter I took the example at /examples/peripheral/gfx/pca10040 since I am using a ST7735 based...
Hello sir,
I am using nrf52832 as Dev kit board with using Button 1 for long press event for an interval of 5 sec .I have defined the BT0_LONG_PUSH as BSP_EVENT_KEY_0 which...
Hi,
I'm trying to build the Zephyr NVS sample in SDK 1.6.0 and SDK 1.7.0 for nrf9160dk_nrf9160ns (Non-Secure) and build operation is failing with errors.
../src/main...
NCS V1.7.0
VSC IDE
In VSC you can create a custom board.
when i do this for the nRF5340 and build, it does not include the network core.
it also does not appear...
Hello
in order to reach low power mode I use the following :
bsd_shutdown(); // 3.4 ma.
nrf_regulators_system_off(NRF_REGULATORS_NS);
how can I recover from...
Hey,
I have a custom board that is pretty much the same as an evaluation board I got. I use the secure_bootloader_uart_mbr_pca10056 to enter and execute a DFU.
On the...
Hello,
I tried to check SPI communication with a test board.
However, I couldn't read the device info from the max30003wing board.
Board: NRF52840DK --> MAX30003WING...
Hi
I've been having issues with this since the first time I installed VS Code and ncs for VS Code. I've used the Nordic's official YT setup guide while installing.
The...
I am not able to flash nrf5340 using seggar embedded stdio and nrf connect .... nothing seems to be working!
I am attaching the log file
nrfjprog version : 10.13.0
JlinkARM...
I am new to NRF chips and trying to read, write, and erase to flash using nrf_fstorage. I have looked at the example project flash_fstorage and I am able to successfully read...
Hi All,
I'm trying to generate an interrupt on the X PWM's falling edge. My idea was to setup the PWM and count the number of falling edges using PPI & a timer / counter...
I have following code fragment to enter nRF52 into power-off mode. There is s132 softdevice 3.0.0 running and my SDK is 12.0.0:
int32_t ret = sd_power_system_off();
...