Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hello,
I need assistance with managing the Bluetooth connection between a smartphone (both Android and iOS) and my device, which functions as a keyboard and mouse (via touchpad...
Been trying to code the nRF52805-CAAA-R7. The problem is that the IC is not getting detected for programming using nrf connect. Is this the problem because of WLSCP package...
when setting the fetching code this type of output is coming i.e board is resetting continuously and also Iam taken the lsm6dsv16x drivers from browser
I'm planning to replace some parts of my circuit with nPM1300. Heres my existing circuit. USB micro -->> lithium ion charging chip---->> Battery--->> Mosfet switch with push...
Hello
I have a project, where I need to have NUS-BLE with firmware update functionality and openthread.
BLE and NUS config:
FOTA config is:
Thread config is: ...
I'm struggling with SDKConnect and the device tree stuff... and finding it hard to get good examples or docs TBH
So, I have the sample dts files for the nRF5340DK, which...
Hello, I have a problem with the bluetooth connection to a Samsung s21. It connects for like two seconds and then disconnects immediately. Then tries to establish a new connection...
In build configuration i need to select nordic board . i have been using fanstel bt840 use nRF52840 QIAA, ARM Cortex M4F, 64 MHz . what board i have to select in this ? or...
Hi I am trying to interface QSPI with NRF5340 dk board. I am getting build errors. I have used SPI-FLASH sample and it was working fine and I am trying to change the SPI-FLASH...
Hi,
in the new version of nrfx there is a function (nrfx _uarte _rx _new _data _check ( &uarte _instance ) , and how to get a similar result for the older version of nrfx...
We are working on a project, with a working secure buttonless bootloader that works flawlessly. However I recently made it with bonds, and it works with all of the devices...
I'm experimenting with the Bluetooth Throughput sample in NCS v2.6.1. As I increase the distances between devices, I see strange gaps in the transmission from the Central...
Hi,
We are working on integrating nRF-Mesh-Library (iOS and Android) sdk into our app for mesh networking, it should support identifynode, provision, add app key and add...
I found a similar thread, but it did not solve the problem. When CDC-ACM is enabled in Device Tree, the dfu-util application cannot find the USB port. The Bootloader started...
Hi everyone
I am using nrf52840 costume board. and using NUS ( Nordic Uart Service ) as the basic start sample.
My desire:
1. UART0 and UART1 work in async mode with...