I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
A bit more detailed: A bug has been detected on the device under development. It is connected with the fact that if you try to disconnect a connected device on an iMAC Catalina...
Hi
I am trying to install the SES toolchain on my PC (Win 8.1) following exactly the nRF Connect v3.2.0 Getting Started Assistant. When trying to "Open nRF Connect Project...
I am using a nRF52 DK to program an externally powered board with a NRF52811.
I am able to flash a blinky program onto the custom board successfully using the output .hex...
Just as the title says, I'm trying to measure an input pulse width using PPI and GPIOTE. I am currently measuring the pulse width using timer interrupts, but I would like...
Good day!
generic_ponoff_setup_server_init causes Mesh assert error.
If I delete reallocation of dtt and onoff servers' subscription lists everything goes fine.
What...
Hi!
I have been using LoRa for communication for my product. I'm looking into using BLE mesh.
I have a couple of hundred sensors, all 1-2m apart from each other. Here...
In this scheme we use 2 inductor in a serial connection. 15 nH + 10 uH. Total inductor = 10.015 uH. ??? Is really need to add this 15 nH inductor? For why? If we just short...
When calling access_model_subscription_list_dealloc() from models_init_cb() an assert is triggered in sublist_invalidate() due to mesh_config_entry_delete() returning NRF_ERROR_INVALID_STATE...
I have 3 Nordic nrf52840 USB dongles , several Particle Mesh Argons and have ordered an Arduino Nano 33 BLE Sense and have found the Adafruit Feather nRF52840 Express . All...
Hi,
Greetings!
I am facing a issue while updating firmware
My Setup:
SDK 16.0.0
SDK for Mesh 4.0.0
nRF52832
DFU: secure_bootloader_ble_s132_pca10040
Application...
I've gone through the forum and I've tried certain "solutions" but none of them work for me.
I've erased my device in SES multiple times, recreated the files for the service...
Hi all, I am checking the Uart central and peripheral projects, also the one with usbd and I have one question that may be obvious for you. How do you select the peripheral...
Hello,
I am using nrf52840 and SDK 16.0.0
I am doing some work with the calendar example and got some questions.
Q1.
Inside the main function in main.c file there...
Hi, Is it possible to go from slow advertising to fast advertising with a button press? I did this but it didn't work:
P.S. I slightly modified names and operation of my...
Dear,
We just start to development our project. I use the Segger + nrf5_SDK_for_Mesh_v4.0.0.
I open the light switch sample project from "nrf5_SDK_for_Mesh_v4.0.0" by...