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...
I can not find information about layer stack-up and whether the via-in-pads were filled, please provide this information. We are thinking about a variant with thin outer layers...
Hi, I am trying to combine SPI, microESB and BLE. BLE and microESB will not be combined in realtime, but rather be two distinct modes, and not run at the same time, and therefore...
[test result] change to use Timer1 of timer example,it failed. if you use timer0, it is OK..
SDK IS 9.0:
nRF51_SDK_9.0.0_2e23562\examples\peripheral\timer
[test step...
Is there a way to access the lower level clock which a connected slave uses to stay in sync with the master. We want to use this to keep our PWM in sync. We are looking for...
Hello,
After looking into forum regarding usage of S130 stack for using the device as both central and peripheral, I understood that the peripheral and central can concurrently...
Hi All,
I have query regarding PWM usage in nRF51-DK. I have a requirement to control 3 LEDs (brightness and power) simulatneously. I intend to use PWM for the same. But...
Hi there! An error occurred in device manger. It was caught at the first APP_ERROR_CHECK in device_manager_evt_handler. Error code is 0x88. I can't find this error code in...
Hello,
I do not see the bootloader files for this example in SDK 0.9.2. Where can I find the boot sequence for the ble_app_hrs example, and in what files is the boot setup...
Hi,
I don't see in SDK 0.9.x any examples pertaining to accelerometer peripherals. I see a TWI sensor example from the nRF51, but I am working with the nRF52. Are there...
The nrf8001 datasheet seems to mention that there should be no connections when sleep command is sent. So I wanted to call aci_disconnect first. But what reason do I use?...
Hello,
I received the nRF52 DK and tried setting it up as described in infocenter-->nRF52 Series --> Get Started.
I have the following installed:
Keil uVision5
Error...
Hi,
I noticed that I'd occasionally hit an error when calling into nrf_drv_spi_transfer using the SPIM driver (SPI0_USE_EASY_DMA set). nrf_drv_spi_transfer was returning...