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...
Is there a way to perform bluetooth operations using bluetoothctl The required functionality is: --- The dongle is plugged into the Raspberry Pi usb --- The dongle can then...
Hello,
I am running an ble_app_uart example from SDK 17.1.0 in SES on my nRF52-DK.
As great example as it is, I find it a bit non-practical for further development so...
I need repetitive Timer and Edge Counter in my application. There is is a single Timer Peripheral that can be used either as a Timer or Counter. As well, further in counter...
I am developing an NRF52833 application that reads from the I2C sensor MLX90641. Below is the code I am using to test. MLX90641_I2C_Driver.c was originally written for Mbed...
Dears
Th case ID of my old question is 218372.
I were waiting for two weeks. However, nobody responded to me.
I wanted to make a BLE mesh product used NRF52840 and NRF21540...
Hi support team
I'm now based on ncs1.9.0 platform. I check the file "\nrf\samples\bluetooth\direction_finding_connectionless_tx\README.rst", finding that the board nrf52811...
I am working on a project with nrF9160dk to connect with AWS IoT cloud, when I was trying to update the certificate by using LTE Link Monitor, why I am getting errors when...
Hello, I tried to using the nRF Connect SDK with VS Code, however when it seems there are some problem while I trying the build. I have read the similar post and trying to...
Why is it that when I try to build assert_tracker_v2 for thingy53_nrf5340_cpuapp or nrf5340dk_nrf5340_cpuapp I get:
Blinky builds fine.
Also, cleaning projects tend...
Hi,
I've made my own PCB with an nrf52840. Right now I'm hoping to test out the bluetooth and measure my board's power consumption - the only problem is that I can't reliably...
Hello,
I can not find a good example online on how to properly configure nRF9160 DK for i2c. In order to learn the system, I am testing a simple example with the nrf9160...