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...
Good afternoon,
I'm trying to understand how the RTC works on the nRF52.
The RTC can run when HFCLK is OFF and PCLK16M is not available
Section 25.5 describes the TICK...
It appears that KConfig is uable to find any compilers for native_posix with VS Code on windows 10 after installing all recommended packages and prerequisites during SDK install...
Hello,
I am using LwM2M library in my project and I want to check what version I am using of LwM2M carrier library. Please correct me if I am wrong, is according to below...
I am creating software for a proof-of-concept device using the nRF52840 Dev Kit and nRF Connect for VS Code.
I started a few weeks ago with the Nordic UART Service code...
With Zephyr, I am using BLE Stack sample (rpc-host) on net core and peripheral_uart on app core. I changed the uart pins on from the standard dvk configuration on devicetree...
Hi
I was wondering why there there seems to be no information about profiling of the LC3 codec by T2.
Only information I found is from Karl's answer here :
The rule...
Hi~ I have a new NRF52832 REV3 xxAA board, and I need to read its SRAM value. However, when I use the JLink command to read it, I get 0. I have tried recover and eraseall...
I have the occasional issue where connecting VDD to VTG either on P20 or shorting SB24 will cause the nRF9160 DK to brown out. This happens when an external device to be programmed...
Good day everyone
I'm attempting to build a temperature sensor on i2c am running into this error. Currently using a custom board. I see that the issue was previously mentioned...
Hello,
I was working on DFU where i am stuck in a problem when i update the code via Seggar UI--> Build--> build and run, here everything works fine that is i can see the...
Hi,
When using USB to upgrade, it is necessary to use NRFUtil tool to transfer the upgrade package, may I ask what download protocol it includes? Our requirement is to make...
Setup, Windows 10 PC, nRF Connect for Desktop 3.12.0, BLE App v4.0.0 The windows nRF Connect for Desktop BLE Application on Windows 10 no longer works properly. I've managed...
Hello,
I would be interested in knowing if there is a plan to develop Linux kernel drivers for the nRF7002.
If yes, when would that be and would there be any requirements...
I'm trying to do something extremely simple but can't get it to work. Through the dev academy, I successfully loaded up and executed exercise 1. However, when I then try to...