Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
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...
How do you do
The attachment is a problem in the previous code, please help to debug it, thanks ble_app_uart_pwm.rar
E:\nordic\nRF5_SDK_12.2.0\examples\ble_peripheral\ble_app_uart_pwm...
Hello.
There is an executable file built by setting the address of the entry point (RO_Base) to 0x00000000 with Keil's linker setting.
I converted this executable file...
Hi,
I'm using nrf52840 with openThread. I like set the MCU in system on low power mode. RTC1 is used as application timer for wake up and start transmission periodicly. For...
Hello,
I could not find any related info, so I would like to ask few questions:
I have pca10028 board, using s110, sdk 6, ble_app_uart code. The board gets connected...
Hello all,
During current measurements of our product using nrf52832QFAAB0 I've noticed a high IDLE current of ~450uA. Trying to isolate the problem we programmed our board...
I am working on adding DFU, persistent storage and pair/bond feature to an existing nRF51 application, developed with SDK v10.0.0 running on SoftDevice S110 v8.0.0.
I looked...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Hello,
I used translation software.
I am transferring test data from nRF52832.
I want to down the average current consumption in data transfer.
I am currently...
Hello,
here i explain the set up.
Cental_A Board :- scanning two peripheral
Peripheral_A Board :- advertise with name Peri_A .
Peripheral_B Board :- advertise with...
Hello,
I would like to know how I can check whether the SAADC is enabled or nor on my application. I am disabling the SAADC with nrf_drv_saadc_uninit(); after configuring...
I'm using the latest SDK (14.1) and have got a working COAP server running over BLE on a nRF52DK, and can exercise the service from my Ubuntu desktop without any problem....
Hai team,
Iam using the ble_app_beacon example program.
I found power profiling calculation on this link devzone.nordicsemi.com/.../ .
i calculated power consumption...
Hello,
I installed the new nrfjprog but it fails to write my nrf52 dongle:
ERROR: nrfjprog failed for an unknown reason. Run the same command again with ERROR: argument...
Hello,i want to get the mac address by sd_ble_gap_address_get().There is a error message as fellow: Undefined symbol sd_ble_gap_address_get(referred from main.o). Where is...