Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
Gentle folks,
I'm sure I'm making some simple, primitive error. Please help me mend my ways :-)
Using gcc in the NetBeans IDE on MacOS for building and running the ble_app_hrs...
Hi all,
I have seen thread related to this question such as this and this and I am aware that spikes happen due the automatically controlled refreshing mode of the DCDC...
Hi,
I am working on ble_app_uart_c example provided in SDK12.3.0 with S130. I tried this example on PTR5518 ble chip but suddenly device goes resetted every time.I am printing...
I'm finding rather high power consumption developing freeRTOS on the nRF52. I have it found that it appears Task's are suspending properly on the main BLE thread (copied from...
Setup
I was just looking through the code in the HIDS module in more detail, now that I have built a few demo HIDS apps I want to make sure that I understand the HIDS module...
Hi,
Is there any other define to change than SERVER_COUNT in main.c of client's light control in order to run the example with only 1 client and 2 servers (instead of 3 servers...
I cannot get the output from the is the example the UART buffer gets filled but there is no output to the tty.
The interrupts seem to be set, but I don't see the interrupt...
Hi
I am using nrf52840 for indoor positioning application based on RSSI. I was wondering if somebody has a tip how to calibrate the nodes before doing the experiment.
Hi,
I'm using sdk12.3.0 ble_app_uart.
My problem is BLE connection.
Sometimes(almost 50%)I tried to connect BLE but fail and I have to connect again.
I don't know...
Hi, I'm contemplating ways to drive a small RGB LED matrix with the nrf52832 in a really space-tight project. Ideally without any external components. I'ts maybe around 40...
Hello,
I need do synchronize the time between two NRF52 devices. One is connected to the other by a custom BLE service. Do you have any ideas how this could be done?
...
I'm trying to integrate buttonless DFU with secure bootloader with bonds with the DFU.
Using SDK 14 with SD 132 v5.0.0.
Using projects: secure_dfu_ble, ble_app_hrs_freertos...
Hello:
When I try to open an example project from nordik, keil doesn't open some files and I get the following error:
"no source": Error: #5: cannot open source input file...
in main() I initialize the timer
// Initialize the clock module
ret = nrf_drv_clock_init();
APP_ERROR_CHECK(ret);
// Request the low-freq clock to start N/A for SoftDevice...