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...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
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...