Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
I had my environment running fine with (IIRC) SDK 1.4.x and Segger J-Link v688. I thought "it might help" to upgrade to the latest SDK.
I have the new SDK built and apparently...
Hello Use the S132 Central. Use two S112 peripherals. I want to communicate data to two connected peripheral devices at the same time. You are using nus. The connection was...
Hello,
I am working on a wearable device and need the lowest power consumption possible. The project configuration is:
S132 7.2.0
SDK 17.0.2
The board is powered...
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...