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...
I want to use the Nordic UART/Serial Port Emulation over BLE to communicate to a windows or linux host computer.
I see Andriod and IOS haveapps available to support Nordic...
Hello,
I have upgraded my project from nRF_Connect 1.5.1 to nRF_Connect 1.6.0.
It runs on nRF9160 and I use RTT viewer v7.50a.
The problem that I see is that the logs...
Hi everyone,
To give a first introduction, I have been working with this development kit for a while now. I'm trying to develop a Zigbee device and I'm very close to finishing...
Hi,
I want to scan for broadcast messages from a specific device that I never connect to (not bonded to for sure) and I want to filter out messages from other devices! to...
Hello,
In my project i want to interface M24C16-R external flash using i2c
I am using SDK 17.0.2 and nrf25832DK
So, the problem is first i have used "twi_scanner"...
Hi,
We are working with nRF Connect SDK v1.5.1 and an nRF5340 device. We want to use the hci_rpmsg sample from the SDK to run in the net core, but we want to move the directory...
Hi,
I saw on this answer that the pins for SPI should be chosen among non "Standard drive, low frequency I/O only". But from the default ones only SCK is not low frequency...
Hi all,
We have developed a BLE project on nrf52810 that uses S112 and we want to port this project to the nrf52811.
Which code changes should be made? Is there any SOP...
Hello i'm looking at the current consumption with the nrf PPK2 and i'm observing a strange behaviour :
the nrf advertise for a while then should stop the advertising using...
I installed Nrf Connect App for Windows. I was OK initially. Then I saw there're updates available so I let it update itself. Now it has a version conflict. When I try to...
Excuse me:
I want to implement the application allows a connected USB host to remotely tell the app to reboot into the bootloader to allow it to be updated via DFU.Can you...
Hello,
in my application I need Real Time Clock whit date and time.
How set and get the current date and time.
Where i found an example?
Thanks in avance
Best r...
Hi, faced a problem while transferring a project nrf52810 on nrf52832. I changed project settings and file paths comparing projects. The connection with the phone became very...
Hi,
I am trying to evaluate the asset_tracker_v2 on the thingy91, and its low-power items.
Perhaps I am missing something, but changing the config in the cloud seems to...
Hi,
I try sdk 17.02 nRF52840 usb audio demo, I want to achieve 48KHz stereo music play by a I2S DAC.
Because I need to compress data in main while(1) loop, I found that...