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,
Am working on serialization where we have already developed code using nRF5 SDK v11.0.0 but now we started to use nRF5 SDK v15.2.0 SDK.
My problem is am getting...
Hello,
I have a uint16_t variable. It can increment till 16K. After every increment I want to store into Flash, so that even if there is a reset, I can restore the value...
Hello everyone,
I had that problem before and now I have that problem with another V0.9.2 board. I have started IAR and it asked me to update to firmware on PCA10056 so...
I have two mic , how can I get data from Left and Right mic? Is there any example code to help me?
My code like this : ( I think the data from pdm_data_handler is like 0xFFFFxxxx...
Hello,
I am using Seeger for flashing Code and Debugging. I ported code from “flash_fstorage” example code to “ble_app_blinky”.
In “ble_app_blinky”, as part of wait_for_flash_ready...
Hi,
How can I port the code written for nRF51 to nRF52>
Do have nRF52 FW backward compatibility.
And can i use same base code for both chips?
Is there any link/documentation...
Hi, I am testing NB-IoT on the nrf9160 and it appears the DNS is failing.
I have two networks here and with an NB-IoT modem from a different manufacturer the DNS is resolved...
Dear NRF gurus,
We are trying to implement a BLE node to bridge BLE 5 and BLE 4 - to leverage the long range of BLE 5 in the meanwhile working with the large amount of existing...
hello everyone, i am looking for the maximum allowed deviation of the uart. The nRF52832 is clocked with 32 Mhz and has a baud rate of 19200. What is the maximum deviation...
Hi
I am working on BLE Eddystone example program in nRF52832 using SDK 15.3.0.
can i change the password entered in the nrf Beacon for Eddystone app into ascii value.
hi ...
i want to connect multiple peripheral to one central , want to share the data. so i have merged the multi link central with central uart . while i am compiling i...
hi,
i am trying to integrate nRF SDK 15.3's ble_app_buttonless_dfu service in ble_app_blinky example,
after adding all source files and and preprocessor definitions while...
Hi,
we are using a custom nRF52840 board with SDK 15.0 and softdevice S140 6.0.0. Flashing the application including DFU and softdevice using SES produces the following...
I have a strange problem running the CLI example in the DK on the Nordic dev board with SES: It works fine with build/run, but when trying to debug it pops up a message that...