We are building project with this config parameters: But we get this error messages while compile: If we use CONFIG_LOG =n for mcuboot, then project compiles normally. Also...
I'm developing a solution using the nRF9160 and would like to confirm the correct method to completely disable NB-IoT mode so the device operates exclusively in LTE-M.
...
Hello Nordic team, We are trying to use ST7305 display (custom driver that we have developed using st7789V as refrence ) and acconeer A121 senors on same SPI bus. The A121...
Hello, as from title, after updating from ncs 2.7.0 to 3.0.2 my application cannot advertise and scan concurrently anymore.
If I start advertising after starting a scan...
Hello,
I am using the NRF54L15 DK for development. I have configured the i2c with P1.12 as SCL and P1.14 as SDA.
below is my code in .overlay file
Below is the code...
Hello,
we would like to test our product after production. So I would like to connect a PC to the unit via BT-LE. My Idea was to use the nRF52840-Dongle like the nRF Connect...
Hi,
When try to use timer based on nrfx ( https://github.com/NordicSemiconductor/nrfx/ ) directly on the nrf54l15 DK board, I found it never call the timer_handler( ). ...
Hi everyone,
When I set the radio's transmit power, I can use "sd_ble_gap_tx_power_set" function. If I want to get the radio's transmit power, is there any function I can...
I am using NRF_GPIOTE->EVENTS_IN[0] and NRF_GPIOTE->EVENTS_IN[1] in my software. I had my own GPIOTE_IRQHandler working.
Today I am adding UART module into my source code...
Looking for a 3rd party Nordic based BLE module that comes with a chip antenna and exposed pin headers so I can quickly solder a AA battery housing and a single SPI board...
I'm using nRF51822 Beacon v1.1.0.
It seems interrupt has ocurred every 256msec.
I want to change timing of interrupt interval.(like a 512msec, 1024msec etc.)
Is it possible...
We're making a height sensor with Bluetooth connectivity using a simple HC-SR04 ultrasonic module, which outputs the height as a pulse with certain width. The width of the...
I am getting the following warning and errors after updating to nrf51 SDK 8.1.0 from 8.0.0 Do I need to change something else?
compiling main.c...
App\main.c(197): error...
Hello,
I am trying to use the DFU genpkg tool provided by noric for a full application deployment (bootloader, SD, and application). When try tying to do the application...
Hello all,
Am I right in thinking that to use the ANT SoftDevice, I basically must use an external 32 KHz crystal, in order to meet the accuracy requirements?
Looking...
What are the main considerations for choosing between nRF905 and nRF24L01+ for an application? Is it just the transmission range (distance) and the frequency? Are there any...
I am trying to write a radio code without using BLE stack here i was able to write down code for initialization of radio and was advertising some random packets. But how should...
Hi, I've got another question connected with pstorage module. Does anyone know what happens if we will call pstorage_update() function when we are trying to update some data...
Hi,
I have a custom board with nrf51822QFAA(256K flash) and I'm trying to test DFU-OTA (BLE transport) for an application. With only Softdevice and bootloader installed...
Hello,
I am developing using nRF51822 Beacon Source code and Beacon Hardware by Nordic.
I want to modify as below.
It never advertise by Intervel Time.
It advertise...