Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
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 All,
I want to know Maximum External flash size supported by nrf52832 .
On which parameter Maximum size of external flash depends?
If it depends on usage, then...
Hello,
I'm currently using a bootloader based on the one included with SDK 15. We're close to mass production and I need to decide on how much space I should leave for the...
Hi,
I have designed a system that uses the SAADC to sample 3 analog inputs in scan mode at 8 KSPS, performs downsampling by a factor of 8 using the DSP, and sends the results...
Hello community and Nordic support.
Very briefly about my profile: I have worked with NRF52 chips in my previous company for about half a year and have a good understanding...
in my tutorial I need to implement an I2C or TWI sensor on a peripheral BLE. In SoftDevice Software in Example-> Peripheral there are 2 methods 1) twi_sensor or 2) twi_master_with_twis_slave...
I used nRF Mesh app both iOS and Android versions to communicate with
nrf5_SDK_for_Mesh_v2.0.1_src\examples\light_switch\client
and
nrf5_SDK_for_Mesh_v2.0.1_src\examples...
The system consist of two nRF52832, one acting as SPIM and the other one as SPIS. I hace created a while loop always asking for certain amount of bytes but the MISO line on...
Hello, I am new to nRF micro-controllers and using Netbeans. I have cloned the repo of a project I would like to run, which builds successfully, and am getting the following...
Two questions. 1) What is the point of the watchdog ISR? In the Ambiq Apollo 2 microcontroller, the watchdog ISR fires and if the CPU doesn't pet the watchdog slightly after...
Hello I have problem with Mesh Serial Example and Interactive_pyaci, it works just in Debug-Mode. I use nRF52840, nRF5_SDK_15.0.0_a53641a, nrf5_SDK_for_Mesh_v2.0.1, Python3...
Hi I am trying to optimize my nrf51 app for low power. However I can just reach 0,500mA when just advertising (advertisement only is ok for me). Do you know or do you have...
I am trying to integrate the NFC read/write functions in my BLE application. I have used the writable_ndef_msg project functions to start with. The project on its own works...
Hello
For my final year project at Varsity I am creating my own smartwatch + edge computing IoT system. The watch and infrastructure needs to be as low-cost as possible...
Hi,
I am using a nRF52 DK board and programming in python.
After performing a successful DFU over BLE i want my Target device to be disconnected from the nRF board so...