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...
Currently I am developing application which run on nRF52832. In this application I have to decode and encode messages using RSA 2048-bit keys pair. Currently I am using ARM...
Hi,
I just want to know if this is an expected behaviour of the Softdevice. I have a central that scans every 2 seconds for 1.7 seconds (leaving 300ms for connections...
Hello,
I am thinking to use nRF52840 EVK for our project. I am supposed to use Katalon ( a tool for test automation) and Katalon works with Java. Hence, I will need a Java...
I have an existing setup, where firmware is transferred to a nRF52832 over a BLE USB dongle PCA10031 (V1.1.0) and nrfutil. This setup has been automated on our CI system/tools...
Hello,
I was able to compile my example codes successfully. All of sudden I have started seeing Error starting Process JAVA.
Has anyone faced this issue?
Can you please...
Hello Nordic team ,
I am working in BLE project ,while I am scanning device(filter) am getting (error 18) . Need your help team
Sd ble gap connect returns error code...
Hi.
I am trying to start development using Thingy:52. To start, I tried the firmware from the download page ( https://www.nordicsemi.com/Software-and-tools/Prototyping-platforms...
The Limitations subsection of the Zigbee Section here contains the following paragraph:
- OTA DFU: Migration from the nRF5 SDK for Thread and Zigbee version earlier than...
After installing nRFgo Studio v1.17.1 on Windows 7 64 Bit (using the administrator account), I get an error message in the Log section just when I start the program:
"JLinkARM...
I'm using SDK 14 and trying to build the ble_app_buttonless_dfu example. I'm using Linux environment, so gcc for building. When I try to build the example I'm getting an error...
Hi, I was just wondering why there is a "nrf_delay_ms(200);" in the SPI Master example in SDK 16.0.
Here is the code in the main function where it is located :
while ...
Hi Support,
Now I am developing over Nordic 52840 DK (PCA10056). My environment as below,
(1) upon SDK (nRF5_SDK_15.3.0_59ac345)
(2) softdevice s140_nrf52_6.1.1_softdevice...
Hello,
I am using the nRF SDK for Mesh v.3.1.0. To achieve periodic publishing, I set p_pubstate -> publish_period . step_num = 1 instead of zero in the configure step in...
Hi,
I plan to design my own hardware based around nRF9160. Prior to this, I want to verify that I can use the nRF9160DK as a debugger for my own board. As an initial test...
Hello,
We would like to develop a wireless sensor network using the 802.15.4 stack in nRF SDK.
I wanted to know if it is possible to port the existing 802.15.4 example...