Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Dear Community,
I am working on the following application: using the RaspberryPi to flash over-the-air nRF52 nodes (Nordic's Secure DFU BLE bootloader)
For that I have...
Hi all, I have 2 module NRF52832.
Module 1: I using BLE and ESB at the same time, so I request timeslot for ESB, mode RX
Module 2 : I not use BLE, so I can't request timeslot...
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...