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...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
Im new to BLE and still trying to wrap my head around things. I am using the both new nRF51 DK and nRF51 Dongle for testing at the moment. I know that the old dongle...
I would like to have track time of the day in my peripheral (s110)application. I understood that RTC0 is used by Soft device. RTC1 is used by app_timer application. I have...
hi nordic:
thank you for your great support!
question 1:
App: LightBlue in iOS.
when app scanning for perpherals ,i have found my device,show as "measurement…."
THEN...
Hi all,
I had a working TWI connection combined with BLE advertising. When
I added uart code for printing to putty this TWI connection was no longer functional.
So...
Hello,
I am currently working on a project and I would like to add some security to my device by preventing services from being discovered. Ideally when a user connects...
Hi
I am trying to use the internal ADC to capture an analog value every second. For this I use a timer to wake up every second, start the ADC and go back to sleep.
I...
Is anyone using the third-party BLE module from Taiyo Yuden? If so, where did you find the recommended footprint?
Taiyo Yuden's website only gives very limited information...
In the SDK 8.0 are only examples for nRF51422.
Is it possible to compile this for nRF51822 and is the softdevice 8.0.0 for both controllers?
Best regards,
Roman.
Hello,
i am new to nRF Bluetooth.
My Setup ist:
One Atmel atmega640 and one nrf51822 communication via UART (at the moment).
I am sending data from atmega640 to...
Hi,
I'm writing a bootloader for nrf51822 to be able to update the nRF51's firmware through SPI (data transferred via an STM32 retrieving the file through USB).
My idea...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...
Hi
Recently we bought NRF51 DK board. Initially when i connect the nrf51 DK board to PC via USB it mounts JLINK driver and on IF/BOOT button it mounts BOOTLOADER drive...
For my application I need to identify the peripheral source advertising packets are coming from. How is this best done with BLE and SDK 7.1? I would prefer not to set a a...
Hello
I have a nrf51822 mbed kit PCA 10024 V1.0.0. When I connect the kit to the PC (Windows 7 64 bits) the Mkit enumerates as an MSD named MBED:
I updated the firmware...