Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
We have been using SDKv11.0.0 with S130 softdevice on nRF51822-QFAA rev 2 on a custom board with no problems at all.
Since our nRF51822 BLE module vendor no longer support...
Hi guys,
I flashed the mbr hex file and then the open bootloader to a custom nrf52840 board. When i first connect it, it boots into the bootloader mode and i am able to...
Hi,
I need to use
p_status->action == RELEASE_ACTION
to set the brightness level, but the p_status->action only gets updated after the loop finish so:
if (p_status...
Using the Border Router Quick Start Guide I've created the following setup.
2 Raspberry Pis, each with their own nRF5280-DK running RaspPi_OT_Border_Router_Demo_2.0.0...
Hello,
I am using nrf52840 with OpenThread stack. While I am using FDS to store application data, it seems the OpenThread dataset is written in the same area. Thus, the...
Hi to all. We develop new battery sensor based on nRF52832.
We already have an experience with Li SOCL batteries ER14505-VB 3.6V, and satisfied with it. Have in stock also...
I use sdk15.2. bootloader nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble_debug. Application nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu...
Hello, I'm currently attempting to display a screen during an OTA-DFU process. First and foremost, through BLE, a BLE Central will command my BLE Peripheral to commence DFU...
I am working with NRF52832 master with TWI slave device, however , since our board already has external pull-up resistors (10K) , how do I disable TWI internal pull up resistors...
Hi nordic
I am using SDK 14.2.0 Softdevice s332 5.0 Board nrf52840.
I am doing test about DFU example and I am writing in flash about test image.
It is possible. I made...
Hello.
We have a working DFU system using Nordic's Secure Buttonless DFU bootloader. The bootloader correctly checks if the incoming DFU package has the correct 'init packet...
Hi all,
I am curious about the storage capabilities of the Nordic Thingy. I would like to store information about the received messages like a timestamp. How much data can...
So, here is an interesting and fun one: I am using a module with the nRF52832 to control an LED driver with a PWM, we
According to the documentation http://infocenter...
I am starting to use FDS for saving data to flash memory. In the "flash_fds" example the macro APP_ERROR_CHECK() is used to check for errors in most of the function calls...
Hello,
I tried to send data through the proprietary radio. My devices are NRF52832. The data I would like to send is an uint8_t array:
Right before I send it out, I...