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 Guys!
Could you help me with one issue.
I am trying to run my own project that I build according to the example "ble_app_hrs_freertos". If I am calling "nrf_pwr_mgmt_run...
Dear people of DevZone,
I set up a TDMA-based sensor network using the NRF52840 without the BLE-Softdevice or any API functions (message transmission and reception all by...
Hello All,
I am trying to find out examples codes for enabling the external 32kHz crystal for nRF52832 design.
Can someone help me here?
I am using SDK Version 16...
I am using the nfc library (nfc_t4t_lib) on the NRF52832 chip with SDK 17.0.2. When I approach the NFC antenna with a nfc reader (like a smartphone) and leave the reader on...
Hi everybody. I'm trying to design a mesh network in which most of the nodes, if not every, should be a relay due to parallel positioning of the devices and each one of them...
I am working on Windows, using NRF Connect SDK 1.5.0 (have also tried the SDK 1.5.0r-rc1, with an updated nrf_802154_serialization module to be able to compile).
I am using...
Hello, I have run into this problem again with regards to using the lwm2m_client sample. I can start running it fine but I get the error "Cannot init lwm2m engine" and "Cannot...
when compiling "ble_app_multirole_lesc_s140_pca10056" of sdk nRF5_SDK_17.0.2, crypto library not getting included, I am getting error, library is placed as shown in pic, also...
Hello,
I know that you can generate a single zip that contains dat and bin files for sd+bl and dat and bin files for the app.
Is it possible to generate a single dat and...
HI, I'm new here, hope following the rules for Questions.
I'm using nRF Connect v.3.6.1 and as toolchain SEGGER Embedded Studio for ARM (Segger edition) V5.34a.
I need...
Hello there,
I am using nRF52840 PDK and nRF5_SDK_for_Thread_and_Zigbee_v1.0.0 SDK for BLE and Thread development. I also have a BLE smartphone app communicating with nRF52840...
Hi,
-I have a custom board using nrf 52832 and I have interfaced LIS2DH12 using an SPI interface. -I am using SDK 15.2.0. -I am collecting raw data using FIFO mode and send...
I want to realize audio playing function in 9160, according to the specification, there are 9160 I2S interface. However, the specification only describe the definition of...