I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi, I would like to analyze data between a peripheral and a central (BLE 4.1.) It seems that the nRF52 and sniffer can only monitor advertising channels. Am I missing something...
Hello,
I have designed a PCB (25mmx55mm) and placed the nRF24l01 module (available as a standard add on module). But I am unable to get the data out of the board. I have...
Hi Nordic,
Are there any plans to update the BLE Sniffer?
It would be great if all the op codes for logical link control could be added and to fix the malformed packets...
This is the Energy Profile that is shown for the nRF82832 and I am wondering about the RX/ switch parts. I assume these RX phases are for receiving scan requests?
What happens...
Hi,
I have a question regarding DTM in nRF5 SDK v14.2.0.
From what I understand Nordic is making use of the payload type '11' = Vendor Specific and is using the length parameter...
if flash nrf52832_xxaa.hex , board start to blinky
if flash s132_nrf52_5.0.0_softdevice.hex, board seems dead
what happed after flash these two hex files
does these...
Hi Folks,
I am playing with uart ble example described in this link ( devzone.nordicsemi.com/.../).
However, I would like to disable encryption on BLE link. I was trying...
Hi,
I have installed Software backend (micro-ecc) as given in:
infocenter.nordicsemi.com/index.jsp
Compiled example: experimental/ble_app_multirole_lesc --> compilation...
I want to make a BLE peripheral device that only allows connections from authorized mobile apps, and an app that only allows connections from authorized BLE devices. What...
Hi all,
I'm having problem porting some project from Keil to SES since our project use absolute memory location to put some variable that will be share between main application...
Hi,nordics
I failed to find primary service successfully .The sdk version is 10.00 and I reffered to the example is ble_app_uart_c_s120.The pripheral is a gamepad .I can...
Hello there,
I was wondering if there's a known issues page fro SDK 14.0.0 (not alpha).
Issue #1: crypto compile error:
I ran into an issue compiling nrf_crypto.c
...
Hi everyone,
Does anyone have the beginner tutorials about BLE migrated to SDK 14?
I am specially interested in those about services and characteristics:
devzone...