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...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hi Team,
In Generic Access I want to change properties for "Device Name". Is it possible?
I want to remove Generic Attribute Service(0x1800). Is it possible?
I am...
We have a BLE peripheral that has a button interface and nothing else. We would like to add some security so only certain smartphones can send/receive commands from it. An...
Hello all,
I'm using nrf51822 xxac on my project, however, I sometimes got feedback from my customer and said the OTA is not work. My device can't turn to DFU mode for firmware...
Hi, I bought the nrf51822-beacon kit and nrf51-dk including TC2030-CTX-NL connector for connecting them each other through the Debug out pin on the nRF51-DK.
I can't find...
According to the following sources.
advertising_init() -> advertising_update() -> advertising_update() -> ....
UUID, Mayjor, Minor is set in the advertising_init()....
Dear All
I'd like to know how to use Master Control Panel as non Administrator User.
I got and installed MCP v3.8.0.7, but the MCP cannot start on my PC.
Maybe it's...
Hi everyone,
I want to know the original interrupt priority of nrf51822, without using soft device or using NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority). I also want...
Hello everyone!
Just have a look at this beautiful drawing. (Red: what has to be done. Black: Can it be done this way?)
I only have some rudimental experiences in...
Hello! I trying to send message from peripheral to central. On peripheral characteristics are changes with delay. To change characteristics I use this function:
void send_char_data...
Im using the PCA10031. Placed it in the my laptop usb and installed the nRF go and keil mdk arm and nrf51 sdk.
Using the pack installer, which example should I use to be...
Hi,
Can anyone tell me, how the handle value is assigned for a profile. In my master control panel i can see the handle values assigned for every services, but it is not...
Use the beacon want to send with the temperature and remaining battery power.
But beacon of UUID, Major, Minor, Type, etc. The only information in the beacon 26Byte.
...
Hello,
We are developing an application which is using the app_scheduler (especially to put events etc.)
It seems that sometimes (very rarely) we detected a Hard Fault...
I have 4 buttons in my circuit with a nRF51822QQAC (a RAYTAC MDBT40 module on a custom PCB), I am using a very simple printf to check which ones are pressed, the internal...