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 have implemented a custom application(Lets name that file app.hex) which works and sends the data to phone via BLE on my nrf51822 DK. I am using the s110 v8 softdevice...
Due to some constraints in the manufacturing process of my product, there is substantial mechanical variation in the BLE antenna. I can constrain this variation to a degree...
Hi,
I am trying to program MDBT40 with Jlink and having some problems.
Here is the scenario:
I have two versions of the MDBT40. One that I took off a BLE NANO (RedBear...
Hi,
I tried to get the sample ble_app_uart to work on NRF51422_DK with the S130.2.0.0 soft_device.
The compilation and programmation of the board is OK.
The soft run...
Hi all, i recently posted some topics about my application to receive support, everything went good but now i need to add a last step to the project, and i would like to have...
I am using nordic_sdk_10 for PCA10001. what are the BSP changes and config changes needed after replicating PCA10028 for DFU over UART.
I just changed CFLAFS & ASM FLAGS...
Hi,
I am storing data using pstorage module but when i power off my nrf51-dk board, the contents get deleted and not retained in memory. What could be the reason for that...
Hi,
For a new design with nRF51822-QFA, planning to use Johanson Balun and Chip antenna as shown in attached diagram. Not using any tuning components between Balun and...
Hi,
I was wondering why DFU_IMAGE_MAX_SIZE_BANKED is calculated as
(((DFU_REGION_TOTAL_SIZE/2) - DFU_APP_DATA_RESERVED))
and not
((DFU_REGION_TOTAL_SIZE - DFU_APP_DATA_RESERVED...
Hi, I'm using ble_app_uart application from latest nRF52 SDK on IAR compiler 7.1 and PCA10040 board.
It loads and runs debug code, but it does not add breakpoints on any...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Heading ##Here my PCA1000 board is getting detected in nRFgo studio even i can program and debug it, But i cant see COM PORT.
Can anybody help me out in this...
When i...
Hi,
I'm trying out the nRF52832 with kit PCA10040 V 0.9.0. I have S132 softdevice installed and running the ble_app_pwr_profiling example from nRF5 SDK v11.0.0.
I'm...