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...
Hello,
I bought 2 modules from this site:
www.elecfreaks.com/.../nrf24l01p-pa-lna-v31-rfm05-p-142.html
People are saying it's working great, but for me, there is something...
I had slightly modified a TWI example (using nrf_drv_twi) to work with one of my sensors; It's basically the same with a different function called to handle the received data...
I'm trying to test the throughput improvement of the S130 alpha softdevice vs S130 V1.
I notice a couple of changes in the API that I'm not sure how to handle:
First...
I've been using the ble_app_uart example with S130 on a nRF51 DK board. I wanted to add an interrupt with some GPIO pins. So I added GPIOTE interrupt handler but the compiler...
Hi all,
I want to ask you if it is possible to program nRF51822 chips (Cortex-M0) with J-Link OB assembled on nRF52 preview DK (Cortex-M4F).
I have some older boards with...
Hello,
I am working on pin interrupts and was able to handle with 1 pin interrupt. I used GPIOTE port interrupt. This is the code snippet for initialising:
NRF_GPIO...
I am trying to get my system with a hardware RTC generating periodic interrupts every 30 seconds to sleep between interrupts. I'll paste the code below, but here is the problem...
Hi,
I had an issue which the other BLE tools can connect to my BT121 module, but NCF Master Control Panel keeps looping at the connection content page. FYI, it is bonded...
As the picture shows! I have changed some Option of target and some forbidden sign appears.
I guass it means the file is not available,if so, how can I delete it. Why It...
I use bootloader example of SDK8.1.0, when I begin OTA, I got GATT error.
I use nRF Toolbox Version1.16.2
here is application upload:
dfu_test_app_hrm.bin
here...
Hi
We are using the SDK files in our hardware projects and in our simulation environments to verify the functionality of our platform. While doing tests with the new SDK...
Hi All:
I'm working on ios ble midi proj. I have modified ble_nus code for my proj, I was modified the correct service uuid ,characteristic uuid , connection_interval ,latency...
Hello
I have recently downloaded SDK v10 for nRF51822 development using Keil uVision 5.14 IDE.
I am wishing to combine SPI slave function with custom BLE services/characteristics...
We are trying to find a way to send the High Frequency Clock directly out to a gpio pin. The reference manuals don't seem to have anything obvious.
Is there a way to do...