Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hi, I'm part of a student project where we are building a rocket. The rocket will be launched in a desert with clear line of sight, to a height of about 3000 m. We need a...
I am trying to debug my nRF Secure Bootloader that was modified to DFU another microcontroller attached to the nRF over SPI. The bootloader works well and I can DFU the other...
Hello,
Can any body help me out in programming nRF52480 dongle directly through Keil uVision. Is there any way to program directly to usb dongle in nRF52840 dongle through...
Hi,
We are evaluating LairdTech BL654 module for our BLE application. We are able to use NRF 15.2 SDK to setup BLE based connection and data transfer.
We are sending around...
Hello I'm using the official example and BLED112 dongle with the demo from C:/Bluegiga/ble-1.60-140/src/thermometer-demo (main.c in attachment). The problem is that device...
I'm using SDKv15.2.0
I think there is a problem in nrf_dfu_app_is_valid() in components/libraries/bootloader/dfu/nrf_dfu_utils.c
If the CRC check fails, the return value...
Hi,
What is the timing of the indication retry mechanism (SDK14.2, nRF52832) ?
App use sd_ble_gatts_hvx() to schedule message for sending
At the next connection interval...
Hi, Great Nordic Support teams:
I'm wondering if the only limitation of the choice of L3 on nrf52832 layout is just the tolerance under 10%?
Cause it seems to be the...
Hi,
I've recently enabled the watchdog in our project which included buttonless DFU. Project is based on FreeRTOS, SDK14.0, S132 v5.0.0 on custom board nRF52.
Since the...
Hi All,
I'm running a windows box with Android studio with the GitHub Thingy Repo https://github.com/NordicSemiconductor/Android-Nordic-Thingy project downloaded. The project...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about SPIS and SPIS event "NRF_DRV_SPIS_XFER_DONE".
1. What would trigger event...
HI,
In need to generate a sweeping tone to drive a piezzo element, i determined the tone should be sweeping back and forth between 2.5KHz and 4.5KHZ at an approximative...
My ultimate issue is trying to get a bootloader working on custom hardware with an nRF52832. The bootloader is mostly the base UART DFU bootloader from the Nordic SDK, with...
Hi,
I'm able to run the DFU mesh from the quick guide and now I want to integrate the DFU into my application.
My application is based on the light switch example, so...