I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Hello:
It appears (although I am not 100% certain) that there is a small delay (< 10 usecs) between EVENTS_END in the radio and MICSTATUS in the CCM. I believe I have read...
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...