Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
When I try to enable SD having earlier initialized Gazell (SD resources variant) sd_ble_enable() returns 2 (SOFTDEVICE_NOT_ENABLED). If I remove the Gazell initializaton it...
I am trying to work with a custom 3rd party BT 4.0 peripheral device which uses an nRF8001 to transmit data as temperature values in the Bluetooth Health Thermometer service...
Hi,
Slight problem here with bootloader updates : right after download, I copy from SWAP (0x16000) to normal location (0x38000 in my case).
sd_mbr_cmd.command = SD_MBR_COMMAND_COPY_BL;...
I am wondering how to precisely measure my power consumption. Till now, I have been using INA216 on PCA10004 board + labView for acquisition, but it is not precise enough...
I was working my way through the app note nAN-36, where it says you should have a seperate source and header file for each service. However in many of the newer SDK examples...
New to embedded world. Trying to interface MPU6050 w/ nRF51 DK via TWI. I have included the external MPU6050 drivers and everything compiles in Keil (except for last few lines...
I will be building PCBs with an nRF51822 module. I was reading in another question that perhaps the best way to program the nRF51822 on multiple PCBs is to use the SEGGER...
The nRF51822 softdevice is generating the following disconnection event:
11:20:09.363365 : BLE_GAP_EVT_DISCONNECTED c=x05dd
11:20:09.365011 : reason = x002a
11:20:09...
The Health Device Profile is continua compliant. Are BLE health related profiles like Heart rate profile, thermometer profile continua compliant as well? Do these profiles...
Hello, I was wondering what the proper process is to set the measured RSSI values at 1 meter is. RSSI at 1 meter is a part of the iBeacon standard, and is also useful for...
I am PHD student in china and doing research about gait retraining. I am designing wearable sensor that monitoring gait and giving vibration feedback to retrain the gait and...
I've implemented my DFU app on Android(4.3). During the test, I found a strange problem, that the performance of writing image data into swap area is very very slow. My Softdevice...
Hi
I thought: let us quickly migrate to the latest SDK.
But that seems to be harder than anticipated.
I run into a number issues when compiling with the new code:
...