I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
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...