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 using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
Hi,
Intention:
I'd like to build and run ble_app_uart example application on my custom nRF52811 PCB.
Development Setups:
OS: Windows 10 1803
MDK-ARM Professional...
HI
We need stencil details for the above said chip, along with the details of pad opening for stencil, thickness, solder paste type to be used , reflow profile, & thing...
Hello,
I am using nrf52832 with PCA10040 and SDK15.1 along with a temperature sensor MAX30205. So far I can write, but I am realizing that I cannot read the second byte...
Hi, I'm using the nRF52840 SDK15.2.0 I'd like to get data from a digital microphone via a PDM interface. The teansfer data to speaker via a I2S interface.
Here is my problem...
I use the SES ver 4.12 with embOS of Segger.
It happened to me all the time.
I take an example from Nordic. I rebuild it with no warning. Then I take and add my files...
During the firmware running, there will be a HardFault_Handler error occasionally.
Is there any way to locate the error source?
Is there any good way to catch the hardware...
Hello. I have a problem with enabling nrfx module. I get this error during prohect compilation: 'NRFX_TWI0_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_TWI_INSTANCE...
Hi,
I'd like to set 3 nrf52840-DK in the following way :
One device acts as central
2 devices acts as peripheral
I'd like the central to be connected to both peripherals...
I have custom board with nrf 52832. I am using SDK 12.3.0. and soft devices s132 V3.0.0 to transmit advertising packets with advertising interval 1s. I have written simple...
I already have a few devices in the field, and I'm curious if it is possible to occasionally update the signing key (e.g. to upgrade key, or compromised key, etc). If not...
Hello, I want to establish a connection between NRF52832 IC and ESP32 Module.
I implemented BLE on ESP 32 and achieved communication between Nordic Mobile app and ESP32...
Hi,
I am trying to used the WINC1500 Wifi module with the nRF9160 DK but I am not getting any data back from the module.
I am using the module
https://www.microchip...
Dear Nordic Support,
I follow this SAADC example to calibrate the SAADC every SAADC_CALIBRATION_INTERVAL.
However, whenever the function nrfx_saadc_abort() is called...
I am running into a strange issue. I want the bootloader to start automatically when I power on the device and then start the application if there is no activity after 30...