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,
I am developing an application that requires communication between two nrf52840-based devices. There is a scenario in my application where the devices needs to exchange...
Hi,
[179] RTC: COMPARE event is generated twice from a single RTC compare match
This anomaly applies to IC Rev. Revision 2, build codes CKAA-Dx0, QIAA-Dx0.
It was...
Hi everyone, I'm an intermediate level nRF Connect SDK IDE programmer, and I describe my issue below:
1.- In the link below I found an example of code for the analog port...
The SDK version is using version 17 and I am using NRF52832.
I checked the following scope waveform for the next SPI communication.
Question
I want to remove the...
nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10056_ble\arm5_no_packs
Why the compiled hex file is different from before, and the code is not modified
I like to use nRF toolbox to monitor my glucose meter. To my understanding, after the glucose device connected with nRF toolbox, they will be exchanging data. So my question...
Hi,
When attaching external GPS Antenna to Nordic Thingy91, I realize that the power consumption increases by about 5mV. Are there any ways that I can config to unuse this...
I just solved this bug, so I'll share my solution.
Bug description: cannot run application after upload via nRF Connect v3.6.1 - Programmer using MCUboot. Upload is successful...
Hello,
I am ble to connect with nRF 52840 using pygatt bluetooth command.
sudo gatttool -b E5:3B:A6:E1:58:86 -I.
[LE]:connect
[LE]:Connection Successful.
Even...
Hi,
I'm using nRF5_SDK_17.0.2_d674dde\examples\peripheral\twi_master_with_twis_slave\pca10040\blank\ses to check I2C as per infocenter TWI testing document.
I have done...
Hello,
I've been using https://github.com/NordicSemiconductor/pc-nrfutil for few years now as a library of my own application to do DFU of a device. Everything worked and...
I am using an nRF52 DK and running a modified version of the heart rate collector example from the pc-ble-driver-py repository.
My modified program scans for connectable...
If you can expect the data to be sent or received at random times over UART, does it make sense to suspend the UART in the driver? Is it fine to leave both TX and RX enabled...
We are building a device where nRF9160 acts as a master that runs Zephyr OS (using NRF Connect SDK). Our device has a 2nd communication interface beside the nRF9160 modem...