Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Hi, I need to use a ble_hrs_t variable between two different files, I used the BLE_HRS_DEF() macro to instantiate the variable in a header file that I've included in both...
I am using the example from ble_app_att_mtu_throughput_pca10056_s140, changing the values for:
#define SEC_PARAM_BOND 1 /**< Perform bonding. */ #define SEC_PARAM_MITM...
Hi, I am following the Thread Border Router example provided in the info center. I have one Raspberry Pi 3 v1.2 connected to the internet via WiFi, one nrf52840-DK programmed...
Hello,
I am new to BLE and I'm following the solutions to the BLE characteristics tutorial for SDK 13.0.
I have successfully implemented my own external temperature...
Relationship between "LE Secure Connections (LESC)" and Bluetooth version
I am experimenting with the following contents.
・ "Central": iPhone 5s (Bluetooth v4.0) ・ "Peripheral...
I have a question about the sample project "ble_app_multirole_lesc(SDK V14.2.0)".
・ "Central": iPhone 5s (iOS V11.2.2) ・ "Peripheral": nRF52832(SDK V14.2.0, S132 V5.0.0...
Hello Nordic,
I hope you can help me. I'm using an NRF52840 DK development board.
I followed the instructions on this video to enable debug trace in Segger embedded studio...
Hi, I have a nRF9160 DK, and trying it out with my mac connected to the USB. However, I seem not to really connect to it? I've installed the nRF Connect app, and also the...
Dear All
We have implemented the the workaround because of the anomaly 195 for spim3 and it works as expected, but only once! After the following init
we can use spi...
Hi I am trying to init the serial on the nRF52840 Dongle but there are some defines missing in the boards/pca10069.h
I run this on the nRF52840 DK and it works fine.
NRF_SERIAL_DRV_UART_CONFIG_DEF...
How the base address is assigned to NRF_SPIM_TYPE structure through *p_reg which is in nrfx_spim_t structure?, and also please let me know what is the default base address...
Hi,
I currently have a project which triggers a series of SAADC readings from the Timer0 interrupt handler. This part of my program works as expected, however, to add more...
Hi,
From this link https://devzone.nordicsemi.com/f/nordic-q-a/34224/device-does-not-reset-after-dfu I understand that the compiler option flto caused reset issues. Is...
Hi everyone,
I am trying to use Buttonless DFU to reprogram the NRF 52 dev kit OTA. I had posted a question on the forum and had solved that problem: devzone.nordicsemi...