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 want to use the NRF51822 without the Bluetooth functionality. Is it possible to leave the pins ANT1, ANT2 and VDD_PA unconnected? If no, what is the cheapest way...
Hi,
I'm using PCA10040 board, There i connected the fuel gauge IC via TWI communication.
There pca10040 will acts as master and fuel gauge IC will acts as slave.
While...
Hi! I want to send data from the temperature sensor of the beacon, receive them with the nrf51 and then send them to the PC via USB cable. The nrf51 has to start the connection...
I am using the nrf51822 and I want to use the pstorage library to save some data which is "power lost can save",but I cloud not find the example of it.I am using the SDK 8...
Hi,
I want to have a generic fault handler that will cause a reset. The handler may be called from a high-priority ISR or exception trap (e.g. hard fault handler), and...
Is it possible to make a services like this:
services UUID : 55550001-5555-5555-5555-55555555555
characteristic UUID : 55550001-4444-4444-4444-444444444444
Hi All ,
I am using NRF52 , S132 softdevice ............
I need to read a data every 5s (In Timer1 interrupt handler) from I2C slave and sent it via BLE.
But what...
Hello,
How do I create an encrypted/signed image? Where can I find the documentation for doing this? How will I need to modify the bootloader to decode and install the...
Hi All,
I am using Nordic SDK version nrf51_SDK_9.0.0 for PCA10028 board. In that i am using application
D:\nRF51_SDK_9.0.0_2e23562\examples\ble_central_and_peripheral...
Hello Everyone,
I have developed my software and i have tested with NRF51DK using android phone NRF MASTER CONTROL PANEL APP and it is working very well but now am trying...
Hi Nordic,
On SDK10.0 with QFACA nrf51, I find a GPIOTE problem.
With sdk6.1 and app_gpiote module, I got no such problem.
I make use of SPI0,low accuracy GPIOTE on 4...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
I'm testing connection time.
I made structure as your sample code as below.
static const ble_gap_conn_params_t m_connection_param...