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...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I am working on a project that involves 2 nrf52840 DKs. One device will be running a ble application while the other device will be lookin, fetching and programming...
In SDK 1.4 we combined the udp and GPS examples and the result is unstable.
I think this could be because once enabled by RRC mode == Idle, GPS keeps going forever.
After...
Hi,
I have an issue with using the %XRFTEST command for TX testing on the LTE-M network. My setup consists of the nRF9160 DK (PCA10090) with the MFW 1.2.3 and a 1NCE SIM...
hello,
i am using two customised nrf52840 boards to get maximum range between the boards using this example https://github.com/NordicPlayground/nRF52-ble-long-range-demo...
I have update the SDK from version 1.4.2 to 1.5.0.
Suddenly i see that the hci_rpmsg is not build as a child image.
Which defines do i need to set for that now?
Hi,
Currently, we work on a project that uses:
nRF9160
Zyphre OS
Segger Embedded Studio for Arm (Nordic Edition) V5.10d
SDK v1.4
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi Team,
I am trying to build a project for nrf52810 and I selected an example project from the below given path.
nRF5_SDK_17.0.2_d674dde\examples\peripheral\blinky\pca10040e...
Hi, I've been working with the nRF9160 and at some point the logs normally displayed in LTE link monitor were gone. I've tried re-installing the Link Monitor but it didn't...
I'm trying to merge the ble_Central example project with ble_app_template project. I've added 3 Custom services in the ble_app_template project by setting UUIDs and trying...
Hello,
I am working on a nrf52833 custom board. Most of the time, the system stays in sleep mode, and periodically sends bursts of data via SoftDevice.
I try to configure...
I am using bootloader based on Nordic secure bootloader example. I would like to add possibility to identify device after entering BLE DFU. I was thinking about device MAC...
Device : nrf52840
Platform : baremetal
Peripherals in use :
Softdevice
FDS
SAADC
RTC
I am using FDS Library to Write Data whenever an event is generated...