I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
Hi,
We have a custom board with nrf51822 and we use chip antenna from ST BAL-NRF01D3, now the distance it support is very very short (less than 20 cm). So, please tell me...
Hello,
Can I assign two GPIOTE tasks to work with the same output port? One to set it high, another to set it low.
Here is the code segment:
nrf_gpiote_task_config...
Thanks for all your help.
From 30-yr programmer and new bit-banger.
Playing with the 6310 example, rtc_example, the following code makes no sense to us with the toggle...
I have just begun tests with the nRF51822 DK.
I have written a test program which uses the RTC and PPI to generate an event every 125 ms, and use a task to toggle a GPIO...
Hi,
I´ve programmed the nRF51822 DevKit´s module (PCA10004) with S110 SoftDevice and example <ble_app_pwr_profiling>.
In SystemOffMode I measure a current consumption of...
Hi
I trying to read data from EEPROM through i2c bus . i used twi_hw_master.c application code.
i am reading same data from EEPROM when i debug step by step. but once...
Hello,
I would like create a basic programme in c/c++ for the NRF24LU1 .
I have take sdk, when i try compiling 1 programme i have a lot of errors .
What compilator...
Hi,
I use an app_timer to gather ADCs and send with Gazell with period 5ms.
What I suffered is the sent packet is different from what I put in buffer.
my pseudo code...
I am able to send data from EK to MCP but even i am sending one byte of ASCII(alphabet) of data, it is showing as hex value in MCP ex., 'C' as 43 , if i want to see ASCII...
Hi,
How to set the advertisement parameter's (uuid's list) , while using both custom and SIG adopted services?
I modified the source code as below, but it is not showing...
I would like to implement a simple wireless sensor network, using Enhanced Shockburst with Auto-ACK. The idea is that there will be many sensor nodes (SNs) reporting to one...
I have a question about using the GPIOs,I found that I can set a ‘1’ at the same bit position of OUTSET register and OUTCLR register. But which one is effective ?
Hello guys,
Looking through the product specification for nRF8001 I am still not clear on whether a master device can be connected to the nRF8001 (in peripheral mode) and...