Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
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...
Hello,
I have a problem when I want connect my phone to do a DFU for this I use the Bootloader Secure Example. My Phone is a Samsung Note 9 and I have the last update for...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice. We communicate with another microcontroller (a STM) with I2C. The nRF52840 is the master...
I want to use the Direct Test Mode software in the nRFConnect App for radio testing on my custom board, but it's not working. I suppose this is happening because I connect...
Hey all
I'm working on a BLE device using a nRf52840 SOC and for some tests now I've to measure the RSSI on a specific BLE channel (e.g. ch 37). What I've done so far...
Hi
I am using NC version 1.5.0 Dk version 0.15.0 .I am trying to get the AGPS data ..it's working sometimes and some times I'm facing the following error.Can you please...
Hi,
Is it possible to run a freeRTOS project on nRF52805?
I've follow the instructions from "Developing for the nRF52805 with nRF5 SDK" on the simple "blinky" example...
Hi,
I want to know a few things about sending large packets via BLE using nRF52 SDK 15.0 and above.
I am able to send the packets larger upto 128 Bytes. But i want to...
We are working on our development board contain the nRF52840. We also use Bluetooth Low Energy to load wirelessly the updated code with the DFU and it's working properly....
Dear Sir/Madam,
We are planning to devellop a remote control for resque equipement.
The remote controller and the host should pair 1 to 1. Pairing should be easy for the...
Hi.
I am going to make my own PCB with nrf52832.
Before making it, I have to check debugging through P20 in nrf52832 DK.
I have two nrf52832 DKs with SDK17.0.0.
I...
I am working on zigbee network where I wanted to get the tree of whole network but could not find any utility from nordic which can provide those info, so I have started developing...
Hi,
In my application, I'm trying to restart emulation because I want to switch from the NDEF static payload mode to ISO-DEP mode. The problem is that when I stop emulation...
Hello guys, looking forward to some help here!
I've been working on a Unit Test system setup with CMock + Unity for a BLE app. But when I try CMocking some headers in the...