I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
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 :...
I'm trying to interface the twi driver with a ft200xd chip (i2c -> USB serial). I want to read the available bytes, but it requires a general call first see page 29 of www...
Hello everyone!
I got one question and could you guys help me out?
When I open the nRF Connect Mesh, after I program successfully, I can't initialize selected device while...
Hi, I'm working on a cross-platform application that needs to communicate with a custom peripheral (nRF51822 with S130 v2.0.1). I've implemented the interface for both Linux...
Long time reader first time poster upper.
I am working on a very minimal BLE send / receive scheme for a research project, and am not using a SoftDevice. I have written...
Hello,
I am noticing something curious when I attempt beacon mode for my nRF52 (sdk 12.1). Attached is an image of ubertooth packets that correctly show my ADV_NONCONN_IND...
Hi,
I am trying to communicate to PCA10040 (nRF52) dev board to communicate.
Basically i want to configure 1 board as Master another as slave, so master will initiate...
Hi,
I am using SDK 11.0 for my project development. When I tried to compile the unaltered SPI example given I got 60 Errors in my laptop. The Same SDK in other laptop is...
Hi all,
first of all I'm new to NRF and BLE applications so I'm truly sorry if some of my questions are very basic and if answer to some of them is already posted somewhere...
Hi all,
I am using pins P0.00, p0.01, p0.09 and p0.10 in my application. I wandering why these pins are not functioning as GPIO. I have searched various links such as ...
Hi,everyone!I am using nRF connect mesh for Mesh DFU(see this link text ), and I follow the direction step by step. But, the nRF connect can't find any device to program....
Hello,
I am trying to implement a Heart Rate Monitor Interface (HRMI) board with my nRF52, using the TWI_sensor example from SDK 12.2. I am running into trouble Writing...
Setting up an example of the problem
As I promised in this thread , I have been testing out the ADC on the nRF51822 and trying to see how quickly I can sample per minute...
I'm using FDS in SDK 11.0.0 on a nRF52832. I was having some trouble with freeing flash storage and after doing some research I came across this post and I applied this patch...
Hello,
There is a bug in pstorage.c from SDK which can cause that module to fail to complete a flash operation. The problem is that the pstorage_sys_evt_handler function...