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
I can use the duf_dual_bank_ble to do the OTA,but I donn't know how to use the dfu_single_bank_hci to do the OTA.Could you give me some
advice about it?Thanks.
Hi.
I have a problem with writing value to gatts attribute when device is in connection mode. In my application I want to check if the parameter writing by the client to...
Hi,
I have downloaded the new version of SDK (v.5.0) today and just tried your experimental ble_app_ancs (no modifications) but it seems it asserts with error_code=0xB...
Hi,
I need to know when to use the write_wo_resp property for a characteristics, and what is the difference between write and write_wo_resp property of a characteristics...
I've read a post from Marc Nicholas about the attempt to port the entire gcc toolchain under Xcode on Mac OS X.
As I wrote in another post, I've the entire gcc toolchain...
I'm getting started with this evaluation kit by working through the user guide and almost made it through the Blinky example before I ran into trouble.
After compiling...
We have some hardware versions of the Nrf51822: build BA, CA.
Is the new S110 v6.0.0 softdevice compatible with these hardware versions?
If it is not compatible, wich...
Hi.
Using 51822 with BLE stack, I was faced with the problem of low transfer rates (5kb) on my android device (phone). It is very slow.
Can work 51822 with standart...
Can I initial like below to generate 2 opposition PWM waves on 2Pins?
/* Configure PPI channel 0 to toggle PWM_OUTPUT_PIN on every Timer 2 COMPARE[0] match. */
NRF_PPI...
Hi All,
Now I'm doing the OTA and I can use the nRF51822 DK and Master Control Pannel to complete the firmware update.I have a idear but I meet some problem.
I use the...
Hi,
Is it possible to update the firmware through usb? i have a nrf51822 evaluation kit, and i also tested the firmware update over ble. Now, i need to update the firmware...
HI Everybody,
I am developing firmware for handling multiple ANT+ Sensors. i am able to collect data from 3 different sensors, but in below scenario am getting channel...
Hi,
This may be a silly question but I'm trying to generate two timed interrupt events using only TIMER0 (the MCU is nrf51822). My code is:
#define TIMEOUT1 3000 ...
I am beginner on this platform. I was hoping for KEIl IDE to aid my development, but since license fee is more, i wanted to try GCC platform. But unable to set it up. In nAN...
Hello,
We are developing an application that has to be able to send the data of a VGA image, and We don't know which of the GATT supported profiles will be the best to...