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...
For nRF52840 (Rigado BMD-340), SDK 15.0.0, custom board:
I'm trying to implement nrfx_uart directly to communicate to another microcontroller. I've configured it for blocking...
Hi all
I'm using the NFCT peripheral of the nRF52832 Revision 1 and I'm facing the following issue:
When the reader sends the SLP_REQ, the NFCT receives an incomplete...
Hi, there
I want to remove the bond in current time service example, because the bond process make me less convenient when I debug. so I changed the code in peer_manager_init...
Hi using dev kit pca10040 and sdk 14.2.
I'm trying to use the dev kit buttons to stub out an ANT+ bike speed sensor. Essentially I just need a way to provide a speed reading...
Hello, i am using ble_app_uart example. i am trying to send A to Z from ble to uart. Has i noticed, it is transferring 20 characters at a time. to make sure that i add print...
I am using nRF5_SDK_15.2.0_9412b96. I have application data that accumulate in flash but can be thrown away before re-flashing new app image. I am thinking about instead of...
Hi,
I configured nrf_ble_qwr to use 256 byte long buffer in my BLE peripheral. I registered my value handles (2) which I want to support long writes using nrf_ble_qwr_attr_register...
Hi Folks,
I'm new at using the nRF52832 chip. I recently was handed a 3rd party board to evaluate and up until today I was able to use the nRF52 Development Kit to act...
Hi,
I am working on "nRf52832 - PC10040" based ISP1507/. I have already adapted the peripheral/spi example of SDK 15.0.0 to my needs. Now, I want to merge this spi example...
Hello,
With Segger ES I am able to compile and run the Blinky example (pca10040, S132) from the nRF5 SDK without any issues, it loads on my nRF52 DK board on and it shows...
Hi,
I'm working on a project where I need to collect and process analog data coming from high speed sensor measurements. The data needs to be read at a speed of 25k samples...
Hi,
I am trying to convert the string from ctime to a struct but i always get garbage values if i use "uint8_t". But i can get correct values if i use "int" datatype....
Hello Nordic
Bluetooth SIG had released their new bluetooth core specification 5.1 with new feature is " Direction Finding ".
I know that all nrf52 now support BLE 5.0...
Hi,
I'm using the NRF52840 PDK version:
PCA10056
0.11.0
2018.3
With SDK version 15.2
I've been trying to develop an application based on the HID Generic example...