I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
nRF52832 & SDK 15.3.0
I have the opposite problem to the one described in https://devzone.nordicsemi.com/f/nordic-q-a/60117/relationship-between-ble_stack_init-and-current...
hi I using nrf53832 and I used the your SW Bootloader from the SDK
we burning the application using BLE communication in your SW I see abort message NRF_DFU_OP_ABORT
I...
I've been piecing examples together and I think I'm getting close. I'm using the NRF52 DK PCB.
I can get the RTC to trigger callbacks but it seems to be running way too...
Hello, I'm an android developer.
I stuck at this problem while I was doing my job.
My task is to put BLE DFU function into our app.
To achieve this, I have put...
Hi,
I am Developing an Android App using Android-nRF-Toolbox source code.I want to develop this app using the NUS and DFU libraries.
I am a bit new in Android-App development...
https://api.nrfcloud.com/v1#tag/Messages/operation/ListMessages looks like:
The link highlighted in yellow is broken. Where is the documentation about device messages...
Hi Nordic team
Is there a smartphone available meanwhile to support LE audio streaming to the headset (nRF5340 Audio DK)?
Or are there IOS or Android OS updates, that...
I tried to establish communication between the two development boards and the phone. The specific process is as follows: One development board works in slave mode and the...
hi team,
I am using nrf52840 device and version is nrf52840_xxAA_REV3.board version is pca10056.i have one doubt every file and programme's are flashing throuh interface...
Hi,
I'm doing migration from sdk 1.9.1 to sdk 2.1 according to procedures mentioned in Migration Guide. All dtsi migrations were done sing script and later on manually reviewed...
I am using the NCS (2.0.2) SMP SRVR example with the bt-overlay.
I can connect via Bluetooth, but once I start the DFU update via nRF Connect I get an "Authentication is...
I have AES ECB encryption working on the NRF5 system, but I cannot get it working on the Connect SDK.
I have found CONFIG_CRYPTO_NRF_ECB config, but this seems to require...
Hi!
I'm trying to run SPI slave on nRF5340 - doesn't work - project doesn't even build, the SPI master is running.
Can I see an example of NRFX SPI Slave for nRF5340?