This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
With nRF52832 DK I have managed to compile this blinky example:
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include "nrf_delay.h"
#include "nrf_gpio...
I am getting no radio (as in not being able to pick up advertisements packets) from my custom nrf52832 board. The antenna design is a hack so I am not looking fo stellar performance...
We are looking in to developing a generic class to connect and handle our BLE devices for use on mobile devices such as Android and iOS.
Now since we want to have as less...
Hello Experts,
I am running the following examples to test the DFU bootloader in gcc and eclipse environment.
bootloader_secure/pca10040(Bootloader) and experimental_ble_app_buttonless_dfu...
I found a problem of the nRF51822 in boot state.
Power on reset is not executed occasionally when used dying battery.
The problem occurs in the following steps:
...
Hi All,
I'm having a BTLE_CONNECTION_TIMEOUT when I connect the device in Master Control Panel 3.10.0.14 while the chip is not in debug mode.
The device connects without...
Hi
I am trying to upgrade the firmware in a BL652 using a Segger Jlink Edu.
The BL652 is powered with 3.3v using a regulator off the JLink 5v output.
I had poor/unreliable...
I am using a processor that can provide an 32KHz clock (from its crystal).
Can you recommend the voltage divider (caps or resistors and suggested values)?
I will power...
I added a task to ble_app_hrs_freertos.
The soft device was burned.
The address is in the default state. (RAM:0x20002128 ROM:0x1f000)
I reset the total heap size...
Hello i am quite new to using BLE for data collection. I am using a Readbear BLE Nano with a Nordic nRF51822 on it.
I want to read a Sparkfun MMA8452Q accelerometer's X...
Hello, if I disable interrupt on nrf51xxx device, function sd_ble_tx_buffer_count_get will simply run right into hard fault handler, without returning anything.
I do not...
Hi,
on NRF51 BLE peripheral I want to implement authentication, so only selected BLE masters have access to my BLE peripheral.
There is a password known to BLE peripheral...
Regarding the RTC prescaler of nRF51822,
I found out that it is the following.
Timer and RTC prescaler behavior by TASKS_CLEAR is different,
When TASKS_CLEAR is executed...
My company is making capacitive touch plates and to make them smart, app is used.We are using NRF24L01+ for rf communication between device and app. Our sockets and hub with...