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, I am trying to get a custom board with an nRF5340 (on a Raytac module) up and running. I want to emulate a simple HID mouse. Therefore, I selected the code from the...
I have just started using 2.7.0 with the nrf54L15 chips and come across a few problems.
When trying to run the UART sample I found that the app overlay files, which I believe...
Other than setting the DCDC_MODE_PIN, what else does the sd_power_dcdc_mode_set() do?
I'm seeing an issue where I have a GPS peripheral on UART that is seeing about 10dB...
Hi Nordic team,
Hi Nordic Team,
We are trying to configure two SPI masters. It works when I use any single SPI (only one), but when I add the second SPI, I encounter...
Hi,
I am trying to compile an old project.
I am using SEGGER_Embedded_Studio_Nordic_v568_win_x64 with nRF5_SDK_17.0.2
I am getting an error message for the following...
Does the 7002 support 802.11 monitor mode? https://en.wikipedia.org/wiki/Monitor_mode
Some chips call it promiscuous mode even though that should be something separate ...
First of all, I see that NRF52840 doesn't have a Real Time Clock but it has a Real Time Counter which is not working in case of sleep and low power mode, am I correct?
Second...
Hey everyone,
I am having trouble setting up the lsm6dsv16x as a interrupt. I was able to successfully poll the data meaning I can talk and read imu data, but no interrupt...
Hi , I wanna keep my existing mobile application which talks to nRF5340 over the BLE NUS service. I am using the default BT_UUID_NUS_VAL as my primary mode of communication...
I want to edit the explom firmware that comes with thingy91 to add the reading of new sensors and send them to nrf cloud. Where can I get the example of the Asset Tracker...
I have a custom board that started life based off of RF9160-DK 1.1.0.
We have a single programming header that can be used to program either the 52840 or the 9160 depending...
I've installed nRF Connect for VS Code Extension Pack v2024.9.5 to ubuntu 22.04 and after opening vscode the free disk space continues to diminish and cpu load is constantly...
Hello,
We are working on an integration between a nRF52832 and ST LIS3DH accelerometer on our custom board, using SDK 15.2.0 with SoftDevice and BLE enabled, and have observed...
The last couple of months I have been following the course “nRF Connect SDK Fundamentals”, but I am unable to get further than Exercise 2. This is because Visual Studio cannot...