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...
How can i give command from android device to ble board to get the percentage, temperature, or reset or shutdown the device with the help of receiving command from android...
I'm trying to register the SIM card of the 9160 DK at nRF Connect website,
but the website is always showing "still working..." for more than 15 minutes.
Do you have a...
Hello,
I am experimenting with setting up a network via grouping in the following manner.
Bulb_1 will be put into identification mode, and Switch_1 will detect Bulb_1...
Hello,
I am trying to send gps data using MQTT protocol. For this purpose I wanted to combine MQTT simple example with the GPS example. I added all the methods/dependencies...
Hello,
I started to work witn NRF Connect SDK with nrf52840-dk? I mapped lots of peripherals to NRF Connect SDK. There are no problems. However, I try to map nrf_fstorage...
Hello
I am testing out a blinky FreeRTOS example that's a part of the SDK and would like to use SystemView to visualize context switching and tasks. Are there any steps...
Hello,
We're using a BLE connection configured with a 15ms connection interval, and a radio event notification configured to fire 800us prior to a radio event. I'd like...
Hi,
I trying to create a blank Zephyr project for NRF52 and want to use SES. But I could only open pre-existing samples and there's no way to create a blank project.
Appreciate...
I want to create server and client in nrf9160 not through LTE. only transmit on locally in nrf9160
//prj.conf # enable libs CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi support team,
In PS, it stated the sensitivities for ideal BLE transmitter, I would like to know:
o Sensitivity at 1M PHY DLE 255 octets , Dirty Transmitter on
o...
Hi,
In the documentation [1] for 802.11.4 for nrf52-sdk it is mentioned that the documentation is for the nrf52840 soc only. Where can I find documentation regarding 802...
I would like to add FOTA via HTTP to mqtt_simple example
please describe how to do that, and how to test the update
I know I need to add the following modules via...