Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
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 am using S112, nRF52832 and SDK SDK_17.1.0_ddde560.
Using below code snippet I am putting device to deepsleep. I have turned off the RAM retention. However, still...
I am trying to create Docker image with all the tools to build and flash the board. But I have the problem with nrfjprog:
$ nrfjprog bash: nrfjprog: command not found
...
Hello Nordic Team, We haven chosen a nRF52805 SoC and MDBT42T Module and would like to operate with 2 i2C sensors on two different Pin-pairs. Since the nRF52805 only has one...
Here's what i am struggling with: my code generates a error while building for every line where i use a function starting with "nrf_drv_gpio_..." saying there is an undefined...
Hi all,
I am about to purchase NRF51-DK Nordic Semiconductor ASA | Development Boards, Kits, Programmers | DigiKey but this says for nRF51422, nRF51822 series Transceiver;...
Hello,
I am using the peripheral uart sample and it works fine. My issue is that whenever the buffer is full it automatically sends the data from the com. How do I stop...
I'm working on the nRF5340 using the newest release of the nRF SDK, SoftDevice and zephyr project. I get the connection index from our application but need to retrieve the...
I change nRF52832 firmware to support DFU OTA. But ble_dfu_buttonless_async_svci_init() failed with errCode=0x4.
0> <info> app: Version 1.2.1 0> 0> <info> app: ========...
When I use Keil to build project for supporting DFU OTA. Keil shows changing *.o to *1.o. Is it normal?
Build started: Project: ble_app_band_v4 *** Using Compiler 'V5.06...
We are using the Softdevice controller from the nRF Connect SDK on the nrf5340 processor and have implemented the commands to read and set the tx power level in the controller...