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...
I have written an application which transfers data from an nrf51822 device to a phone once a day. It currently uses notifications to transfer data, at 20 bytes per notification...
Hi,
I'm learning the BLE protocal these days, I didn't see the protocal say how may packages can send per connection event. Does it mean that the number of packages is...
Hi
Details:
I want To send 40 bytes from GATT Server.My Requirement is same as in this link .I have added the code snippet in this link in my code.When I am sending 20 Bytes...
Hi,
I would like to use the NFC capability of the nRF52 on a custom PCB, and I was wondering if the tag and connector used on the PCA10040 are for sale anywhere, I can't...
We want to design a setup for simultanious translation of up to 3 translators and up to 30 people receiving a translation.
Is it posible to setup a single transmitter, sending...
Hi everyone,
I am trying to monitor and measure the signal strenth variation by varying the positon of the developement kit NRF51 and i tried with the proximity example...
Hi,
I'm using v1.21 nRFgo. As programming 51series ,
(1)I want to know if the program check the hex file before the log dialog shows "programmed successful"?
(2)And...
I run nRF51 with S110 and advertising at least standard battery service. I can see my device in LightBlue scan window but in iOS Settings->Bluetooth it is not picked up. Which...
i am aiming to design a simple data transfer network. i am using 2 DKs. the first one is the central which runs a modified version of MULtilink Central Example and the seond...
I have continued to build upon the Nordic sdk10:gzll_ack_payload example using gcc-4.9-2015q1 on Linux. The differences are:
added UART for debugging (running at 460800...
Hello Nordevzone, so far, to the best of my knowledge, you can send data using API call sd_ble_gatts_hvx() with "notification packet" (quotemarks due to my limited knowledge...
AS i am trying to utilize GCC for more than 32 KB code size,
i use Eclipse which provides more friendly interface.
However, i am still experiencing some setting issues....
Hi,
Details:
I am using nrf sdk 10.0.0 and s130 Softdevice.I am using nrfgo studio for flashing SD,Application Hex files.I am using this nrfgo studio for past three months...
Hi,
I'm developing nRF51 proximity based device using nRF51822 that acts as BLE peripheral. It advertises continuously using connectable indirect mode.
User has Android...