Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
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...
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...
1. Development Enviroment
o SEGGER Embedded Studio : Relase 3.34
o SDK : nRF_SDK_15.0.0 / Mesh_v2.0.1_src / s132_nrf52_6.0.0_softdevice
o Windows 10 Pro
o Chip : N52832...
I'm attempting to modify some open source software for an nRF51822 chip found here: https://github.com/reversebias/mitosis
In this code there are some debugging lines...
Hi ,
I have a large data structure that I'd like to transfer ( few KB ) , what is the maximum length I can pass on " ble_nus_string_send" ? ( length appear as uint_16 )...
I add file "nrf_drv_spi.c" in the group of nRF_Driver, and in the nrf_drv_config.h add the code: #define SPI0_ENABLED 1 ;#define SPI0_USE_EASY_DMA 1; in the main.c file I...