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 am compiling sample code for accelerometer from sample C:\Users\mohit\nrf\v1.9.1\zephyr\samples\sensor\adxl362 .
i don't make any changes in code . when i try to build...
Hi,
I am debugging an Application running on a custom board that uses the NORDIC nrf52832 processor connected to an IMU over twi. I am using SDK17.0.2
I find WDT is kicking...
Hello Nordic Team,
I've been having good success with the 52840 and been slowly migrating a lot of my projects to the chip. While I await modules to arrive from a supplier...
I'm trying to use 9-bit UART communications with the nrf52840 using nRF Connect SDK v1.9.1, but I'm getting an error -134 when I call uart_configure().
When I use UART_CFG_DATA_BITS_8...
Hello,
NCS1.9.1, nRF52840DK, Windows10 X64, VS Code,
1.
i want to read voltage from RT_ADC pin (P0.04),
and than converting NTC thermistor value to Temperature.
...
Hi, I'm doing experiments with Bluetooth direction finding. I am using the example of the nRF52833 development board, and I have obtained the IQ representation of CTE and...
Hi I am using the aws_iot example on the nrf9160 DK.
I have opened the zephyr.dts file and in the section uart0: it has the following
I've reached this point trying...
Hi,
I am looking to connect the ds18b20 sensor to the nrf9160dk. I followed this post, but when I tried running it, I was getting a "create_nordic_project.py failed (1)...
2022-04-12
Hello Devzone Community,
I have a couple questions regarding availability of nRF9160 LTE modem settings PSM and eDRX. Question (1) If my local celular carrier...
Hi,
I have opened a ticket with Kenneth and verified it by mistake. It is now locked. I have done the changes Kenneth asked me but it didn't resolve my problem.
thanks...
Hi,
I am connecting my nrf9160 based system to the nRF Cloud and sending data from it.
I got the cloud to show the RSRP values that I sent it through the following JSON...
NCS 1.8.0
Modem FW 1.3.1
For other products I've worked on with cellular modems, we would add in back-offs to the firmware in the case we failed to open a PPP session...