I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi, We have a nrf52 which runs some project using ANT, now we would like to implement BLE for UART communication between a phone and the unit. The code base is already extensive...
Hi,
I just connected an nRF91 dk to nRF Cloud, which worked fine. However, for some reason the GPS says I am in Trondheim, while I am clearly somewhere else in the world...
I try to communicate with NRF52832 with NRF51822 for the example radio receiver and works well with SDK5 12 3
when I try to communicate with E73 (NRF52840) board(E73(2G4M08S1C...
How to push Initiator to resolve its private address (seen at direct_addr of adv_report) when bonded private Advertiser does a direct advertising?
I need the only Initiator...
I've followed the procedure on the nRF connect cloud to verify the SIM card and add the LTE device, only once the LED3 and LED4 blink at the same time like it was connected...
We are using a NRF52840 chip (SDK 15.3) in an application and are having issues with the startup of the board. I managed to create an example application where I integrate...
Hi. I have attempted to add an out endpoint to the HID usb generic example (only 1 in endpoint in example as it is a mouse).
However it is not working. When connected my...
Is there any UART examples by directly accessing the registers?
Based on SDK15.0.2, for NRF52832 or NRF52810, higher freedom, higher memory utilization.
Hi, I measure current in beacon in Long Range mode. Behind 3 current peaks witch represent TX on channel CH37 CH38 CH39 there is a strange current peak, witch I don't understand...
Hi,
I can't build any samples anymore for my nrf9160-DK using neither SES nor CLI only.
I followed the "Getting started assistant", pulled the v0.4.0 version of the SDK...
We have successfully implemented & tested the working of SYSTEM ON SLEEP MODE feature in our nrf52840 devices.
Please reply to below queries for a similar issue:
Will...
hi, i've been trying to use uart in non-blocking mode (events available). Configuretion is the following: i have specify RX buffer (128 bytes) in init function, and in order...
Hi,
I would like to run the radio_test example on an nRF52811 chip for certification purposes.
What changes are required on the latest sample code and project to get it...
Hi all,
Is there any example to discover the custom UUID services with pc-ble-driver c/c++? As far as I understood, the ble_db_discovery is not supported for this driver...
Hi,
i am trying to Set TX power level from application using radio_modulated_tx_carrier() function from radio tool code. But when trying to run the code, application is...