Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
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....
I follow description of https://github.com/NordicSemiconductor/pc-ble-driver to build pc-ble-driver from source. But it failed to build it.
cmake \ -G Ninja \ .. -- NRF_BLE_DRIVER_VERSION...
I use the vscode to creat a smp_svr sample project ,and how can i easily add fragment to child image(mcuboot)?
as the picture1, the files overlay-bt.conf overlay-FOTA.conf...
Hi Dev Zone !
I would like to do a complete reset to the ESB communication in my application when there is a problem with it for any reason whatsoever. This is what I have...
Hi guys,
I am currently trying to make my uart work with eDMA functionality.
Up to this point I am able to read using polling, and as second method using IRQ with a message...
Hi,
I am working with NRF52840, I need to read some sensor data or potentiometer data and that will transfer in tablet through Bluetooth. So i need a code for SAADC with...
Hello,
I wanted to develop an Hearing Aid Application using nrf52840. I have downloaded nrf connect SDK but cannot find any samples for using HAP profile. Kindly provide...
Hello,
I intend to read the battery level of the nRF9160. I see that I have 2 alternatives to perform this function, using the AT%XVBAT command or reading the battery...
Hello!
I am working on a project that uses nrf52832 microcontroller with softdevice s132 6.1.1. for BLE capabilities. One of requirements is to implement directed advertising...
Hello,
I am building a product prototype based on nrf52810 with s112 7.0.1 with NRFDK16. So the problem is the memory allocation. I setup the FLASH and RAM as per specification...
Hello,
I'm using an NRF5340 with SDK V1.9.1.
I have a code that toggle one gpio pin on a custom board. It is working well when I use P0.22. However, when I change to P0...
Hi all I have a problem with the sim card on our custom board. Earlier I tested my code on nrf9160dk. But on the custom board, the sim card is not recognized. There is no...
We have an nRF5340 application that builds fine for our custom board. However, it is not very straightforward what steps need to be performed to enable FOTA updates. I have...
I am trying to use DTM to evaluate the output filter on our NRF52840 design. I am using the constant output mode and assume that the physical layer setting is not necessary...
Hey guys,
Recently I have been working with the nrf 52840 dongle and my goal is to use the dongle to communicate with a sensor and read values from it. So far I have been...