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...
I am debugging the bootloader to work with a custom board. I have the bootloader project open, no application programmed, s110 softdevice programmed, and the hexfile for the...
I want to use app(nrf uart 2.0)
so, I try to change UUID,
but I don't know how make custom uuid and use it
and I don't find function(ble_cs_init())
hlep me, p...
I just tried compiling this for the BLE nano and it explodes to a 245K download (much too large for device). I've also tried including only the headers (DigitalOut and wait...
Hi,
I purchased Nordic new reference platform nRF51-DK(pca10028) and try to work for DFU OTA.
In my test, first of all program S110 V7.1.0 by nRFgoStudio and downloads bootloader...
Hi
In a bit of an over-enthousiastic mood, I bought 3 pieces of the nrf51822 beacon kit, and the, as this did not gave me download access to the NRF51 SDK, bought a nRF51...
Is there an example of using sd_ble_gattc_write() to do a long write?
I'm assuming I need to use BLE_GATT_OP_PREP_WRITE_REQ and
BLE_GATT_OP_EXEC_WRITE_REQ.
devzone...
Hello everyone,
I am using the Softdevice s110_nrf51822_7.1.0_softdevice.hex and the dfu_dual_bank_ble_pca10028 example with SDK 7.1. I am trying to achieve a Device Firmware...
I am using Android Studio and am developing a system with the nRF51822. I would like to use the available sample code - nRF Master Control Panel APK for Adroid - available...
I'm wondering about the best way to implement a bonding and also a non-bonding device. There are a lot of code parts in the SDK that show a way of implementing a BLE peripherial...
I see there have been some issues with TWI in early revs of silicon, but looking at SDK 6 I see the twi_master_hw uses the silicon hardware to read/write the I2C device, but...
Hi
Can I use Bluetooth software version 7.1 en SDK versie 6.0 with the nRF51xx C0 Nordic version?
Or do we need the G0 for that?
and what are the main differences?
...
Hello
Where can I find operating characteristics of pstorage_store and pstorage_update?
Actually, I observe that about 100 ms are needed to update 4 bytes data. For...
Hi All,
I have two application modules which will use the flash , 1) Bond manager 2) configuration file
I have register both modules with different parameter in the initialization...