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...
There're 2 things annoying me:
1.What's the right way to use VS code, does every time I need to open VSCode in ToolChain Manager?
I just want to open VSCode directly,...
Hello i am working with the example ble_app_uart and i have created one new service and two characteristics. The firmware was working fine with no errors. However my computer...
Hi,
This is the follow up on this question , I'm not sure how it was closed.
I'm getting different execution times (not transmission time, like mentioned in the answer...
Hi,
I want to debug my nrf5340 custom board with logger method. I have tried to follow the Nordic's nrf connect SDK course. And I have written the code and just flashed...
The problem i having seems to be tricky and i spent hours trying to figure out whats happening. So, i will try to put all details possible. Im two days with this issue and...
Hi there,
I faced this issue while I was setting up a test through two UART0 & UART1 ports on NRF5340 chip, using baudrate 1000,000.
Here is the setup:
UART0 &...
I currently use nrfConnect on android to download firmware to nrf52832s. I am just getting started with nRFUtil and the dongle.
If I understand correctly, I should be able...
I have a nRF52 DK from DigiKey that I've been evaluating and I ran into an issue: I had a custom app that was talking through Bluetooth and sharing some custom characteristics...
Hi, I'm using NXP LM75B temprature sensor based on nRF SDK's example code.
I would like to save power on this sensor.
I have prepared the code as follows:
Following...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
I'm developing for nRF52832, SDK 17.0.2 and softdevice S312 7.0.1.
After I upgraded from Segger Embedded Studio 6.22a to 6.30 I found that turning on any compiler optimisation...
HI DevTeam,
I'm using the nRF52840 as co-processor due to the semiconductor shortage and I don't need to use the RF section. What should be done with the antenna pin in...
This is the implemenatation spec for GATT server database (reader) firmware i am working on.
I have implemented advertisement packet using nRF Connect SDK latest.
Not...
Hello,
I am customizing the BLE DFU bootloader for nrf52820. Integrated an LCD to it.
Now I need to display the percentage of firmware download on the LCD. It will take...