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...
Hello everyone
I want to develop a prototype by using nrf51822 but the problem is i did not find information concerning the packages please i request you to provide the...
Hi,
I know it possible for a nrf24l01+ configured as RX to receive communication from several nrf24l01+ configured as TX. (because RX has 6pipes.) I tested and that works...
Hi,
Loaded SDK8 S110 softdevice and application to nRF51822(pca10001), then the application works well. When I want to reload the sofedevice by nRFGo, I get the error message...
Working on a remote monitoring system.
Ethernet solution is on the table now.
But it needs to have extra chipset on board to do so.
I haven't had a chance to look into...
Is there any way i can get UTC time?
Is there any real time clock which keeps track of the time even if the chip is off?
I am using nrf51822 and require the UTC time...
Hey everyone,
I'm having problems with my app's ram usage as you can see from my previous questions.
I've tried this little piece of code:
void memcheck(void){
...
hello friends,
Im developing an application where im trying to connect a central and a peripheral but since the signal strength depends upon run time environment i am getting...
The App ~ BLE Stack is the device, Central is smartphone.
is correct?
I don't understand this sequence.
Do not adv_data_set and the adv_start before the scan?...
I'm attaching a function where I use the sd function :
void edit_speed_ID(uint8_t speed)
{
uint32_t value;//, err_code;
value=5 * speed;
while(sd_flash_write(address...
Unfortunately it seems my post devzone.nordicsemi.com/.../ has been lost.
This is a re-post.
I am trying to manipulate Flash data in CODE_SPACE one page at a time. Currently...
I'm using nRF51822 for ble.
For my application, I need to increase rf power.
( My application needs +10dBm)
In case of CC2540(TI ble chip), there is application note...
Hello,
I have 2 nRF51822 with S130. One is central, the other is device.
I want to exchange custom data between these 2 devices after connection. What is service best...
Hello,
I do communications between 2 nRF51822 (one central and one device). Once they are connected, cant i do a kind of deep sleep and freeze stack state for 1 minute...
I'm getting a hardfault on some float operations that I wasn't getting before I upgraded to SDK 6.0.0 and SD 7.0.0. At least, I wasn't getting them at all before that and...