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...
I run a matter light_switch demo on my nrf54l15dk board, and I added these two configurations in prj.conf to enable dfu over bt smp. Built and burned the firmware into my...
Hi,
I am currently working on creating a Custom Profile, and have used Peripheral Sample code. I tweaked the code and was able to send 512 bytes of data on 8 different characteristics...
Hi,
I'm working on a GPS tracking application using nRF9160. The application is to send sensor data and location data every 15mins. I've build a prototype and I'm not happy...
Hello, I'm using the nrf52833 dk with nrf Connect SDK v2.6.1. I'm trying to disable the watchdog with wdt_disable() but I keep obtaining -1. Is there any way to disable it...
Hi
I recently had to bring some prototype boards online for the first time, and in this context did i have to flash the modem firmware (v2.0.2 to the SiP (nrf9151).
...
Hi,
I have been debugging with Serial LTE Modem(SLM) without an external flash .
I made the circuit of nRF9160 (SICA) without the external flash (MX25R6435F?) , I would...
Hi All,
I am using nRF Connect SDK v2.7 + VsCode + NRF5340 DK and trying to add and extend matter-light-bulb sample. With ' MA-onofflight ' when I try to compile the project...
Hi,
I am working on nrf52840DK with NCS v2.7.0. I want to send the data to the addressable led strip using the pwm interface.
I am using the NRF PWM driver ( nrfx_pwm...
Hi there
Does anybody now if there is a implementation / reference project / company which solves the firmware over the air update of several devices inside a OpenThread...
I am having nrf52833 module where I need to update the firmware via uart, I am using sdk_16 and I'm unable to find the PCA10010 for uart. Can anyone suggest me how to attempt...
Hello,
I am currently developing a project using the nRF 9151 and SDK version v2.7.0.
The issue I am facing is that I have configured the PSM mode, but it doesn't seem...
SDK v2.7.0 nRF5340-DK with nRF7002-EK Matter samples (e.g. light bulb) Extra CMake arguments: -DSHIELD=nrf7002ek Use sysbuild
Tested with v2.6.2 (no sysbuild), and it...
hello ,
some brief about my board it is nrf ble nrf52810 without crystal.
i am using segger debugger.
while doing step by step execution it come till line sd_softdevice_enable...
Hello!
I am using the development board of NRF5340DK, I found an external flash (MX25) on it, I want to know how to program the external flash through the onboard jlink...