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...
Hi,
I am using the latest SDK, with the nRF52840.
using the usbd_ble_uart example.
Created a timer that starts to send packets to the PC throw USB with a running index...
Hi Dev Team,
I have an iot.1nce.net sim that I am using in Germany.
+CGDCONT: 0,"IP","iot.1nce.net","10.205.84.3",0,0
I was trying the eDRX configuration using a basic...
Hi,
The ' nRF52840 Errata Attachment Anomaly 172 Addendum' linked to in the nRF52840 errata (Version 1.3, page 17) seems to be missing; the link gives a 404 error. Where...
I've tried to test the ZigBee OTA example on the 4.1.0 SDK, but it does not work. I've gone through the exact steps of the procedure as described in the infocenter, but it...
Hello,
in our project we have a nRF52840DK as central (s140) and a custom board with nRF52832 chip as peripheral (s132). The software on the nRF52840DK is based on the ble_app_uart_c...
When I program the Zigbee cli example from T&Z SDK v4.1.0 I see that the Zigbee stack uses some flash areas at the end of the chip. In my case 304 bytes @ 0x000F7000 and 24...
Hello,
Using libuarte I have been able to set up UARTE0 and UARTE1 for main communications, and debug communications respectively. While using UARTE1 to print out debug...
Hi,
I's trying to implement switch two application firmware in the openbootloader example, but I meet some issue.
I change the sector to 0x27000 in App1, 0x40000 in...
Hi, in my app, I have to implement sleep between transmission running at 4Hz. On the background there is running adc, which data are collected via ppi, timer and SPI easy...
When turning off the UART device, the UART ASYNC API callback will be called with the UART_RX_STOPPED event.
This will then not recover, and the event will be spammed infinitely...
Hi.
I am using nRF9160 DK. I want to communicate BLE in series with multiple DKs. Assuming there are DK 1, DK2, DK3... ...DK9, DK 1 is connected to a computer. DK 2 to 9...
I've managed to successfully increase BLE MTU Size and Data Length on a 52840 to 247 and 251 respectively.
This works fine with BLE Notifications on a recent MacBook Pro...
I've reinstalled several times. nRF Connect recognizes PCA10100 at serial COM8 but all the read/write functions are all grayed out
2020-11-02T23:19:35.987Z INFO Application...
Hi All,
trying to understand the USB CDC ACM example for the Nordic 52840 using SDK17. I believe I've got it working, but there's one thing I'm not quite understanding....