Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
I am trying to integrate an ADXL345 with my nRF52. I am attempting to implement Bjørn Spockeli's driver which I stumbled upon here: devzone.nordicsemi.com/.../
I am using...
Hi all,
I have an application for nRF52 which works fine using SDK 12.1.0. I am now trying to make it working with 12.2.0 and it hangs.
Apparently inside the function...
My question is somehow connected to hardware side of SPI(M) peripheral implementation.
When using SPIM, I am observing 3 types of situation:
WhenSCK pin is defined...
Hello,
I took this project on about a month ago to do bug fixes within the app. The bugs are fixed but the OTA was not tested for the last 2-3 months. No changes were made...
Hi,
I am working on interfacing SD card with nrf52. I am sampling SAADC at 1000 sps and trying to write over SD card as well as sending over BLE. Both operations are working...
Hi everyone,
I am trying to update my nrf52832 chip with another MCU using UART.
I am using the bootloader example dual_bank_serial_s132 with the s132 SoftDevice.
...
I plan on using the ISP130301 and would like to ask the following:
I would like to start my schematic and layout using the ISP130310 from Insight Sip and would like...
I'm wondering if it can be work as an DFU Controller (where sends zip Distribution Packet) not as an DFU Target.
I'm trying to make Each of the NRF51 Cores to be updated...
I am using the nRF52832 very successfully for an audio application. However, I am observing an undesirable high current state after audio playback is complete.
Here is...
Hello Everyone) Have new unsolved problem. My custom PCB based on nrf52832 SoC has only controller, FXOS8700 accelerometer and MAX30205 health temperature sensor. For communication...
I have been using SDK7.2 on an nrf51822 quite succesfully for a number of projects in the past.
However, for a new project, which is just a simple beacon, no complex IO or...
Trying to keep this as short as possible. I have 3 I2C devices on a bus. A LSM303(accelerometer + magnetometer), a high precision temp sensor, tricolor LED driver TCA6057...
Hi,
I'm working on nrf51822 with soft device 130. I want to know how many packets are sending in a connection interval my min and max connection intervals are 30 and 80...
Hi,
just a simple question: I need to create an update over the air system with my nrf52 and I was wondering if transferring the new image to the chip requires especial...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...