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...
hello i am using nrf52832 DK and working UART_APP_BLE , i want know where the data will be stored when we send any message through mobile to the device. can we see the received...
Hi, I am new at programming.
I am trying to program nRF51822 DK. But My Desktop can't appear J-Link Debugger as a USB drive.
I read some posts about that but I didn't...
Hi .......Clan
I am planning to make chatbox mean chatting (transferring the messages) between the central and peripherals even peripheral to peripheral , and device peripheral...
Im using MCP6S21 amplifier which takes input from some I to V converter and output of amplifier is connected to nrf52832 via I2C pins so how to change or vary gain of amplifier...
I am having a problem running MQTT_Simple on my nRF9160 DK.
The COM Port shows the following:
***** BUS FAULT ***** Precise data bus error BFAR Address: 0x4002a514 **...
Hi.
I am using the nrf9160 with the latest firmware and with all the instructions followed, I get this error . Faulting instruction address = 0x3648 Fatal fault in ISR!...
Hi,
I am working on mesh bluetooth using nrf52832 with PCA10040 , I used example from nrf5_SDK_for_Mesh_v2.0.1_src , my questions are
1.How many bytes(Max and min) can...
Our device allows only one device to pair and delete the original pairing information when there is a new device paired. Restore the original pairing information if there...
Hi,
I am using the nrf52832 dk for my project.
I am using the RX characteristic of the NUS example to send data from the phone to the dk.
In the same code i am also...
I tried to build the "nRF5_SDK_15.1.0_a8c0c4d\examples\crypto\nrf_crypto\aes\aes_all_cli\pca10056\blank" source code but I got the following error,
.\_build\nrf52840_xxaa...
Hello,
While i am trying to find the definition of SER_REQ_ENC_BEGIN(SD_BLE_GAP_ADV_START); it is there in the file ble_gap_app.c
When i right click on that function...
What is the difference between nrf5232, 1.8V and 3.3V power supplies? What should watch out for when replacing a 3.3V power supply with a 1.8V power supply?
Hi,
I'm developing a central application and I want my central to read the device name characteristic from 3rd-party peripherals. I do not know the length of the data in...
Hi,
I've been trying to develop a custom service for a Bluetooth application. This custom service (called ble_dts - Data Transfer Service) has two characteristics - Spectrum...