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...
I have merged two program SPI slave and ble_app_uart
I am getting these two errors
undefined reference to `nrfx_spis_buffers_set'
undefined reference to `nrfx_spis_init...
Hello,
I'm using nRF52840 dongle. I implemented a virtual COM port to send messages to my computer. My problem is that I can send messages only if I'm already connected...
Hello everyone, I ask for help to install the new version of SES in Ubuntu Linux 18, since the license is not recognized by the em nor the hardware, I can program the card...
After enter low power mode I aim to config to wake up on a 1 sec timer, but in 20 us the event 0x26 comes. I cannot find what event ID 0x26 is and how to disable it ?
Info...
I am having an issue when building the hci rpmsg example for the following youtube tutorial
Zephyr RTOS and Bluetooth LE on the dual-core nRF5340
I've tried figuring this...
Hello,
According to the description in below page, " The image can be an application image, SoftDevice image, bootloader image, or a combined image of bootloader and SoftDevice...
I am trying to interface adxl362 sensor with ANNA-B112 evaluation board.i am trying to read the part id to check the connection. The code is pasted below.
nrf_drv_spi_config_t...
Hi! I am using the 52840-DK dev board.
I want to use two pins, P1.0 and P1.1 as GPIO output pins.
In my code I have;
nrf_gpio_cfg_output(BLE_CONNECTED); nrf_gpio_pin_clear...
Hi everyone,
I want to serial print three float values (x,y,z) from an IMU. I use the MACRO NRF_LOG_ERROR( "Float_Value: " NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(value...
Race condition in starting the ADC following calibration. I am trying to start the ADC in the interrupt routine when the end calibration is reported, however I have unreliable...
Hello,
I have two brand new nRF52 DK eval boards version 2.0. On both boards, the reverse charging diode D8 is missing. That diode is required to power the board externally...
Just trying to build Nordic sample codes S110 with nRF51822.
Here is the error. These are hidden file. I guess some configuration is not correct but I'm not sure.
---...
SDK: 15.1 IDE: Keil Softdevice: S132 v6.0 Hello, I am using the ble_app_uart example as a starting point. My goal is to send 5 bytes every 5 seconds to another nRF52 Development...