Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
Hi,
I've got an application running on an nRF52, and it's calling sd_app_evt_wait() from the main loop - and it's staying in that function pretty much all the time.
...
I don't have a 32KHz crystal on my board (using the stock Rigado module) and power isn't an issue as the board is mains powered in operation, so I was intending on using the...
I found a alpha version of softdevice v3.0 (s132_nrf52_3.0.0-2.alpha.zip), and it supports MTU_SIZE > 23 bytes, but there is no SDK (current version is v11) supports it. When...
We have two nRF51822 chips with cleared contents in FICR, e.g. addresses 0x10000000 - 0x100000FF are 0xFFFFFFFF.
UICR works as expected.
Chips execute code.
Radio performance...
Master control Panel.exe 3.10.0.14
winxp sp3
.net framework v4.0
The day before yesterday it's OK, but this morning MCP won't start. The windows event info shows:
...
Hi
I'm looking for a functional example based on Freertos and nrf52 on SDK11 and SD132. I'm having problems (hard fault) and I've been looking for this example but with...
Hi There
I see there is a Proximity App - is this available for downloading like the beacon App ? for use in xcode ?
Also, in the demo, there was a bluetooth unit that...
I use a android phone as central(Master) and use a nrf51822 as a peripheral(Slave).
The peripheral can send the "L2CAP Connection Parameter Update Request" to change the...
Hi
I have a BLE nRF51822xxAA project created with Keil 5.15, SD 100 ver 802 and Family Pack 803.
I made a new configuration in a new machine with Keil 5.2 and I am getting...
I want to create my own PCB which can communicate with the following Transmitter:
www.hobbyking.com/.../_ 43854__Turnigy_5X_5Ch_Mini_Transmitter_and_Receiver_Mode_2 .html...
Hi! I work with a smart Beacon Kit nrf51822 rev1.0.0, s110 and I have visualised my current consumption. What I expected to see is that my beacon could send in one time all...
We are preparing a project where several mobile phones
with Android OS in peripheral role will be connected continuously to
one nrf51822 with S130. Communication must be...
On nrf51 I was using:
pre flash: w4 4001e504 1
erase all: w4 4001e504 2\n w4 4001e50c 1\n sleep 100
pin reset: w4 40000544 1
Is it still the same for nrf52...
[Edited title]
My application on a PCA10028 board is attempting to send a BLE advertisement using sd_ble_gap_adv_data_set() by going through ble_advdata_set in ble_advdata...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...