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...
Hi,
I adapted the ble_app_multilink example to continuously scanning for ibeacons and collecting rssi data.
Data are then sent via UART to a microcontroller which provides...
Hi everyone,
Im new in embedded world so first sorry for maybe stupid or basic questions... Also there is not a lot of information about nRF52840 and IEEE802.15.4 :)
Im...
As a small team, we have to find silicons from retell market. Sometimes even the trader can not promise its source and batch. Here is a small list of nRF51822 available from...
I would like to hide BLE advertising from normal BLE scanner software.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access...
There have been a couple of questions asked that are similar to my question but in the interest of getting more clarity I am asking a new one as others have had accepted answers...
So, I open a nRF51 project today and found out that it failed to build. Turns out my uVision lost all of the target devices in its list, leaving only STM32 F0 and L0 series...
I am trying to download the examples from NordicSemiconductor/nrf51-ble-tutorial-advertising
The link shows:
github.com/.../main.c
but when I click on it, or right-click...
hello,
i am uing nrf51822.now i am in trouble while running uart on nrf51822.please tell me which can i have to burn on nrf51822 for getting uart properly working.i am using...
Hi,
Is there any information on how much improvement the DCDC has over the LDO at 1.8V? I'm working on a heavily space-constrained application, and I'm trying to make a decision...
Hi, i am working on PWM Library example in which i a m configuared GPIO pin P0.25. then i am getting voltage variations 1.3 to 2.8 volts.
the problem is when i disable...
Hi,
I want to connect old nokia 3310 to NRF52 DK.
Please let me know if any one has information about it?
Based on my research old nokia phone uses M bus and F bus...
Hi,
We're working with very specific hardware which requires us to watch very closely. We're currently considering a blocking function in an ble event handler which can...