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...
Hi,
I am using the PCA10040 DK (v1.1.1) to measure the current consumption in sleep mode and the current is about 200 uA. (3V, DCDC Enable)
Following is the code, it...
I'm new to the nRF Connect software and I'm following the helpful "nRF Connect for VS Code" video series on YouTube to install it on my Windows 10 PC. Everything was going...
hi support team,
customer has one question about about sd_ble_gatts_hvx notify API, found that this data is not sent out immediately, but there is one connect interval...
HI,
i building nrf5_SDK_for_Mesh_v5.0.0_src got error undefined reference to `NRF_LOG_DEBUG'
nRF5_SDK_17.0.2_d674dde , DK10056 52840,
i put it the same dir and seted...
Hi,
I got the example github.com/.../nrf52-ble-multi-link-multi-role and I have added FreeRTOS to the example refer to ble_app_hrs_freertos in SDK v15.2.0 with S140 v6.1...
HI,engineers
i want Design a product,One to many device.
One 52840 is used as the transmitting station and 20 52840 are used as the earpiece (receiving 4KB/s audio);1KByte...
Hi,
We are currently trying to flash the connectivity firmware on the nRF52840 USB dongle using the Bluetooth Low Energy application available on the nRF Connect application...
Hi, I am using MCP2515 lib from https://github.com/DejanBukovec/NRF5-SDK-MCP2515
So far example is working when i connect Jlink RTT viewer throughout the testing.
...
Hello everyone,
I am new to the Zephyr RTOS and this is my first project with the nrf9160, although i already worked with the nrf52832.
I am using a nrf9160_DK and for...
Hello Trouble you again I can receive the data in the test now! But only the first few bytes can be received!
#define PACKET_BASE_ADDRESS_LENGTH (4UL) //!< Packet base address...
Can the nRF52840 dongle be used to sniff/record BLE communications even if the recorded packets cannot be decrypted, or can it only record packets when decryption is possible...
Hi all,
I got thread cli working and now I tried to set up a thread network.
I built the sample for the nrf5340PDK with overlay-minimal-multiprotocol.conf and overlay...
I currently trying to get my DK connected to nRF Cloud, I am based out of Western US and I have already provisioned my SIM card. I followed the documentation instructions...
In my program, there are different sections like each section does a different task and I am trying to use a different clock frequency for each section. So, I want to know...