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...
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...
Hello everyone,
I write datas from my Client to my Server, but I don't really understand where I can retrieve my data on my server.
Is this function allowing to get...
Hi ,
What we want is a accurate ms.
below is what we do 1. Set the prescaler config.prescaler = 31;
2.When I need the Elapsed ms, First ,I get the elapsed rtc counter...
Hello everybody!
All boards below below have nRF52832 chips.
My task now is to develop a set of applications that will support the following scenario:
1) A person...
This question comes from my high-level goal of testing I2C using the SWDIO/SWDCLK pins on the nRF52840 Dongle, so if there are faster ways to experiment with that functionality...
Hi,
I am having hard time understanding the use of "addr_id_peer:1" field in the structure ble_gap_addr_t. Could you please help me understand the usage/significance of...
Hello, Is there any intention to add the the nRF52810 reference design to the Eagle library on github? There are five Eagle design blocks already available on github, except...
Hi,
I encounter error when I debug the nrf52832 DK.
I run the example code "ble_app_uart" provided in the SDK.
Below error shown when I set the break point in any line...
Hi,
I am using an NRF52832 on a custom board and I programmed the Broadcast RX code into the board. I use ANTware as the master with a channel period of 4 and send broadcast...
Hi,
I m using nrf52840 board act as central which will connect to particular device, and discover its primary services and characteristics.I am new to nordic development...
Hello,
In various FreeRTOS config files you define macro INCLUDE_xResumeFromISR. I think this is a typo and you mean INCLUDE_xTaskResumeFromISR.
Cheers, Timo
Greetings,
I am relatively new to compilers and I would like some clarification on compiling C++ projects on Segger Embedded Studio with Nordic's SDK vs. 14.2.
I am use...
Development Environment
S130 / SDK_12.3.0 Central Central NRF51 DONGLE
S130 / SDK_12.3.0 Central Peri NRF51822 + STM32F411
BUART_BAUDRATE_BAUDRATE_Baud115200
...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
i have external esp32 type module and with that module different digital sensor are attached.and that module have bluetooth4.2 .now i want connect this module to BTW832X gateway...
I'm using SDK14 and the nRF52832, and my bootloader is based on the BLE secure bootloader example from SDK14. I'm currently seeing transfer speeds during the secure DFU process...