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...
Hello,
When CONFIG_PROVISION_CERTIFICATES is y and certificates are defined in certificates.h the program fails in provision_certificates() function, the modem_key_mgmt_delete...
Hi,
I am working on Bluetooth peripheral and pin_interrupt_change program in nrf51422 on sdk 12.3 .
so I added pin_interrupt_change program in the ble_app_uart program...
I'm attempting to synchronize/correlate measurements made by two separate nRF9160 devices and was hoping to use a timestamp to do so. Essentially I would like to measure the...
I am using GPIO interrupt event.
And I added the following code because I wanted to observe PA / LNA.
Adding this code stopped the GPIO interrupts. Can the two coexist...
Hi,
For nRF82540 dev board, the secure bootloader code has embedded many NRF_LOG_DEBUG(...). But they are not displayed or output to virtual COM port. Is there anyway to...
Hi all,
I'm looking to develop a proprietary start network that may support around 30 devices, with very low bandwidth (pretty much just a keep alive and a sensor state...
I just came upon a blog post from ARM about the use of the Cortex-M4's FPU:
https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/10-useful...
Hi, I am looking for sample code that can reconnect to bonded devices and share the encryption keys with DFU-OTA.
I have worked using DFU-OTA (JUST_WORKS option); I question...
hi all,
i can't update new nrf cloud certificate
"There was an error generating the certificate: No Nordic product with device id nrf-xxxx...(imei)and ownershipCode...
Hi.
I have a Thingy91 that I will use as a remote wake up for another system. I am trying to estimate how long the system will be able to run on a single charge with the...
Hi!
I am trying to find an example project for the Rigado BMD-340 eval board, or some guide to getting running with this board. We are working on a new product using BLE...
Hello,
I am using peer manager to handle security and bonding. Everythin works fine (bonding witth MITM).
However, when a known peer connects, I am getting 6 (six) PM_EVT_PEER_DATA_UPDATE_SUCCEEDED...
I want to make The Thingy91 a bluetooth peripheral device . I want it to send the generated temperature data to cloud or another device. How do I do this? I had problems with...
Hi Nordic Team,
Please share logic to scan specific peripheral devices which are advertising with a filter other than filter for device name, uuid, short name and MAC address...
Hi,
I am using nRF52832 with SDK v16 with s112 BLE stack.
I am trying to enable the DIS service like below:
The device can boot successfully but when I checked the...