I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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...
Hi all,
We are currently developing a BLE enabled sensor device. We want to use the NFC component to identify the sensor by writing a device ID to the tag.
Question...
Hi,
The comparator (COMP) in nRF52 can use three internal reference voltages (1.2, 1.8 and 2.4V). Is it possible to also output these voltages on IOs?
Best regards
...
hello there in my code,
APP_ADV_INTERVAL 64
APP_ADV_TIMEOUT_IN_SECONDS 5
using nrfsniffer i am getting 57 packets in 1 second.
i can't understand it. because APP_ADV_INTERVAL...