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 have followed a few manuals like this one: https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/GetStarted#infotabs
or this one:
https:...
I'm trying to make an application which displays signal transferred via bluetooth.
To reduce computing time on the tablet, I want to apply oversampling in nRF52840.
The...
Thanks in advanced. I achieve 4 uint8_t dynamic sensor datas, I want 52832 transmit them through BLE continuously. Based on examples\ble_peripheral\ble_app_gatts_c, I can...
Dear,
How to evaluate a channel if is clear in property in NRF528 serials? e.g. there are ED and CCA in 802.15.4 standard, how to implement CSMA in NRF52810?
Hi
I'm using nRF52832, SDK 16.
When I enabling timer application the power consumption is increased by ~450uA, far away from the product specification
What may cause...
Hi there,
We're trying to write to the UICR CUSTOMER register to store some of the manufacturer info, such as BLE MAC address, for example.
When SD isn't running we have...
The following is loaded into flash on the nRF52840: Bootloader: 0xe0000 Application: 0x27000 SOFTDEVICE S140: 0x1000 MBR at 0x0000
Bootloader starts, waits 5 sec and runs...
Hello,
I want to use BLE direction finding. In the product brief ( https://www.nordicsemi.com/-/media/Software-and-other-downloads/Product-Briefs/nRF52833-DK-PB-10.pdf?la...
Hi,
I need some help to interpret the LTE timers values that my network operator applies.
During network registration I requested RPTAU : 10 min and AT : 0 min, by issuing...
I want to connect the nordic ZigBee with Digi's XBee module.
I have configured the Digi XBee pro s2c module as coordinator and nordic as a router but they are not communicating...
Continuing the discussion that was documented here:
https://devzone.nordicsemi.com/f/nordic-q-a/64691/how-to-use-the-latest-version-of-californium
1) I modified the resources...
Dear Nordic Support Team,
I haven't seen any forum posts directly applicable to the issue I'm seeing so I hope you can point me in the right direction.
The basic Thread...
I wanted to try to test some of the nrfx_saadc v2 features in a project I'm developing. I downloaded and ran a couple of the examples from GitHub and they run fine on a nRF52...
Hi,
we are facing the following error. We bond our device (peripheral S140, SDK 15.3) with the following settings with iOS devices:
#define SEC_PARAM_BOND 1 // Perform...