Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
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,
Can you guide as to how to set up an proxy node that participates in mesh activities as well as connects with an non mesh device (viz Mobile) from time to get data from...
I’ve been working in a small group to use the advertising extensions in BT5 to send 12 hours of temperature measurements in one advertising packets. We’ve been developing...
Hello,
I am working on ble/audio application on nrf52832. I would like to know how to compile OPUS codec (used in smart remote) so I can use it on arm cortex. For now I...
Hello,
Would it be possible to use nrf_pwr_mgmt_run() to implement a polled wait function? The nrf_delay functions execute a busy wait which is only feasible for very short...
Dear sir,
I am trying to interface MAX 30205 with NRF52832. On thec oscilloscope I am getting the signals but still I am not getting the temperature data. Herewith I am...
Hi
We want to set +8dBm on DTM with nRF52840 but it test fail.
When I set +8dBm, nRFgo Studio cannot test it due to fail in DTM code.
We tried SDK v14~ v15 version but...
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...