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 working on Eddystone project i.e nrf5-sdk-for-eddystone-master now I need to add the dfu support to it the problem I am facing is explained below
In SDK nRF5_SDK_11...
Hi,
I am using nRF51422 with S130. I want my application to blink a LED every one second. For now I am using App Timer which solves the purpose but the current consumption...
Hi, I have been trying to figure out how to get the IF BOOT/RESET button on the nRF52 micro-controller working. I have defined "CONFIG_GPIO_AS_PINRESET" under C/C++ in the...
Hi all,
I seek an advice on the passkey topic. Have been researching the topic all day but still have some confusion. I am running SDK 10.0 ble_app_uart example on nRF51...
I have a quick question pertaining to the instruction sequence that occurs immediately after the anti-collision completes:
I am working on implementing a Type-4 tag library...
Following this thread , I tried to upgrade my dongle from s130 v1.0 to s130 v2.0.
I'm using windows driver 0.5.0
Tested both binaries for 0.5.0 downloaded and compiled...
Hey all,
What I am trying to achieve today is setting RAM retention on nRF52.
As it is stated in Product Specification of nRF52, RAMON register is deprecated ans shouldn...
I have 2 nrf51-dk with softdevice 130 (one as central, and the other as peripheral), i use sdk v.10.
I have read and follow central tutorial , and all works.
Now, I...
hi,
i want to use 51822 timer counter to capture external pulses,how can i config the capture task?
in the nRF51 Series Reference Manual, it is say
The TIMER implements...
Hi All,
We have been developing device with pca10028 evaluation board and in the process we use also few other custom boards with nrf51822. We use IAR. The device system...
Is there any recommended value for PSTORAGE_MIN_BLOCK_SIZE or is it completely system determined. The commends in pstorage_platform.h are somewhat unclear.
If I only require...
Hello.
I want to migrate function of "sd_ble_gatts_value_set" to nRF52 from nRF51.
I use nRF52832 ,S132 and PCA10040.
I saw documentations about the function.
infocenter...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I want to go to nrf_drv_uart_uninit(); right after sending data.
in order to save current consumption.
So I made source code...
Hi.
I'm using nRF51822, SDK10.0.0, S130.
Hex files : Soft device, Application, bootloader.
I want to download at once.
How can I combine Hex files to make them 1 file...