I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi!
I am studying some program code of BLE examples.
I have a doubt about what does the evt_handler() do.
E.g.
in the example "ble_app_hrs_s130_pca10028"
static void...
We are treadmill developers and we want to include bluetooth capability to our products.
We found, on the bluetooth website the RSC characteristic ( Running Speed and...
When switching to nRF52_SDK_11, the compiler does not find core_cm4.h which is found in components/toolchain/CMSIS/Include.
I get this when compiling
nRF5_SDK_11.0.0_89a8197...
I am trying to program a custom board connected via the DK. The custom board is 16KB version (nRF51822 QFAA). RTT consumes lot of memory and hence my code does not compile...
I am using nRF51422xAC SOC.
It is advertising perfectly and able to catch that with sniffer module. But unable to find the same device on any mobile phone. I've tried with...
Can i use the nRF Toolbox app as a BLE peripheral and the nRF51-dk[PCA10028] as a central device.
Also,if not,then please suggest any other App that can be used for the same...
Hello,
I've downloaded nRF5_SDK_v11.x.x and install it, my keil version is v5.14. I flashed s130 v2.0.0 into nrf51DK, then build "ble_app_beacon" basing on SDK v11.0.0 and...
I use the S110-6.0.0 to find the iphone ANCS service,return attr missing. The 16bits UUID is xF431.I have added the long UUID ble_uuid128_t ans_base_uuid = {0xD0, 0x00, 0x2D...
Hi~
I used keil software environment for development.
Apply Ble UART example code from nordic keil example.
Example code down load to nRF51 Development Kit and run, program...
Hi, i need to calculate the frequency of two PWM.
When it comes to frequency calculation, the counter function is the best solution, i think.
i'm using SDK 6.0.0 for...
I want to develop an app that wakes app from sleep mode after pressing 2 buttons, then if these buttons are still pressed for 5 secondes i want to do an action ..
Any idea...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
Is there a call to read the stack ID.
For example S120 v2.1 has an ID of 0x006B . nRFgo studio is able to read and report this value.
Is there a way to read for me to...
I'm using SDK 11.0 and example\ble_central\ble_app_hrs_c
I have cut SB1 SB2 to disconnect the 32Khz crystal from the pca10028 and configured the example program to use...