Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
I have an application where I need to synchronize several devices to within 1us using a radio. In order to do this, we need to make a protocol that allows precise synchronization...
We have these Dev Kit Nrf52 and also Nrf51 Bluetooth Smart Beacon Kit. For our application and for the simplest user experience we would like to benefit from update via OTA...
My product only offer a debug interface(SWDIO/REST,SWDCLK,+3.3v,GND),but I learn that the nRF51 DK debug out interface has several pins,such as EXT VTG,EXT GND DETECT,EXT...
hi all:
I am a new user.Now i have a project in which I need to implement a function a host and four devices .I just want to know if i use the example of " gzp_dynamic_pairing...
Is a delay needed between Characteristic updates
I modified the ble_sdk_app_proximity example.
I added x3 services, based on the BLE Characteristics, a beginner's tutorial...
I have 32-bit float numbers, sent to the BLE from SPI.
I can manipulate this into x4 bytes, or actually use sprintf and get a real 6-byte representation of the number.
...
I have taken ble_app_ancs_c_s130_pca10028 example and modified the application to run on our custom board.
The custom board uses NRF51822 (NRF51 IC revision 3).
The following...
Hi,
We are using nRF51822_QFAB (128K/16K), S110 V8.0.0 and SDK V10.0.0 for my development. We are in the need of guest (unbonded), pairing and bonded mode.
Guest...
Hello,
I'm struggling with setting up the eclipse IDE to build the blincky program in the SDK now I've configured all the paths and eclipse configuration according to this...
Hi ,
I am using nrf5 SDK v12.2.0 ,
I have an nrf51822 board .. can I just compile the examples in SDK for pca10031 and use it for nrf51822 . Please let me know what I...
Is it possible to have two nRF52 devices connected in such a way to send UART data in a bi-directional way.
Would device 1 be a BLE central and the other BLE peripheral...
I followed the link: infocenter.nordicsemi.com/index.jsp to build and load the app into two boards.
Step 1 ~ 8 are working as expected. But
Step 9 "Observe that LED...
Dear Nordic,
What I want to do:
Battery powered sensor network
One gateway (BLE --> WLAN) with a serial-to-wifi chip connected to nRF52
MQTT (IBM Bluemix -...
Hi there,
I'm in the middle of migrating an application from SDK 10 to SDK 11. In the SDK 10 version, I had RTT logging working just fine. I'm developing on a Mac so I...