Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hi,
I want to measure ADC for 3.3V
Using formula
RESULT = [V(P) – V(N) ] * GAIN/REFERENCE * 2 (RESOLUTION - m)
Rearranging eqn:
Vin = ( RESULT*REFERENCE)/(2 (RESOLUTION...
Hi,
Does every nrf9160 chip have its unique chip ID? if yes, is it the one which can be read by the AT command AT+CGSN ? and can it be used as the board serial number? ...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
We are using nRf52840 chip with Nordic SDK 15.0 version using SES IDE. When we use debug mode in build configurations program is not working or not debugging got error as...
Hello All,
We are trying to use nrf52810 with S112 soft device and 14.2 SDK.
We have problems with random disconnection with error number 8. This happens when central...
Hello,
I am attempting to run the Nordic-Thingy52-mesh-demo using nRF Mesh v 1.1.0 for Android but the nRF Mesh app's scanner cannot see my DKs. I can see the mesh from...
Hello All,
We are attempting to instrument our software and yours. The desired output is data for a call-graph list and time stamps for each entry and exit into a function...
Why does the pushing a button located at GPIO_9 not call the interrupt handler and therefore print the statement to RTT?
#include "GPIO.h"
#include "app_error.h"
#include...
We are currently using nRF51822-CEAA rev2 on the production boards. As this part is obsolete, I was made aware of nRF51822-CEAA rev3 as a replacement . So I have some questions...
Hello,
I have a nrf51822 application which is communicating with iOS (iphone) via BLE HID service. It's only purpose is to send a screen lock HID code to iPhone. The bad...
Hi,
I've been using nRFgo studio to program hex files to the board.
Most of the time it has been working trouble free.
However, a while ago we got one, and than one...
Hello,
I am trying to program my own provisioner. I am able to connect to a device, following this Provisioning Procedure .
How can I now configure the node? As far as...
Hi,
My team is building a wearable application similar to a smartwatch.
Our system requires two main operating voltages. 1V8 and 3V3. I was thinking that we would use...
Hi there,
I am using the nRF connect app on Android to see my dongle's name. I want the name to change every 5 seconds from one name to another. This is just for evaluation...