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'using PCA100566 BLE DFU example and Nrf Connect desktop or NrfUtil to program/update. The actual solution needs to use NRF USB Dongle for connection. It's possible to...
I try to combine SPI master and ADC sample code, I add below code to my spi master example, the saadc_init() is called in the main function. However I found that the saadc_callback...
I am using the FDS library to write a struct to flash. Lately I sometimes get FDS_ERR_NOT_FOUND in the event handler as a result of a fds_record_update call.
I've only seen...
Hi,
im trying to turn on LEDs on my custom nRF52 board. Im using LEDs on 13,14,15 pins. I config pins in pca10040.h to my LED pins, but they dont work. Also if i try to...
Hi,
I would like to use the SDA pin for i2c to be pin 7 for nRF52. I did the following change to my code, but it is still not working. Note that CTS pin is by default mapped...
Good day,
I have a problem with connecting to nRF51822 via nrfjprog with error (nrfjprog.exe --recover --log ):
nrfjprog.exe --recover --log nrfjprog verion 9.0.0 FUNCTION...
Hello,
I am using the nrf52832 ,with the soft device s132nrf52600 and the SDK nRF5_SDK_15.2.0_9412b96.
i am trying to run the ble_app_hrs example code from the \examples...
I wonder if someone can help me locate the reference layout for the nRF52840 in the new documentation structure.
In the manual i can read the following:
Documentation...
Hello,
I am using Nrf52382. From the manual I see that it supports low frequency of 32Khz.
When I enable low frequency, which module will use this low frequency. Nrf...
I need to add a clock function to the ble_app_uart example (SDK12). Where can I find a hint on how to do it? Do I need an external 32768Hz quartz? I wanted to derive from...
Hi All,
I am beginner for nrf52, and trying to flash my first program, i am using nRF5_SDK_14.2.0_offline_doc and JLink_Linux_V632c_x86_64.
while flashing, i am getting...
Hi,
I'm trying to process a zb_zdo_node_desc_req following the exemple of the documentation but could not find the reference to functions ZB_GET_NODE_DESC_APS_FLAGS nor...
Hi,
I am trying to Run my task Every 10ms , and when subscribing to a service(BLE) that suppose to notify every minute ,the notification appears after 58.6 seconds ,
For...
Hi,
I have implemented to the Master serial DFU. I able to send .dat file and i'm reading correct CRC .
I'm sending .bin 4096bytes and making 64bytes in a each packet...
Bluetooth Mesh specification uses the concept of composite models that "extend" other models. I am having trouble understanding the scope of this concept within the Mesh specification...