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...
Hi,
I previously pointed to nRFgo Studio when the CE/FCC lab wanted to do fixed frequency testing. However I see that now nRF Connect also has a Direct Test Mode application...
I am considering employing the nRF52832 in a BT mesh configuration.
The nRF52832 has a built in RC oscillator (LFRC), or allows connection of an external XTAL based oscillator...
Hi.
Using an nRF52832 and SDK11. I use a button for wakeup. Problem is, when releasing the button, I do not receive a release event after wakeup (so the first release)...
Hello All,
I am now planning to add DFU service to my HRS application ( examples\ble_peripheral\ble_app_hrs\pca10040\s132\ses )
I am using SDK nRF5_SDK_16.0.0_98a08e2...
Please understand my low English level.
I am writing code to use nrf52840 dongle. I'm putting together a few examples now. However, some functions are not performed because...
Hello everyone,
I am trying to add twis i2c slave in ble_template project. I found twi_master_twis_slave example in the sdk. I merge the project but ended up with following...
Hi,
I need some details about the button configuration
To perform a Single Button configuration like
One click (BUTTON_RELEASE)
Double Click (BUTTON_RELEASE)
Button...
Hello.
I'm playing around with GPIOTE example. I have all the include paths correct and the project can build fine. But I'm having error in the line
The error is at...
Hello there,
I would like to have my device serial number be set over uart and stored persistently via the nrf52840's SRAM in a ROM fashion. Is this possible? If so, where...
Hi,
we bought a few 3rd party modules ( https://www.raytac.com/product/ins.php?index_id=95 ) with nRF52833 on it. Just with lipo battery on VDDH Pin, VDD has an voltage...
Hi,
I am running this example from SDK 15.2.0.
In my serial port prints the timestamp wraps at 1 second:
What should I do in order to see correct timestamps?
Hi,
I'm using the the pc-ble-driver together with the nrf-ble-driver-4.1.1-win_x86_32 library and two nRF52840 dongles on two different COM ports.I'd like to clarify on...
Hi,
Please help to explain the “onboarding” process of nRF9160 SIP (via its IMEI) used in our product . — For example in production we buy 500 nRF9160 SIP’s from Nordic...
I am trying to use the ble_eddystone_app on a nrf52840 dongle. The way this app appears to work is so: 1. device starts in advertising but not connectable mode
2. pressing...
Hi team,
I am using SDK V16.0.0 and looking at the flash_fstorage_s140 example. There are wait_for_flash_ready function calls after the nrf_fstorage_write function calls...