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!
Most of the project's application code is written in C++.
SDK headers are guarded with the extern "C" therefore when including no problems arise with linkage.
The...
Hello,everyone
nrf52840,use sdk15.3.0, and I just want to run the example uart,but there is an error which is :ble_link_ctx_manager.h:no such file or directory. and then...
hello ,everyone,
I want to add the dfu service to the hrs example, but after I follow the step by step guide operation, I import the (settings+softdevice+bootloader+app...
I've tried to use Nordic Infocenter ( infocenter.nordicsemi.com/index.jsp) and it doesn't show documentation pages. It shows blank pages instead (see attached screenshot)...
Hi,
I'm using S132 SD 6.1.0. I'm transferring some advertising data to the SoftDevice and it returns INVALD_PARAMETER. How can I find out, where the problem of the SoftDevice...
Hi,
I got an issue with a battery powered sensor with generic OOB NFC pairing. The NFC is used to pair the sensor with a gateway, but if the device is not connected it must...
I just got the nRF9160DK. Followed instructions in video.
1. SIM card activated
2. Input sequence (push buttons and switches)
Expected LTE device added in nrfcloud ...
Hello,
I am developing an application that will eventually have quite a few different modules and I need to add timers to some of them. I use UART, I2C, SPI, RTC and some...
Hello,
I have a project where I'm using I2C. I want to configure P0.14 and P0.15 as my I2C pins as I already made a board thinking those would be available, however I get...
Hi, I am using SDK 15.1
My device is got hang during execution, namely in the function fds_init() - > while(!m_fds_initialized){..}
I wanted to reproduce this issue...
Hello,
Please can someone help me to undrestand this error while running other exemples in my nrf 51 DK with nrf 51422
PS: IDE : Segger Embedded Studio
SDK : NRF5_SDK_15...
Hello, I'm having a trouble over here, I read some tutorials for creating custom services and characteristics for BLE, and everything is running fine, I have a service with...
Hello,
I wanted to updated to SDK 12.2 and I noticed that FreeRtos is consuming 800uA in sleep!!! We do battery powered application and with this power consumption our battery...