Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
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...
When I reset a node after it's provisioned but not configured, the p rovisioner would keep trying to configure it, and would not be able to provision any other nodes.
...
Hello,
I am trying to 'recover nRF52840 dongle after accidental UICR erase' as described here I did modify my dongle as described here
Unfortunately I do not know how...
Hello,
NRF52840
SDK 15.3.0
SoftDevice: s140
OS: Ubuntu
IDE: SES
I am having difficulty getting consistency out of the RTT + NRF_LOG_INFO() print statement. It...
Hello,
I use the nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31 with nrf52840-DK.
I'm looking for a way to get the transmit state after I sent a udp packet. I would like...
Hi,
we've been trying to reduce power consumption do I able to connect unused pins to GND directly?
Trace 1,2,3,4 do I able to connect to the GND?
Thanks, in advance...
Hi,
I am the first time programming with nordic and Segger. As I received the Thingy91 I just the getting started assistent to set up the toolchain.
This worked fine so...
I have the following setup, master (Nrf24L01) and several clients (Nrf52840), the clients listen, the master sends a message to one client and switches to listen. When the...
While most of nRF5 DSK modules have conditional compiling, such as
#if NRF_MODULE_ENABLED(BLE_DIS) the components/ble/ble_services/ble_dfu/*.c lack these macros. In my project...
Hello,
I use nRF5_SDK_15.3.0_59ac345 and ble_app_multiperipheral_pca10040_s132 .c code
In that code I integrate the capsense code it's work but after some time it's...
I'm want setting Secure_Bootloader.(IAR compiler, SDK 15.3version)
I followed the following guide but got stuck in Step B.
https://devzone.nordicsemi.com/nordic/nordic...
Hi All,
Can somebody point me to a Buttonless Secure Serial DFU Example from SDK16 or SDK15.3.0 for nRF52840-DK
I would use it with only Rx/Tx that is No Hardware Flow...
I want to read all data from a cluster is there a way to pass a wild card to
ZB_ZCL_GENERAL_ADD_ID_READ_ATTR_REQ(p_cmd, attr_id);
Or is there a smarter way to get the...