Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Hi,
I added DFU functionality to my Mesh-client application as shown in your DFU-example.
At startup I get this log message:
nrf_mesh_dfu.c, 904, ERROR: No CMD handler...
We have been using the Nordic nRF52840 Preview DK to work with our debugger vendor, iSystem. On page 32 of nRF52840_DK_User_Guide_v1.3.pdf, lists TRACEDATA[1] being connected...
I'm adding the peripheral/RTC project to experimental/CGMS. I cannot seem to get past ASSERT in nrf_rtc_prescaler_set. I changed the prescaler from 4095 to 0xffff as I suspected...
Hello,
I try to build a working firmware for reading some parameters from external sensors and transmit them thru BLE (I am using S130 and SDK 12.3.0). I have already developed...
I am using nRF5_SDK_14.2.0_17b948a on a Fanstel BT832 module which is having nRF52832 SoC. And I am using s132_nrf52_5.1.0_softdevice.hex .
In my application, I need to...
I modified the "ble_app_uart_c" to connect HM-10 (using TI BLE chip CC254x) SPP peripheral.
Ignoring the filtering process (make function adv_uuid_compare(nrf_ble_scan.c...
Downloaded from Git Hub nRF ToolBox from GitHub project dated Nov 12 2018
Tried to build with Android Studio 3.3.2 JRE 1.8.0.152
But get build error
Error C:\users\maltr...
Hi,
I use the nrf52 to connect to a central using BLE 4.0 where power consumption is a sensitive issue. I want to understand how encryption will increase the Link Layer...
I use pc-ble-driver-master/hrc as central to connect the target device which runs with modified ble_app_uart hex.
I can discover service and characteristic correctly, but...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...
I am trying add UART functionality in nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader.
After adding all required files and compiling program I am getting following error...
Hello I am using nrf52832 and I want to Calculate date and time at specific event periodically and save it to flash,so is it possible by using ble_app_cts_c example or any...
as title,
I can't load the project to SEGGER Embedded Studio.
I can't install CMake by entering the those command ( choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH...