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...
Dear All, I would like to know which is the better GPIO configuration to drive a LED for extremely low power consumption. We have a board with nRF52832 SoC with GPIO connected...
Hi,
I have Android (8.1.0), and installed nRF toolbox 2.8.0. To update firmware using .zip file.
The DFU Upload returns error:
Unfortunately, nRF Toolbox has stopped...
The 3GPP Release 14 introduced new, third power class of 14 dBm for NB-IoT devices. Is it possible to assign nRF9160 to operate at the lowest power rating class, the 14 dBm...
Hello everyone,
I am working on a project where I need to interface an NFC reader (trf7970a from TI) to an NRF52840.
I got everything working fine, but I have a major...
Hello,
I am running S140 on an nRF52840 custom board. While doing some power profiling, I noticed a spike of current of ~15mA when going from sleep mode to waking-up due...
I've created read onle characteristic called "log". In main.c i try to update it by calling : ulogd_characteristic_update(&m_ulog_service,Log_Data_arr)
But nothing happens...
How can delete individual peer bonding data without to affect the rest bonds:
-currently connected (after disconnect)
- some peer by providing RPA (assuming RPA matches...
Hi,
Is it possible to enable the transmission of 2 bytes of preamble and use the TIFS register to force a delay to transmission when in proprietary 2Mbps mode?
Thanks...
Hello, I'm using SDK 16.0, softdevice s132 v7.0.1, I'm sending the device to SystemOFF and configuring a pin to wake it up with
nrf_gpio_cfg_sense_set( IMU_INT2_PIN , NRF_GPIO_PIN_SENSE_HIGH...
Hi,
I am using a 52832 part as a peripheral communicating with a central running on an ESP32. It operates in the following manner:
1. When it is active, the peripheral...
I am getting a "Stopped by vector catch". This isn't particularly informative. How does one find the code location where the fault is generated?
Thanks
Hello everyone,
I just started learning BLE. I want to develop an application that gets RSSI from a beacon and displays the magnitude of RSSI using 4 built-in LEDs.
Beacon...
We want realize mesh network to mibile phone clients using BLE5
We assume we are have to use 3 types of devices:
1) Mobile phone/pad with built-in BLE5
2) Access points...
In our use case we are using the nRF9160 in eDRX mode with an eDRX interval of 40.96sec.
I'm noticing that the power required to transmit a message varies widely between...