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...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
It seems like I should be able to find this in docs somewhere but having trouble finding the information.
What exactly is the sdh_stack_observer and if I'm ending up in...
Hi ,
I am trying to run one_wire example provided by this links
https://gist.github.com/pabigot/46502004045eeca86612
https://github.com/pabigot/bspacm
I tried running...
Does the count field in ble_gattc_evt_char_disc_rsp_t refer to the number of characteristics in that instance of the struct for the number of characteristics on the connected...
Hi,
I was looking at nrf52832 MCU reference design and found button connection as below
I would like to ask why R16 & R17 are used and how necessary are they? I understand...
I have Segger open with solution 'ble_app_thingee_s132_pca20020' and Project 'nrf52832_xxaa_s132'. I drop down Thingee drivers and left double click drv_humid_temp.c. An error...
Hello All,
I came up with one application .. where we are planing for industrial application , my requirement is as below,
there will be two nrf52810 chips one will...
hi,
i am doing a project where i am using a pca10040 board as central device and a another pca10040 board as peripheral device.
i am able to connect peripheral device...
Dear Sir,
My name is LH. I have bought nRF52DK for development. The marking on top of nRF52832 is "N52832 QFAA B0 1637CY". What is the IC revision notified with this code...
develop environment:
PC;SDK13.0;nRF52832;
I had been using MDK to develope the project during the past 3 years,but recently ,I have to Segger Embedded,so I moved my project...
I have created my own mesh model, based on the light switch example, and had no problems with it when using 1 client and 1 server.
But when I use 2 servers, I noticed that...
Hi,
I was wondering about the state of your roadmap of the nRF91, announced here last year ?
When do you plan a preview development kit availability for this nRF91 ? ...
Hi,
I'm planning to implement DFU for a project with buttonless BLE and I've been running into a few roadblocks along the way. My nrfutil.exe installation was missing a...
I'm working on a driver for a sensor which uses a proprietary one-wire interface. To get data out of the device, we do the following: 1) switch the pin to output 2) 1 us low...