Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello,
I would like to know if I can use nRF51822 chip to get partial BLE packet information like Access Address, PDU before the whole packet has arrived.
If yes how and...
Long title, but basically sums it up - is there any way to put the nRF51 into the off state from within the hard-fault handler if the soft-device was enabled prior to the...
Hi guys, I am trying how figure out the the devzone.nordicsemi.com/.../ works or ecuations to estimate the battery life using a central module.
My central device is battery...
Hello,
I am using nrf52832 board, with SDK 11.0.0 and s132_nrf52_2.0.0. and trying to program a 512 Bytes text file using nrfjprog (J-Link: JLinkExe) in flash.
The nrfjprog...
Can anyone on the Nordic Team provide some updates on these two projects in GitHub
pc-nrfconnect-boilerplate and pc-nrfconnect-core
Are they ready to start developing...
Hello developers,
I am trying to integrate ADC, TWI based MPU6050 for accelrometer with ble_nus service for data transmission. The ADC and MPU6050 works perfect but once...
I want to use sha256 library with S130, I have checked the documentation here developer.nordicsemi.com/.../a00985.html
Its very confusing and I have no luck yet, has anyone...
Hello,
Two years ago I develop a board with a nrf51822. Right now I'm trying to use the same board again. I installed the new SDK 12.3.0, GCC ARM, nrf command line tools...
Hi all,
I'm currently trying to get the UART example (no SoftDevice) to work under Segger Embedded Studio. What I know is, that retarget.c is used to redefine the neccesary...
Hello,
I've been implementing DAC control trough SPI and DMA using the NRF52 and it is working nicely. During development however I encountered what i think is a bug in...
Hello
i am using the NRF52 EvalBoard and a ADXL362 EvalBoard. I am trying to read every 100ms the FIFO buffer of the ADXL362. Below you can see my register configuration...
I can't get NRF_LOG working with SDK12.3.0.
Using the same main.c and sdk_config.h from SDK12.2 - here NRF_LOG is working well - I get no messages in J-Link RTT Viewer with...
I have made following connection between nordic device and external sound sensor:
VCC--> 5V
GND--> GND
GATE --> Pin 04
ENVELOPE --> A0
I would like to...
Hi all,
Can you give me an estimate about the power consumption required for the update Fw on OTA.
Our product has a solder batteries, so it's important know if in his...
I am using proximity profile using NRF52 DK.When i started measuring power consumption it is not at all coming less than 2mA.
In order to make as low power ,is there any...