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'm using nRF52805 and SEGGER. My BLE device disconnects with the mobile app occasionally. The disconnection happens randomly. In the debug mode, I see some messages....
hi,guys
I have a product that uses CHIP 52832qfaae0, and then I replaced chip 52832qfaae1, and there is A problem. Chip 52832qfaae0 runs normally with the same code, but...
Hello,
looking at the compatibility matrix for the 820 it seems that rev2 of the 820 can be used with softdevices and the legacy SDK v17, while rev3 can only be used with...
Dear Members,
I want to use SPI LCD and Sdcard, they have different CS, but sharing the same SPI ports, I have used different SPI instance but not giving us a good response...
On opening a sample project located at https://www.nordicsemi.com/Products/Development-software/nRF5-SDK with keil V5 , I can directly have an error message “Cannot read RTE...
Hi there, I'd like to make some FIR or IIR filter on my nRF52840 DK. I guess I'm supposed to: 1) Provide .a file into SES project's tree (or as Additional Input File): 2)...
I am working on OTA update .
Right now i am working simple
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing...
Hi,
Is there any command for reading the type of Nordic SoCs (e.g, nRF52833 or nRF52840) that is going to be programmed by nrfjprog/ J-Link Commander?
Thank you!
Hi Nordic,
I want to write a value from the application layer to the bootloader flash region through uart, and use this value to replace the button 4's function of entering...
Hi All,
I'm using buttonless DFU for upgrading the firmware and my requirement is I would like to know the time taken for complete DFU from my application.
One approach...
Hi, I am working on designing specifications for a new product, which will potentially be using the NRF9160 as the main processor, since the main application is centered around...
Dear Nordic support,
We are trying to know the current consumption during BLE RX & TX. However, there appears to be apparently conflicting information. Which is right...
Hi,
I want to use a single firmware to be flashed on two devices that can be used as a ble peripheral with DK Button 3 and as a central with DK Button 4 .
I chose ble_app_multirole_lesc...