Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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...
Hi all,
i use softdevice and app timer.
I know that the softdevice use a RTC0 and app timer RTC1.
I would use a rtc to have a timestamp. but i see that after 512 second...
My function need a time window to get value from sensor,but the prcess always interrupted by SD.I know that the priority of SD is higher than app functions. So how can get...
Hello friends. How to write a number to and read from internal flash. My information about the microcontroller is very weak. I use STM32F103RET6 .
I test The following program...
Hello,
I'm starting to program a Nordic microcontroller, the nRF52. I was able to compile the various examples.
Now I would like to create my own project and use the...
The FDS requires data to be word-aligned and multiple of the word size. How do I ensure that my source/destination data structures are properly sized/aligned?
E.g. I want...
Hi, would like to know if anyone has some experience and advise how to get an external 51822 based board programmed and working via the nRF52DK. All the wiring works, I can...
pc cannot recognize nrf51 DK board.
what I have done.
erase all - not work (log.log attached)
power on with reset button. and copy J-Link OB-SAM3U128-V2-NordicSemi...
I have 5 nRF52832 development boards.....
I'm using Visual Studio 2015 and a Visual GDB plugin.
I have loaded and built the BLE Le example.
I start the debugging...
I'm using SDK 12.2. The FDS operates on word-sized data. How can I ensure that my data structures are word aligned and multiples of the word size? E.g. if I'm trying to write...
Hi everyone,
I am looking for reports and/or certifications that can help with our own device's certification process.
Would you know where we could find such reports...
Can I configure security parameters my own way?
I read some BLE profile but there are not explain about security configuration.
And I tested by using PCA10028, iPhone4s...
I am trying to setup an interrupt to fire whenever any of 6 GPIO pins change value using an nRF51822 with soft device. I found the example that uses GPIOTE to get an interrupt...
Hi. I'm using nRF51822AC, SDK12.2.0. S130 v2.0.1.
I just want to make DFU program. But I think it's a little bit confusing. So I want some explain.
Q1. What is the difference...