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...
Hi y'all
after having successfully created my own service, similar to the Uart service, I'm now trying to implement security.
As far as I understood, best practice is...
Hi.
I loaded the ble app uart demo and added some bits of code to read some i2c sensors.
I also added a buzzer which buzzes on powerup (simple for loop).
I would leave...
I'd like to (re)set my characteristic's value to Zero. (after my services and characteristics are set)
I tried to search methods that can set value of characteristic when...
Hello,
is it possible to use the RSSI value of the NRF51822 for collision avoidance?
How long does an RSSI measurement take?
I'm trying to implement a discovery protocol...
Hi all! I used PWM module of nRF52832 to create the PWM but i don't know how to update new value to duty_cycle. This is my code. I used Button (Pin 13) to set a new DUTY_CYCLE...
I am trying to set custom value to advertising address. The code snippet is below. I am getting error code 0x10.
static ble_gap_addr_t * p_addr;
uint8_t itr_i;
p_addr...
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
We have a BLE application where we need hopping through nodes. I have shown below how it looks like. We don't want mesh network because we don't require node to node communication...
i use nrf52_DK to debug PDM with a digital MIC, and select the P0.09 for the PDM clk, but i have not see any clock signal output, is it right? and i also haven't see the convet...
Say I have 3 records, then I delete them and collect the garbage. If I try to save a new record again, it will be saved with a record ID 4 , but it should be back to 1 after...
I want to use the development kit for Bluetooth 5.0 IoT product development.
Is there already a bluetooth mesh software available for the nRF52840 development kit?
Or...
I am working on time synchronizations between different nodes in a mesh network. I have earlier worked on the radio and the ppi examples given. I wish to generate time stamps...
Hi
I would like to prepare a provisioning hex file for my firmware.
Can somebody supply an example how this could be made?
I'm using gcc toolchain, Eclipse and SDK...