We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Hello,
I have a working code to read data from BMI160 an IMU sensor. The data is sent over BLE. Is there any way I can display the int16 data as it is in android or windows...
I'm trying to read a voltage from my power supply using the differential SAADC on my board to simulate the readings from a thermopile that I ordered so I can start calibrating...
Hello,
I am working with nrf51822 and I want to send data over ble to an android application which requires pairing. I modified the ble_app_uart example to read the data...
Hi Nordic Forum!
We're currently tuning our antenna since we runed with some problems during our EMC testing.
In that regard, what is the impedance (both input and output...
Hi,
Is there no specific code of ble_app_uart_coexist meant for PCA 10056 and eventually s140?
Or will the same code work for the nRF52840 board?
I am using SES and...
I want to use the nordic USB peripheral drivers to allow for the initialization of multiple devices. The end result of the project will be to have a single nordic creating...
I am using the nRF52832 (on Rigado BMD-300 EVAL kit). I am using keil IDE and nRF GO to upload my compiled code to my device. I am using SKD 15.2.0. Using Windows 10.
...
i donot know why,because other board is ok.
i am using this project
\nRF52832 pack\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c...
I am migrating my project from SDK 15.0 to SDK 15.2. I was using CC310 to accelerate crypto in the bootloader.
While builiding the bootloader wit SDK 15.2, I got the error...
Hi team, Does the nordic chip receive a Bluetooth signal being communicated with a mouse, keyboard, cell phone, etc., and the sleep state (sd_app_evt_wait()) is canceled?...
Hi,
Can we use BLE 5 beacon with BLE 4 scanner?
As BLE 5 is long range which is my main concern. So, can I get that long range with BLE 4 scanner?
Thanks,
i have done the 10 dfu steps in DFU quick start guide when the boards are not far from each other it works but when i make them far a little
i mean one device in the area...
I am using a Sparkfun nRF52832 breakout. I was trying to install the Softdevice settings onto my Arduino IDE once I clicked on tools -> "nRF5 flash device " the blue ticking...
Current consumption of my code running RTC from LFCLK is ~2.5uA from the power profiler when I set the register values as. NRF_POWER->RAM[2].POWERCLR = 0x01; NRF_POWER->RAM...