If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
when I run the secure bootloader example in nrf51422 development board, the code is working fine. I am able to load the packet through nrf toolbox app. But the same code when...
hello
i am using nrf 52840 board with sdk 13.
i use heart rate collector example to connect the 6 heart rate peripheral .
Modified the hrc_c example following this link...
I want to monitor NRF radio channell's RSSI to switch on "free" channel.
How to make it properly?
This is my code:
if(rx_q_flag == true){
err_code = esb_init(RX,...
I want to increase the MTU values to increase the throughput from my own service (currently based on NUS service) and to receive the data with pc-ble-driver-python with the...
I am using power_manage function to keep low power sleep mode. And I used below peripherals in code,
SPI master, SPI master is disabling when ever I am not using.
...
It appears to me that some of the saadc APIs (e.g. those found in nrf_drv_saadc.h in SDK 1.4.0) are missing in the nrf SDK for HomeKit.
Some hint where to find these functions...
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...