nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
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...
Hello,
we have experienced multiple times during testing that nRF9160 Modem reported CEREG 2. After that it stopped generating any notifications and stopped connecting to...
Adverting mode changing from BLE_ADV_EVT_FAST to BLE_ADV_EVT_IDLE. Could you provide example for changing adverting mode from BLE_ADV_EVT_FAST to BLE_ADV_EVT_SLOW mode?
...
Dear all
I use VS Code with nrf Connect v1.9.1, DK is nrf52833. It has been working fine in terms of debug, but today it stopped working and give me a message like this...
Hello, Nordic team
We have been studying Nordic for some time and are now in the stage of product research and development. We bought an nrf9160DK from a local agent at...
Is it possible to download the Certificate from a file or memory to chip with the internal SDK function?
I intend to automate the installation of the certificate on the...
Hey, we are moving our projects from nRF5 SDK to nRF Connect SDK
Iam new to this SDK and Iam trying to add mesh features into the project, so I'm using Bluetooth mesh: Sensor...
On a custom board with the NRF9160 chip, performing `nrfjprog -f NRF91 --recover --log`, AND `nrfjprog.exe -f NRF91 --coprocessor CP_APPLICATION --recover --log`, I get: ...
Dear Community,
I am trying to run the HTTP application update sample. I can run the sample without issues, but after the download is completed, the app is not updated...
I am using an nrf9160DK with modem firmware v1.3.2.
I want to be able to send the "AT#" type of SLM-specific AT commands to the modem (and read the response back) via firmware...
Hi,
I have setup exactly as described in this page Bluetooth: Mesh sensor server — nRF Connect SDK 1.4.2 documentation (nordicsemi.com) ,
I can successfully read the temperature...
Hi
According to the documentation for the GNSS interface, information into non-volatile (NV) memory so that the information can be used when GNSS is restarted and also after...
Good day
Im trying out the central multilink BLE example on sdk 2.02 with VS Code zephyr. After adding the example, under source file there is a warning stating
"missing...
I have trouble compiling when using the uart1 device on nrf5340dk with ncs 2.0.2.
I took the uart example program from Developer Academy. It compiles fine with the original...
I am creating a Matter accessory device with the nrf52840dk and the guide on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...