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...
Hi,
I'm developing a project which use softdevice and some peripherals together. I want to use serial communication with uart. But i couldn't initialize the app_uart module...
Hi there, Im successfully sending 1.1mB om data from Android Samsung S9 or iPhone 11 Pro. My problem is the low throughput i achieve, its about 6.1kB/s on iPhone and about...
Hi
I have a few questions as a newbee on Nordi products:
Can nRF9160 be used as modem via UART in the same way as i.e. Simcom's ?
Is it possible to run code on the...
nrf_log_push is declared as
I think the const in the parameter should be before the pointer not after it? const-qualifying a parameter (as opposed to the chars pointed...
I am developing a device based on nrf52840, this is peripheral. But I want to change the code so that I can only connect to my device using my application (in other cases...
Hello,
As I am using max30003 ECG with nrf52840 Using NRFX_SPIM example code( SDK15.2-PCA100056 ), I have developed drivers and I am able to read device id through my driver...
We had been using an AT&T M1-enabled SIM in one of our development units successfully for quite some time. After we upgraded that node to MFW v1.1.0, it is no longer able...
I have a custom board based around the nRF9160. I am trying to use the LTE Link Monitor to test the Modem but and having problems.
I am able to connect to my board OK, please...
Hi Nordic teams,
I'm trying to integrate the DFU function into light_switch example this days. At the beginning, I used the dfu example to update my evaluation board, and...
Hi,
Good day!
Statement of problem: In our application, we are using nrf52832 SoC to control critical components (heater). So I was suggested to use a watchdog timer to...
Hi,
Im trying " https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/gps/src/main.c " gsp example to check supl(AGPS) to integrate into my application...
Hi,
In-app when you scan for device and after it is found you press the connect and then the notification/permission to pair pops out. Our app developers are saying that...
Hi,
We are using nRF51DK for our development, we have developed Android app for Android smart phone.
When the Nordic BLE device advertising we are trying for BLE connection...
Hi guys,
I'm fairly new to this kind of stuff and I'd appreciate if someone could point me in the direction of how I would go about taking the data being transmitted by...