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...
hello guys,
i am new in nrf micro-controller. I want to get data from my smartphone and want to write in memory of nrf51822 through BLE. when written process in memory is...
I'm a newby. I'm troubles understanding how to send command to ble. my band have own protocol like this :
if you send 'AB02FF7180' to ble means your band will shock 5 times...
We have a application that use the ADC of nRF51822 to detect a variable resistance (schematic is attached). The current passing through the variable resistor should be around...
Greetings
I am working on an application that logs data to SPI flash device. I am having an issue where it appears that the pin configured as a MISO for SPIM is garbling...
Hi,
I have a running board with NUS service (serial profile). This boards starts advertising until a remote device (android nrf UART app) connects to it. then it starts...
Hi, Nordic
I check this: devzone.nordicsemi.com/.../ , first, it will work when I follow this article. Then I have 2 questions:
it said "If the bootloader LED...
I am working on a project using a BLE Nano and Nordic sdk 8.1. I included the ble_flash.c, ble_error_log.c, and ble_debug_assert_handler.c files in my include path and c source...
I am running the Buttonless DFU example in SDK 12.2.0 on a nRF52832. When I connect with NRF Connect, I can see the DFU control point but I can only enable notifications and...
I learned that paring is consist of 3 phase (Exchange of Pairing Information, Authentication, Key distrbution) and TK, STK are generated at the phase of Authentication and...
I have a central application that I need to add a peripheral role to. I don't need to pair or bond in any of my connections, so I based my app on the ble_app_uart_c example...
Hi,
I'm currently running two separate TWI-instances on my nRF52 DK with SDK 11.
Each instance runs quite well with no issue, except for when instance 1 becomes active...
Hi,
When nrf51822 is connected via bluetooth LE to an iPhone application, is it possible to check the actual connection interval (between MIN_CONN_INTERVAL = 20ms and MAX_CONN_INTERVAL...
I have a project on a Ble Nano using Nordic SDK 8.1 that I currently compile entirely from terminal using a Makefile. I want to convert this project over to use Keil so I...
Dear sir,
I want to use NRF24LE1-F16Q48-R7 as a standalone controller in one of my application but it is not available with any vendor .
We want to use this For Low...
i want to know why there are 2 pages reserved although i mentioned i configured the number of pages to 1. It is used for what ? In fact, I need only one page for my data,...