Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
Hi,
I'm new developing NRF52 DK.
I try to do a simply proyect to read RFID tags with the chip MFRC522, but i cant find a example to do this.
Help me. I worked for more...
Hello everybody,
I'm having a problem to display the temperature, pressure and humidity.
i followed this tutorial on a NRF5340 https://devzone.nordicsemi.com/nordic/b...
Hello, i hope you're doing well i'm using NRF5340 kit and trying to display ( H,T,P) values with the BME280 sensor but i'm getting this error
i'm recently having an issue...
Hello,
I have tried to apply for the SUPL license twice now. I was denied the first time for unspecified reasons and it has been over two hours since I submitted my second...
When I program the nrf9160dk with the example, the code detects the SSD1306, but the display looks like:
The image is only using the middle half (16 rows) of the display...
Hello,
I am new to thread technology, and I would like your advice. I studied thread CLI example and thread client and server examples. However, in these examples I did...
Hi,
Is there any example or libraries available for BLE direction finding with nRF devices. Including libraries for Angle of Arrival/Angle of Departure calculations, antenna...
Hello, when I try to send data via the UART interface using a printf statement, unfortunately this does not really work. Only one byte is sent and after that the application...
hello,
I have downloaded the DTM firmware and connected it according to the serial port pins defined in the figure below,
The selection of GPIO pins are pin 18 for RX...
I am trying to use the nRF as an intermediary bootloader for another microcontroller. All that I need the nRF to do is accept a 64kB binary file from my computer (at the moment...
Hello,
I have been testing the " ble_app_multilink_central " example given with Nordic SDK * nRF5_SDK_16.0.0_98a08e2 *.
nRF52840_DK board is working as the multilink...
I am getting an error when trying to run nrfutil, any tips on how to fix this?
~ ᐅ pip3 install --user nrfutil Requirement already satisfied: nrfutil in ./.local/lib/python3...
Hi,
I am developing project using nrf52840 and currently developing using SDK 3.0. (Once I complete my feature I will update to SDK4.1).
I am using the light bulb firmware...
Hello I am trying to run a simple zephyr bluetooth sample using nrf Connect SDK v. 1.5.1 I am using your nRF5340 DK The sample I am running is: beacon I followed your instructions...