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:
nRF52832 SDK17.1.0\examples\peripheral\spi\pca10040 , Is the maximum frequency of the SPI in here only 8M?
The following screenshots:
Can't the frequency be set...
I cannot add new devices on the nRF Cloud anymore.
After (intensive) trials with the cloud the Account screen changed and the relevant input fields are missing.
Therefore...
Hi all,
I occurred a weird phenomenon while debugging custom nRF52832 board.
Basic idea is to enable ADC(including nRF52832 ADC module and a LDO powering Analog front...
In nRF Connect 3.7.0 I'm trying to configure the NRF Matter cli as described:
github.com/.../nrfconnect_examples_cli.md
In SES I changed CONFIG_CHIP_LIB_SHELL=y:
After...
Hi,
Our product has the nRF52840 with onboard BLE antenna.
As the BLE link is on and operated i.e. communicates with TWN pad the wireless Microsoft keyboard and mouse...
Hi, nrf5832 nRF5_SDK_17.0.2 Application: we need only advertising every 10seconds, but not power optimized. The main goal is consume as low power as possible. We followed...
Hi,
I would like to know why FDS_CRC_CHECK_ON_WRITE and FDS_CRC_CHECK_ON_READ are 0 by default in the sample code. I think it's better to set it to 1 by default for write...
Hi,
I have a question about the nRF5340 pdk device and the supporting documentation.I want to know the maximum current of nrf5340pdk's GPIO, but it is not stated in the...
Hi,
what is the reason that the TX power of +8dBm of nrf52840 was reduced to +3dBm for nrf5340?
Does this mean that the transmission distance is almost reduced to half...
I have a custom nRF52833 board that acts as an HID device, which works perfectly. I now need to get values from the USB to the serial monitor for easy debugging purposes....
i found that 52832 will always restart while power supply voltage between 0.6V - 1.0V。if lower than 0.6V or higher than 1.0V. it won‘t happen。my pseudo code is follow:
power...
Hello everyone,
I'm using the NCS/Zephyr settings subsystem to store some application data in non-volatile memory.
The settings structure looks something like this:
...
I'm working on ncs 1.6.1 and nrf9160-DK.
I need to use SPI1, so i confirmed that UART1 is already disabled by default in ncs\v1.6.1\zephyr\boards\arm\nrf9160dk_nrf9160\nrf9160dk_nrf9160ns...