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...
Hello everyone,
I have interfaced an encoder and speed sensor on a spinning bike that all connect to arduino via COM/USB port. The COM port communicates to a game engine...
Hi, I am using nRF52840 kit and using Ubuntu Host PC. I am running usbd_cdc_acm_example with below link :
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15...
At nRF cloud introduction pag, I got the impression the "nrf cloud" front end source code is/or will be available in open source.
Am I correct? The nRF cloud source is...
I am using nfc_t4t_lib and I need to send a response 100ms after I receive the NFC_T4T_EVENT_DATA_IND event. How do I extend the response timeout by sending S(WTX)? There...
Hello,
As nordic has implemented sdk for mesh and i have been using mesh sdk v3.0.0 LIGHT_SWITCH_EXAMPLE but i am facing some problem regarding pa_lna. Actually wt i have...
Hi,
I am testing my I2C function by using ".examples\peripheral\twi_sensor" of SDK 15.2.
Because my SDA and SCL is define in P0.04 and P0.02, and my I2C Slave is MPU6050...
Hello,
I would like to know that what are the provisioning parameters needed to add an Unprovisioned device into a mesh network?
Thanks and regards,
Jahnvi.
We, I am using nRF 5 SDK v 14.2.0.
This time, without using WDT, using only the application timer, We are developing a process to send data by detecting acceleration and...
Hi,
I'm currently trying to implement Peer Manager in my existing project, for both pairing and bonding. I'm using the ble_app_template in examples/ble_peripheral in the...
Is it possible to use the TWIM and TWIS at the same time with 2 different I2C buses with openthread.
I tried this with THREAD SDK 1.1 and had link problems because of the...
Hi, I'm trying to setup attribute reporting on zigbee HA, the device role is ZB_ZCL_CLUSTER_SERVER_ROLE, I want to configure reporting for cluster 0x0006, so each time I flip...
SDK v14.0, SD132 v5.0.0
We're creating and starting app_timer instances before we enable SoftDevice via nrf_sdh_enable_request(). It seems to work, but I remember that...
Hello,
Is Bluetooth 5, capable to communicate with BLE devices as well as classical BT devices? I think this dual capability is called smart ready.
We are planning to...
Hi,
I can program our old Nrf24LE1 boards with Nrfgo Studio, but when I tried using Nrfgocli command it fails to connect to
the board. My motherboard is set to number...
I noticed that CMSIS Configuration wizard expects values in HEX and converts them into decimal in the sdk_config.h file.
e.g. for SEGGER_RTT_CONFIG_BUFFER_SIZE_UP. I entered...