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,
we are late stage development on NRF52840 with sdk 15.0 and softdevice 6.0. The mind turns to certification. It all seems very complex and confusing
1) Do we need...
I have an nRF52840 based peripheral running SDK 15.3.
I have a custom service with a write characteristic and a read characteristic. The peripheral supports multiple connections...
As far as I can tell the values are inverted.
4.8.2.2.1.1 Occupancy Attribute
The Occupancy attribute is a bitmap.
Bit 0 specifies the sensed occupancy as follow:...
Hello
I am using nRF52 DK, I am trying to use PIN 30 as Pulse train. The following while loop is expected to send out Pulse train of 2microseconds period but instead, it...
As far I know BLE mesh uses the 3 advertisement channels for communication without any synchronization mechanisms. When the mesh protocol emits a package it will send the...
Hi
Why is Mac OS no longer listed as a supported operating system for the nRF Connect SDK (see http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.3.0/nrf/gs_ins_os.html...
Hello,
I have a question regarding BLE characteristics and bi-directional communication. Assume a service like Nordic UART Service (NUS) is used, then there are two characteristics...
Hi,
we tried the example from the NRF SDK (15.3) with the USBD_MSC. The logging looks good so far and we have a data micro USB connected to the nRF USB Plug of the dev board...
Hello All,
I have 2 evaluation boards nrf52840 EVB "PCA10056".
I would like to run on them the "ble_app_uart" in "nRF5_SDK_15.3.0_59ac345" as following:
A custom board...
I used nrf52832 to port the program from SDK14.2 to SDK15.2 and there was a problem. In SDK 15.2, the program functions normally in the online debugging state, but the function...
I like to use 2 server boards and 1 client board in mesh as custom model. Is it possible to use client to communicate with 2 or many server's without using instance in client...
Hello,
I am trying to conenct the DK to the nRF cloud. I registered the SIM successfully and then proceeded to insert the sim and power up the unit. The LED 3/4 sequence...
Hi there! I am looking to implement a Zigbee powered device using the nRF52840. I have very good hardware knowledge of said chip, but not so much of the software part (especially...
In the documentation for app_uart_init() - there is a statement indicating:
Function for initializing the UART module. Use this initialization when several instances...