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...
There is only one constructor for type BluetoothGattCharacteristic in Android SDK
BluetoothGattCharacteristic(UUID uuid, int properties, int permissions)
Does the...
Dears,
I would like to implement a solution for multi-nus(peripherals) to connect one ble_app_multilink_central(centrals). Is it the right way to implement multi-nus connecting...
Hello, I am trying to set my own BLE service, and on the adverstisement initialization I get an error 0x0000000c when calling to ble_advertising_init() .
Why does it mean...
I'm trying to implement a BLE Central device on an STM32 using Serialization to connect with an nRF52-DK board; I've previously gotten a BLE Peripheral working on the same...
Hello All,
I want to write the peripheral code which will send sensor reading to central.
For that I started looking into the Uart_Nus peripheral code from SDK.
I tried...
Hi,
We have a BLE Tx (Transmitter) and BLE Rx (Receiver)
BLE Tx : Nordic nrf51822 (Role: Peripheral, Server)
BLE Rx : Other chip (Role: Central,Client) ...
Hi
We are seeing a significant delay in a flash-related operation on the nrf52840, specifically using the function sd_flash_page_erase() When we use that function to erase...
Hi,
I just changed the ble_app_hrs_freertos example from SDK v 14.0:
APP_ADV_TIMEOUT_IN_SECONDS to 5 seconds in main.c
Enable debug log for various components...
Hi,
We tripped on an odd bug: we were getting corrupted data from flash if Keil's C51 compiler used a MOVX instruction instead of MOVC.
Changing the pointers from generic...
Hi Nordic Devzone,
I want to send a packet using send_reliable_message periodically every 3 seconds(using nrf_delay_ms for that) but i get
NRF_ERROR_INVALID_STATE (in...
Hi,
we are working on device that will have Bluetooth in it.
It uses 3rd party Bluetooth module, that is qualified from manufacturer of module.
We are making all CE, FCC...
Hello All,
I am just beginner with Nordic SDK.
I want to send simple hard coded string from Nordic UART service from peripheral to client.
I just tried the below program...
I happened upon this blog post from Estimote where they claim to have increased power output of the NRF52 to +10dbm.
blog.estimote.com/.../updated-location-beacons-200...
I am working in sdk14 nrf52832
I want to write flash after BLE initializing ,but write flash it has no action
while(sd_flash_page_erase(64) != NRF_SUCCESS){} //address...
Hi,
I'm using nrf52 dev board on sdk version 14.0 with GCC compiler. I modified the hrs freertos example to add a simple thread with same priority as of logger thread....