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...
Hi everybody.
Now I trying to make BLE central device.
I'm using nrf52832.
SDK : 17.0.2
SoftDevice :S132 7.2.0
(I'm completely new at nrf52 product.)
In case of...
hello
I'm currently developing a system that requires a nrf5280 to transfer data to an android phone through ble.
I've based my application on the Object transfer service...
I am entering the saadc source code based on ble_app_uart.
devzone.nordicsemi.com/.../i-am-creating-a-saadc-project-based-on-the-ble_app_uart-project
The source code...
I am advertising services, characteristics and descriptors. All are seen by nRF Connect (for iOS) but in the log I see this:
[Callback] peripheral(periphal, didDiscoverDescriptorsFor...
Hi,
We are currently evaluating a project, that uses the nrf52840 with an SD card and is connected as a USB device. One of the uses is the MCU is writing data to the SD...
Dear all:
When the PC1001 board connected with other BLE devices, how i can voluntarily disconnect them?
it seems that the use of the sd_ble_gap_disconnect function has...
I would like to use the latest version of Mbed TLS (2.26.0) on the Thingy:91 and then realize a TLS connection using this version. As a first step I integrated this particular...
Hi Nordic Team,
1. Actually we try to debug "Mesh Light" sample code using "Build and Debug" option of Segger Embedded Studio.. 2. Unfortunately debugging stopped at below...
hello,
i am using nrf52840 in our customised board and trying to interface it with GDEW0213Z16 2.13 inch display which uses spi communication i have added the necessary...
Hi.
I'm new on this form and also new on nrf dev board. I want to use OLED with nrf52832 using Twi / i2c. I grab some code on Github https://github.com/monpetit/nrf52-spi...
Hello , I am trying to develop my own application using ble mesh sdk in nrf52840 provided by nordic.I have gone through various examples and various blogs.
I want to know...
I'm using NCS v1.5 and nRF52840
I'm trying to achieve low power consumption.
I turn on scan using, which draws around 9.5 mA.
What I'm then trying to do is turn scanning...
Hi, I want to create bootloader for my code. For that I have install Python3 (Python 3.9.1)
followed by installing pip and nrfutil
python -m pip install --upgrade pip...
I use sd_ble_gap_device_name_set to set 10 chars device name
then getting NRF_ERROR_INVALID_LENGTH in sd_ble_gap_adv_set_configure.
all OK when tested 3 chars device name...
Good morning,
I am developing an application that needs to match a central with a specific peripheral. For this, the first time they connect, the address must be saved and...