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...
Hi, i am developing Zigbee window covering device on nrf connect sdk 1.9.1v which has 2 endpoints, but i am face issue when zigbee command is received and
device_interface_cb...
I have Ebyte’s E73-2G4M08S1C (nrf52840-QIAAC0/ aQFN73 module) where P0.19, P0.21 and P0.23 are not wired out :(
So, my question is which other pins could use / not use instead...
Dear Nordic Community,
I am trying to implement a porting of micro-ROS framework on the nRF52840 chip. As stated in their tutorial , the framework is compatible with the...
Hi,
I have started learning nRF5340 recently and have got the development kit as well.
I compiled first example of "peripheral_uart" but I am not able to program the board...
I have the ble_peripheral blinky example running, and I have a separate project with the USBD working fine (based on the usbd_cdc_acm example), but when I try to merge the...
The advtising data is 050501020304.That mean
advlen=0x05,
advtype=0x05,//BLE_GAP_AD_TYPE_32BIT_SERVICE_UUID_COMPLETE
advdata=01020304.
we want to set the 32-bit...
Dear Nordic Engineers
I use the NCS V1.9.1.I would like to building the openthread\coprocessor project on the nrf52840_dongle.I read this page: https://developer.nordicsemi...
Hi,
I found that runing a piece of code costs 490.21 us when OpenThread is disabled.
However, after OpenThread is enabled, the time changed to 746.3 us as shown in the...
In SDK17.1.0, there is an example called libuarte. Here the example uses UARTE0 to send and receive serial port data, and he is defined as follows.
NRF_LIBUARTE_ASYNC_DEFINE...
I was working in asset_tracker_v2 for AZURE_IOT_HUB. All was working well. I copied some code from another file and suddenly the errors started appearing as shown in image...
I'm using PWM library example using nrf52840 with SDK17.0.2 to run stepper motor, I need to run the motor based on duty cycle so how i able to run based on duty cycle for...
Hi. Can the nrf52840 prevent running code from RAM ? in general ? I know there are bits of code in the nrf sdk that transform byte codes into a function (so it's in ram) and...