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...
Im trying to have the s120 modify the value like I would in Do a Read all records operation in the Glucose example. I cannot figure out what function would enable me to do...
The SDK function sd_ble_uuid_vs_add may return NRF_ERROR_INVALID_ADDR If p_vs_uuid or p_uuid_type is NULL or invalid.
When the pointer is not NULL, how does this function...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi we are using NRF51822 board.
i flash ble_app_hrs application. then it is giving advertisement.
but when i call twi_master_init() function from main. advertisement...
szenario
beacon and receiving nodes are all MCU based and all powered by net, no local battery needed
the beacon usually located near the floor, the nodes will be located...
Blicky project runs and I can set break points and run through them - watching the LEDs blink appropriately. However, the HRS and Proximity projects will successfully load...
Hi all,
I'm using the LE1 to do the mutilceiver,if I donn't use the dynamic payload,I can do it successfully.However,if I use the dynamic payload to do Multiceiver,the...
Hi,
For the LE1,I found that 32.768kHz crystal oscillator need long time(about 350ms) to running,I must do some delay(about 350ms) for the software then use the RTC,or...
In moving to the "rev-2 51422 silicon, we find that the app_timer inevitably fails after minutes to several hours. Power requirement moves from about .002ma to 4.5ma then...
Hi,
I am planning to use an external DCDC to supply the NRF51822 in Low Voltage Mode.
In the datasheet a voltage range of 1.75-1.95 on VDD and VDD1.8 is mentioned. ...
Dear all
I'm testing for RF stability. As i used 24LU1(host) with 51822(device) be the platform. For audio data transmission. 8k 8bits data rate.
Timeslot set as 1008us...
Hi,
I don't have any problems running the bootloader with S110 7.0.0.-3.alpha on the PCA1001 but when using the same code (minus the led and button config of the PCA1001...
Hi,
I am having a hard time with the permanent storage.
I got it to work with updating a 24 bytes long struct in a persistant block of 32 bytes.
I noticed that the...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hello Gentlemen,
I'm looking for a good example on how to pair BLE sensor and Android using static passkey. I looked at ble_app_gls but I could not see how they set the...