Hello,
I need to use Port 1 pin 8 as an interrupt pin:
This results in the error NRF_ERROR_INVALID_STATE, when nrf_drv_gpiote_in_init() is called. Everything works fine...
Hi, I am using nrf52840, SDK v17, SES v5.10 ble_app_uart example for the development.
I am able to send data from the nrfConnect app to uart but not more 1 byte at a time...
Hello,
I am using an nrf5340-DK board and the SDK 1.9.0.
I want integrate the FOTA functionality into the example which was provided by Nordic Semi:
nRF Connect SDK...
Hello all,
referring to this tutorial https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentSortBy...
I want to change the connection params in peripheral role with nrf52840 without informing the central device to do the actual setting operation, yet I don't find a relevant...
i m using nrf5340 cutom board, so i m using rtt logging method using jliink rtt viewer , to see logs .
so, when i am going to project section at top in embedded segger studio...
Hi,
I saw that the problem i am experiencing has already been described and reproduced in this ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/87295/busfault-when...
I followed your step by step guide available on your site for installing the SDK and Toolchain. My system are Fedora 36 with VS Code IDE, but the system detects the errors...
Hi, I'm running a DFU ble_app_buttonless_dfu on nRF52833. Unfornately, my board is not supported it use pca10100. SDK 16 only supports pca10056 and 10040. I have used pca10056...
Hi! I've been struggling with a bug on a nrf51822 product I'm working on. It features some I2C devices, a screen and a couple of sensors. The mcu gets a watchdog reset due...
I have nRF52832 with factory reseted FW.
I need to make 52832 enter bootloader mode without pressing button. By just RPI4 PIN control program.
Planning PIN connection...
Hello Community!
I have an nRF52840 DK and the Segger Embedded Studio. I have Open nRF Connect SDK Project... and chosen serial_lte_modem. I build the solution modifying...
New design and I have a weird behaviour on the low voltage output of the internal LDO for CPU .
I have monitored DEC1 voltage on scope
Thats all the supply pins...
i am working with s140 on nRF-52840 and i send the data with sd_ble_gatts_hvx() and notification on custom service but the length of transmitted data always = 501 even if...
Hi All
I have been successfully using a jlink flasher for quite a few years now but after upgrading the segger drivers as i have always done ever couple of months i now...
I'm attempting to check out the bootloader under the nRF Connect SDK 2.0.0. This is critical for us to be able to move off of nRF5. I am starting with the smp_srv sample,...
I would need some help undestanding zephyr bootloader compatibility and west sign options. The issue I have is as follows:
I have an old project based on Zephyr RTOS v2...
Hello Devzone,
Working with nRF9160 SICA B1A system in package, and Nordic's ncs v1.6.1 (Zephyr RTOS 2.6.0) I recently observe that a device tree board setting i2c instance...
i have a problem while i am using my phone to connect to custom service i mange to send and receive the data correctly but when i used nRF-connect for desktop the value of...
I have read the other threads regarding this, but doesn't appear to work.
I have noticed on my nRF52840 DK that P20 has a different pinout
So I have tried an assortment...
I have to implement a connection from my central device to another device with a specific name.
When I use the ble_app_blinky_c example everything works fine, BUT my central...