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 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...
Hi all, I got the nRF52833-DK 2 months ago. I've deployed the heart_rate_demo.hex example to it and it seemed to work. Now i'm trying to connect the DK to the PC again and...
Hi Everyone,
I am starting development of new project and we are using the module MBN52832.
Now I want to start my development for this board. I have a few questions...
Hello,
My questions is very simple but I found many trouble during the procedure.
I would like to export my project (created con VSCode) from my PC to antother one and...
Hello everyone!
While programming nRF52805 module, I am encountering an error in memory reading stage. Logs from the application (both Failure and success cases) are attached...
Hi, I am working on a Homekit project and the nRF Homekit SDK uses NVS settings to store data in the internal flash. Is it possible that I can add another partition in the...
Hardware:
nRF52840 DK
S140 Soft Device
SDK 15.2.0
Hello,
I want to confirm my understanding of the impact of flash operations on the nRF5240 when using the SoftDevice...
As far as I know, there is a limit on the number of packets that can be transmitted in each connection event of a Bluetooth transmission. Is there any configuration that can...
Hi,
I've been working on an implementation of BLE Mesh's Generic Sensor model using nRF5 SDK for Mesh v5.0.0. The sensor I'm working with is a temperature and humidity sensor...
In out project we have a nRF9160 connected through UART to a nRF52840 that's used for low power beaconing.
In order to configure the advertisement data on the nrf52840 we...
Hi,
I am trying to test the multicore example but when I try to build the application I have some errors related to python (maybe). The log is the following:
I don't...
What is the difference between nRF52840( QFAA ) and nRF52832( QFAA ) on hardware level? Do both of them have same footprint? Because I am facing difficulty finding the stock...
Hello,
I'm using the PPK2 to evaluate a DUT which is transmitting over BLE using NUS in SDK 17.0.2. I'm seeing very large variability over each transmission and was wondering...
Hi all, I am working on nRF52840 DK and wish to control the mesh light example using BLE central devices like Arduino nano ble 33, esp 32 and smart phones. I could not find...
hi,
I use download sample on nRF9160DK. I try to use CoAP with DTLS, but the SAMPLE_FILE_URL only support http and https url, I can't find another coaps server to replace...