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...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
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...
nRF52840. In case of standby current (battery only)
Measured as follows:
With only the battery connected, the same current draw as the one attached. Is there any...
In my DFU bootloader I am protecting areas of Flash memory used to store user data.
After an update, when my application starts and tries to write to this memory it is causing...
I am trying to use the real time clock on the nRF52840 dongle using the pc-ble-driver. However, my nrf.h file has nothing in it but the following:
#ifndef NRF_H__ #define...
I have a working iBeacon advertising a beacon UUID, Major, & Minor on a nRF52832. In addition, I also have a single BLE service (which has a single characteristic) defined...
Hi I am managing to initialize a serial instance using uart0 within the BLE Buttonless DFU Template. However when I carry out a similar process for uart1 I get the following...
Team,
I received the following customer inquiry and hope you can help:
The BLE – WiFi bridge project I’m working on will need to control up to 64 nodes, not concurrently...
Hello,
I am trying to upload the firmware with secure DFU using following method:
generated the dfu_public_key.c and private.pem pair
copied the " dfu_public_key.c...