Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi There
My design is basic on nrf52840. I need a pin be controlled alternately by GPIO module and PWM module in my application. The PWM function is realized by setting...
Hello!
I am now working on a customer board based on NINA-B3 module (NRF52840).
I found a weird problem: after successfully flashing firmware through SWD for several...
I was working in a Zephyr project and wanted to test something on my nRF52840-Preview-DK board - which I had just used minutes before and successfully had `west flash` write...
I'm trying to compile the serial LTE modem to trial the functionality.
The version as set by the import examples program in SES does not compile:
The error: mkdir(modules...
I set up PPI so that it kicks off TWIM (I2C) transfer on GPIOTE pin transition low to high. Everything works great, except that I also setup a fork task to set another GPIOTE...
Having a BUS FAULT while trying to use uart_tx on the NRF5340 with NRFConnect SDK. Based on the peripheral_uart sample project. Any ideas what may be causing it?
Heres...
This took me a while to figure out.
The default values for the WDT configuration in SDK 15.3.0 (and 16.0.0) is spelled as "NRFX_WDT_DEAFULT_CONFIG" ?
RMV
The following code has an unexpected out-of-bounds array access:
Primary cause is this line:
On an uninitalized pin number, channel_port_get() returns -1, which...
Firstly my current usecase:
We are using a STM32 as a main processor. the STM uses UART to communicate with the nRF52 using the serialization stuff. I currently have most...
Using ncs v1.4.0, modem FW v1.2.3, SES v5.10d.
I'm trying to get NVS working using /zephyr/samples/subsys/nvs. It is failing to write. I also tried the code in this post...
hi
i was trying to interface sd card with nrf9160 in segger emstudio. i was following the ticket Reading SD card on nRF9160dk - Nordic Q&A - Nordic DevZone - Nordic DevZone...
HI sir i was trying to interface pdm microphone. i followed the existing ticket PDM Driver for Zephyr on nrf52840 . i had modified the proj.conf as below
but during the...
I've created a peripheral that is advertising about every 320ms but am seeing less than half of those packets in nRF Connect on my Android mobile (configured to run in low...
Hi, Could you please guide me on how to fix this? I've ported the slm client example here to the bsp project inthe sdk and getting this `.nrf_queue' will not fit in region...
I have an input signal of unknown period and pulse width on a GPIO. I want to use the PWM capture capabilities to retrieve those parameters.
I see in the documentation there...