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!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
I am trying to perform a dfu upgrade according to: infocenter.nordicsemi.com/index.jsp
The exact command I am running is: nrfutil dfu ble -ic NRF52 -pkg dev_board_bl.zip...
There is something I want you to tell. Do you know how to allow other interrupts (specifically IRQ pin) while interrupting app_timer? I studied variously, but I can not find...
While I'm waiting on answers to other questions, I thought I would try to nrf_Logging with the Segger RTT up and running. It sounds like a pretty tool.
I have created a...
As picture, This is the external circuit of 52832, and I've drawn out P0.09,P0.10,P0.17,P0.18,P0.19,P0.22 of these six gpios, each of them for control purposes, and now P2...
Looking to make the nrf52 DK into a CR2032 coin cell battery tester. I tried a couple of sdk 15.0 examples, uart, proximity and another from a devzone case but not really...
I am using the nRF52840 development kit and running the SPI peripheral example in SDK 15.
I am having trouble displaying a static value in my watch window.
static const...
Dear All,
I'm using NRF24LU1P USB dongle to emulate mouse and keyboard. I've taken nAN-22 firmware as HID example and modified code to behave as 2xHID composite device....
Hello!
I have been trying to get logging functions to work. Looking at previous threads I have enabled the the following macros in sdk_config.h :
NRF_LOG_BACKEND_UART_ENABLED...
Hi.
I am trying to add a delay to a project using nrf_delay_ms(100);
I have added the following, however I get an error saying "nrf_delay.h: No such file or directory...
Hello Sir,
Please tell me that the production of NRF24L01P is stopped or still available. If stopped, please suggest me perfect replacement of this chip so that my developed...
Hi,
I have NRF52840 DK, and trying to connect BNO080 to the nrf52840 DK and program the board in order to use the 28ms delay prediction feature. I already have some of my...
Hi everyone,
after a few days of analysis, I was able to find out what is the problem making my board consume a lot when idle.
I use SDK 15.0.0, softdevice S132 and a...
I am using SDK 14.2 in eclipse/GCC.
I have enabled HARDFAULT_HANDLER_ENABLED in sdk_config.h, hardfault_handler_gcc.c is in the project, and I also have hardfault_implementaion...
Hello,
I am using nRF52832 with softdevice and SDK 15. I want to send my MAC address through NFC. For this purpose I use "record_text" example. I can read the MAC address...
Hi
I tried SDK v15 sample code - "usbd_ble_uart" on nRF52840-DK.
After programming & plug-in USB cable on J3, I can see there are two com port on the device manager. ...