Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi
I have some questions.
I'm trying to communicate with BLE using 9160DK with my smartphone.
1. Do you have a simple example? 2. Can I send videos or pictures using...
Hi nRF support team, By using the nRF Connect SDK, I am trying to create a timer, which I can use for incrementing a counter by 1 for each second on a timer interrupt handler...
Hi,
I am trying to merge the ble_app_becon with dfu. What are the things I need to add. In becon example I don't find the services_init() function. Do i want to include...
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...