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...
How can I perform multiple A / D conversion?
I created a program with reference to the method of the old version of A / D conversion, but the function name and argument used...
Noted that the new V15 SDK for IAR does not have linker config file set correctly on ble_app_blinky_pca10040e_s112 project. The .intvec start location was set to 0x19000 and...
Hi all ,
i'm using nRF51 DK ,im getting issue while program downloading on flash .Program compiled correctly(no any error) even it show flash downloaded but the application...
Hi There,
I have been looking into how to connec my QSPI NOR Flash to the NRF52840.
I have notivced a discrepancy between the comment in the Table 3. of the OPS and the...
Hi,
I have a peripheral which sends data to the central and from central i n eed data to be send to Mobile App
is it possibe to do and how???
or any other ideas you...
I am using Keil 5.24.2
I already downloaded and compiled with build_all the micro_ecc. Having no issues here.
According to the error, and what I read in another thread...
I have been investigating the possibility of using the QSPI external flash peripheral on our NRF chip. After doing a typical qspi read command, the external flash chip would...
Hi,
when i make a connection to my device i get 4 `BLE_GAP_EVT_CONN_PARAM_UPDATE`.
If i make an action of read or write when update event occures i get a duplicated read...
Greetings,
Here's an implementation of controlling the color of a RGB LED with a TIMER of nRF51. It works well most of the time, although it inverts polarity kind of randomly...
Hello,
I am using a Nrf52382 custom board and want to know the Vbattery so I used below code
#define MIN_BATTERY_ADC_VALUE (int16_t)11295 //(min_voltage_on_analog_pin...
Hi,
We have developing ble mesh network using nRF52 mesh sdk is 1.0.1. We have large amount of sensor data it near about 24-25 kb and want to send this data to other node...
I have an application that has been built using Arduino boards and shields for prototyping, and software developed using their IDE...all works fine.
The device comprises...
Hi all,
I am trying to use the SAADC to measure battery level. I have a rechargable lithium battery connected to my customed PCB with a NRF52832. The rechargable battery...