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...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
I am working with nRF52840 with MAX86141 and learning how to setup the SPI connection
Here is an opensource example : https://github.com/JON95Git/zephyr-spi-directly
And...
Hi Support Team,
I am using the nRF7002DK board for our product POC (Proof of Concept) purposes. We plan to use the same MCU, the nRF5340, for our final product.
I have...
Hello,
I am using an nRF9160dk with the nRF52840 acting as the BT controller running the Bluetooth: HCI low power UART sample ( https://developer.nordicsemi.com/nRF_Connect_SDK...
modem_info_get_current_band expects an uint8 pointer to store the band into, but scans for an unsigned int (probably above 8 bit) in nrf_modem_at_scanf. This leads to memory...
Hello
I am working on a WiFi application using a custom board equipped with both the nRF5340 aswell as the nRF7002. When requesting a WiFi connection using the net_mgmt...
I'm using 2 nRF52840 DK to run a data transfer test between a central and a peripheral.
The Central device uses ble_app_uart_c, The peripheral uses ble_app_uart. These examples...
We are trying to re-layout the PCA10059 Dongle. I would like to continue to use the existing USB bootloader .hex file for updates via CDC_ACM. One thing I am confused about...
Hello, DECT NR+ seems as a good fit for our product, however, current stack providers(Wirepass and Lynq) are not suitable for us. I'm wondering are there other companies who...
Since the tickets are scattered, I will summarize the questions about nRF5340 Audio again.
Prerequisites
NCS version is 2.5.0. Raytac's MDBT53-1M is implemented on a homemade...
Hi Team,
We are using SLM SDK 2.4.0 and MFW 1.3.5
We moving forward to SLM SDK 2.5.2 and want to FOTA all our products outside, but, some have problems with cellular...
I'm organizing my code with nRF SDK v17.0.0,using the board nRF52832 that designed by myself.
In order to support multi-central,the peer_manager module is used.So that I...
Hi! I'm developing using nrf52840DK and have an issue with DFU. When I'm uploading new app image and choose test and confirm, image is uploaded but after resetting DK, MCUBoot...
Our hardware designed with nRF52840 and npm1300 works perfectly.
We are working on an architecture where a single central communicates with four peripherals...
Hi,
I'm trying to use the periodic sync sample app using 2 nrf52833DK (one for advertising and one for receiving sync) and been getting this assert message every time a...