Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hi
when i call twi_master_transfer function in for(;;) loop of file ble_app_hrs project.
Kindly tell me what to do for that.
for (;;)
{
for(i=0;i<10;i++)
{
...
When I plug the PCA10000 into my mac I can see it presents 3 USB interfaces. The first is interface class 0x02, Communication Control, the second is 0x0a, which is Communication...
Hello
I have problem to reach 100 feet and a high data rate using BLE.
I am thinking about using gazell. Is possible to communicate with gaxell protocol to IOS and Android...
Hi guys,
I am trying to get the maximum packet size out of my nrf24 radios. If I am implemeting my own radio protocol which doesnt require 3-5 bytes of address is it possible...
Note that nWP-018 "Migrating to the latest nRF51822 chip version" specifies that the SDK version which should be used with the Eval Kits I have (version 1.0, chip variant...
I'm using the nRF51822 with the version v5.2.1 S110 soft device and have implemented a communication scheme that is very nearly identical to the Nordic UART protocol as implemented...
Hi,
I'm currently working on an Android 4.3 app who must communicate with a model of a specific device.
This device contains a Bluetooth low energy chip nrf8001 and there...
Hi,
I have a problem when running 51822 with Nrf toolbox on android 4.3 Samsung S4. The problem is that the BluetoothGattServer disconnect itself after 30 seconds. The...
Hello all currently i am setting a Client Characteristic Configuration value to indicate to retrive value from device. but in some device refuce to give value . so first i...
I'm using the nRF51822 with the S110 soft device. When specifying the maximum size of a variable length characteristic notify property (the max_len field of the ble_gatts_attr_t...
now,I want to know how the process that application invoke the method to send or recieve the data,but I did't find it in the source code ,and when I want to find the definition...
I want to read a line of text from a UART peripheral. I'm using app_uart.c, not the "simple UART" example code.
My main() looks something like this:
uint8_t line[MAX_CHARS...
Hello,
I've been working on the SPI module for the nRF51822. I used the sample spi .c file as a starting point, but I got rid of the timeout (not sure why there is a timeout...