Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
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 all
I would like to use the s110 softdevice V7 with the nRF51422 which I know is possible. However, I would like to start the work with an example project, but I can...
I want to make a indoor positioning system using bluetooth 4.0. so for this HOST should recieve the RSSI from the devices it is connected to(from RSSI to distance conversion...
Hello,
I am working with the nRF8001 device:
When I try to configure the device as a service data broadcaster and go to the nRF8001 Setup -> Generate Source Files (in...
For improving my data trouchput (both directions, using »Write without response« and »Notification« like e.g. nRF Uart Example do9, I'd performed some tests regarding the...
I've been looking at the app_timer source after an odd lockup I had. I think it has a race condition in it.
The code which adds events to the pending events list is usually...
Dear All,
I am developing a custom service on 51822 and trying to adjust the packet number for each connection interval (I've split our data into 20 bytes chunks and they...
Hi, I got the DFU modify to use Synthesize clock (NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM) working with SD7 and SDK6. Tested on a board with the 32 KHz crystal, everything works...
Dear Sir/Madam,
One of our customer is using nRF51822 in the design and Proto has been completed. Customer is looking for the followings.
What all certifications...
Hello:
When I use Android 4.3 to connect nRf51822 AKII board, HEART RATE always show error on discovering services(129, then I can't connect nRf51822 AKII board.
Does...
Hello,
i want to develop open source software for nRF51 but i think the SDK licensing is to restrictive. I cannot use any of provided example code because its permits redistribution...
This is my code snippet
int main(void)
{
uint32_t err_code;
...
// Scheduler
scheduler_init();
// Initialize the SoftDevice handler module.
SOFTDEVICE_HANDLER_INIT...
Hello,
I was working over nordic dev board and found the uart template. but in that, only "data_receive_handler" is mentioned. i want to send data from my dev board to...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC RTC.
It function well when connected to EV board...
I see the "Emulated System OFF...
Hi all,
I'm using the nRF51822-EK (PCA10001) and I'm going to develop a bluetooth cadence (and speed) sensor for MTBs.
I desire low power consumption and i though to put...