Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
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...