Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I want to advertise multiple UUIDs, one after another
Do I have to stop advertising, or is there a way, that I can update the struct in the background?
Currently...
I have two UART devices on a custom board with an nRF51822. I've just upgraded the SDK I use from 8.1.0 to 10.0.0 and one of the UART connections has stopped working, but...
Totally get the limitation of 3 PWM channels.
Wondering if I can dynamically re-assign which 3 pins are tied to the PWM outputs.
At boot time, I call this function:...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi All,
I have got reliable writes working on nordic side (nrf51822 eval board).
Tested them with master emulator dongle by using write long button on MCP on PC.
I...
Hi, I'm porting my project from SDK8.1 to SDK10 and got a problem in app_timer.c
Main chip :nRF51822 QFACA1
Crystal:32Mhz, no 32.768
Initial is fine.
APP_TIMER_INIT...
Hi, I realize that the compatability matrix states that SDKs 7 8 and 9 are built for rev3 of the nrf51822 and nrf51422. It has been mentioned however that they may still work...
The S130 SD supports up to 3 concurrent central connections. Once it has made the maximum number of connections can it still scan for non-connecting peripherals, e.g. to look...
I have 2 PWMs working with the version 8 softdevice on an nRF51422, and it's straightforward enough to change the duty cycle with app_pwm_channel_duty_set() in the app_pwm...
The way of entering the bootloader mode is sending the command,then run the code as follows:
void jump_to_bootloader(void)
{
uint8_t softdevice_enabled;
uint32_t err_code;...
I'm sorry but i don't know where else to turn. The tutorial on adding a characteristic to a service (the nordic tutorial i am basing this off) isn't finished and I have no...
Hi
I did not quit yet understand the Gazell Pairing library.
If an encrypted message is send, how do I add some payload to the acknowledgement.
And how will I be able...