I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...
Hello,
we are trying to perform FOTA updates with default SLM application based on SDK 2.9.0, but the application always aborts unsuccessfully.
Via AT interface the application...
Hi,
I am currently trying to work with pairing and bonding between the peripheral and Central device.
I am using two nrf52840 dk one as central and the other as peripheral...
Hello Everyone,
Happy New Year !
We would like to evaluate nRF54L15 system off/deep sleep mode current consumption. So we have tried the existing example ( https://github...
Hi,
I have added " config HW_STACK_PROTECTION" in KConfig file of the board.
Is there a way I can check during runtime if the Stack Protection is enabled? Is there any...
Dear Nordic Team,
I am currently working on a project that integrates your HTTPS client sample with your BLE provisioning sample, specifically on the nRF5340 with the 7002EK...
I just received the nRF21540-DK and am trying to see the range enhancements.
I simply created a new application by copying the "Bluetooth Peripheral" sample in Visual Studio...
Hi,
I am working with nrf5340 with the Zephyr OS. I created a custom data section in a custom linker file.
.my_data_section : { PROVIDE(__my_data_section_start = .); KEEP...
Hi,
I am using nrf Connected SDK v2.6.2 on windows 10. I try to create a blank application project for the device ADXL363 on SPI2 bus on the nRF9160DK board.
I basically...
Hi,
In the attached hello world example that I modified for the nRF5340DK board, the nRF UARTE serial driver doesn't exit low power mode when I type any characters on my...
Hi everyone,
I've been developing an application using the nRF7002DK, where the nRF5340 SoC communicates with the nRF7002 SoC to connect to a Wi-Fi network, retrieve a JSON...
I am currently working on a custom board with the nRF9160. The modem initialization function nrf_modem_lib_init() terminates with an error.
The error log is as follows:...
Hi,
Is it possible to use the Adafruit_NeoPixel library with the nRF5340 DK? I tried controlling an 8-pixel module using Zephyr’s led_strip example, but it didn’t work....
Hello.
I am trying to follow Downgrade protection using MCUboot to enable Hardware-based downgrade protection. However, an error occurred, and the software did not start...
Hi,
we have ESB PTX and PRX couple from nRF54H20 nRF54H20DK (rev. 0.9.1), SDK: v2.9.0-nRF54H20-rc2 and the same Toolchain, IDE: VSCode + nRF Connect plugin build for CPURAD...