Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
Hi,
I would like to set up a wireless communication channel between two NRF52840 DK boards. I checked the Nordic SDK v16.0 and found some examples such as \examples\iot...
Dear All ,
After finaly getting all the other stuff in place I tried to compile the examples in the nrf_crypto files.. All of them are giving error bellow:-
Output...
Hi,
I had some troubles getting a custom HID device to work that has both input and output reports to Windows 10 host. Here is my working example template that might save...
I successfully created a custom model (by modifying the generic on-off model) and implemented it into light_switch client and server examples. The goal was to send and receive...
Hello,
I have implemented functionality that enables me to send messages back and forth between two nodes in the network with a timer (both nodes has a server and client...
Hi I have been using the https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf I wish to program my nrf52832 device with a hex. Using the j-link commander tool. i...
Hi - I built and flashed the ble_app_interactive example from both SDK 15.3 and then from 16.0 on to my nrf52840 DK (PCA10056). I connect to a Thingy52, issue the gatt services...
Tried with PCA10036 and PCA10031 on Windows 10. Both show as JLink CDC UART Port (COMx) in Device manager. Tried different versions of WireShark. Tried to erase and copy new...
Hi,
Using SDK 15.3.0 , example "ble_app_hrs_freertos", pca10040 with armgcc.
I want to increase MTU and GAP data length.
I started with MTU to 247, and when I try to...
I'm using SDK 16.0.0.
I wish to use two MEMS microphones to record audio over the I2S interface, and then send it over Bluetooth.
What is the best library to use for this...
Hello,
I have had issues in the past with twi manager causing ANT to drop out. These problems are ongoing despite me taking action in hardware to improve power supply (e...
I'm debugging on an nRF52832 (nRF52-DK, non-preview) using the ARM GCC toolchain and GDB under Eclipse on Ubuntu 14.04LTS, set up following the devzone tutorial .
At various...
When calling sd_ble_gap_connect(), and providing a whitelist, what is the expected process for establishing a connection, as far as timing is concerned? Will the device scan...