Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...