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...
I am using the nRF52840-dk with the nRF Connect SDK v2.0.0 and for the development itself I use Visual Studio Code.
My Goal: Both the bootloader and the actual application...
Hi,
In my project, I have finished the application core code.Then I need to debug net core, but when I selected the "hci_rpmsg" target,and click the debug button.The debugger...
Hello my question is I am giving supply with lithium 18650 battery whic voltage is 3.7 to 4.2 volt but the battery falls very much below .
My question is when using HIGH...
Hello,
I'm working with NUS service and the nRF Toolbox app. I need to send multiple messages from mobile app to DK. How can I do that?. Is there a macro/script example...
I'm currently evaluating the nRF52840dk using the nRF Connect SDK to determine whether or not to port over our codebase to it from a Xiao nRF52 module I was using KVStore...
Hi,
I am trying to flash nrf52840 dk board with open thread binaries.
I see that, sporadically the device gets readback protection enabled.
I use the following command...
Hi
I have two PCA10121 and followed the instructions here to get the demo audio application to work.
The output of:
python3 buildprog.py -c app -b debug -d both
is...
I am writing my own code (no libraries etc.) on nRF52832.
For new i still have softdevice and bootloader in flash, and store my program using bootloader protocol, but my...
Hi There!
I'm using the dimmable light bulb example and have extended it with the color control attribute list. I'm using the zb_zcl_color_control_attrs_ext_t in combination...
Hi, I am working with custom board in that, trying to read NTC sensor value using 2 (NTC+ and NTC-) ADC pins. Applied Steinhart formula to convert temperature. In that, After...
We have a product that uses an nrf52832 module (vendor listed on the 3rd part modules list) and have shipped ~30,000 units using the current circuit design. We are using SDK...
Hello,
I used 3 nRF5340 Audio DKs (1 gateway and 2 headsets) as BIS and confirmed simultaneous playback.
Is it possible to increase the number of headsets that can be...
Hello, I am using the nordic nRF52840-DK with the package pc-ble-driver-py and the example heart_rate_collector.py.
My problem is that sometimes the Bluetooth connection...
Hi,
1. Please help me complete example pca10100e_uart
2.I am testing the nRF52820 UART DFU example
3.The example is named pca10100e_uart based on example pca10040_uart...
Hi,
BLE Blinky example handles only 2 states "on", "off" to control the single LED.
How can I modify the code to receive and handle arbitrary byte from Android app?...