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...
Hello once again Nordic World,
We are preparing code for production, and one of the last issues to resolve is how to "uniquely" connect our ble_app_uart peripheral based...
Hello,
I'm working on NRF52832,using SDK16 Segger Embedded Studio
now the thing when upload APP_NOTIFICATION it works and also discoverable.
but when upload APP_UART...
Hello.
I just found here: https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_architecture.html
something like this:
"To turn on sensor...
I am trying to trigger my target device (nRF52832) into DFU mode using nRF52832 DK.
According to my approach, I need to send DFU bootloader given in "installed folder:\examples...
Hi,
I am a hardware and software embedded developer. I used to SKY369 based on NRF52832 in our bluetooth project, i use softdevice S132 firmware. I can programming with...
Hi All.
SDK15.3.0 / DK / nRF52840
I've been testing DFU on nRF52840 with DK.
When i tested it on nRF52832 all works fine. i followed this ( https://devzone.nordicsemi...
Hi,
Is anybody tried to implement GPFS on NRF52? https://developers.google.com/nearby/fast-pair/spec In general, everything looks clear, but want to save time on development...
Hi,
After adding ANCS client service to my firmware, firmware crashed.
Investing I could see it was failing to allocate memory
File: task.c
Line no: 2012
else...
HI ALL
I am using SDK15.3.0 to familiarize myself with GPIOTE functions,But I have encountered some problems.
First ,I registered 4 GPIOTE pins on the DK board,and I need...
Hello!
As the title suggests, I want to know how to use DMA with fatfs. It is defined like this, but now is fatfs using DMA?
It takes 18ms to write 512 bytes with f_write...
Hello,
I will use the I2S driver instead the direct acess to the registers.
I have implemented the registers version like this and it works / sounds normaly.
now I...
I am not able to create my new User account in nRF Cloud and I can not test my Thingy 91. I tried Google Chrome and IE but both Browsers did not work. I tried my iPhone Safari...
I did a chip-erase on the NRF51 DK. However, when I tried to reconnect and program the DK I get the error: Failed to connect to target, no Idcode detected
I tried doing...
Hello,
At the following line
I get the error:
hal.c(35): error: #20: identifier "NRF_DRV_TWI_INSTANCE_0" is undefined
When looking further it seems likein the...