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,
I just spend a day trying to get the nrf_sniffer tool working.
The
devzone.nordicsemi.com/.../
contained some very useful info but unfortunately it seems i am...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Currently, I am trying to run the semtech lorawan code on nrf51822 with sx1276. I have successfully porting the ping pong code to nrf board and also able to send packets from...
I can no longer use the BLESniffer software with nRF51 dongle because it won't reprogram with Ctrl-R getting an error suggesting using nRFgo Studio to reprogram it. Which...
Hi,
Apple has released the specifications of HomeKit for hobbyists and non commercial use ( developer.apple.com/.../).
Do you (Nordic) follow Apple by releasing a hobbyists...
Hello i am new to nordic BLE chip. I want to put security feature. i.e. when i press push button by this GPIO library. BLE should be visible only for that time frame, can...
Hi,
I am trying to flash program an nRF51822 module to operate as both central/peripheral role.
So I'm looking for some advice on how this could be done?
Programming...
The old MyPages had a useful feature that allowed one person to ask a question and share it and the answer with the other members of the dev team. Now that the new DevZone...
I have been trying to use app_uart_fifo in an application that also uses the scheduler. Based off my understanding of the tutorial it seems that anywhere where I would want...
Hi,
I use FDS library of SDK13.0.0.
As wrote in the title, pages_init() returns NO_SWAP. Of course, fds_init() returned FDS_SUCCESS initially, so this problem has happened...
Hi,
i wrote a lot of firmwares for nRF51x22 using C language and they works fine.
Now we passed to nRF52 series and we want to use C++ (preferibly C++11) that is more readable...
Hello,
I implemented overall flow related with FDS function including garbage collection,
when I check garbage collection, it is ok, it confirm that the data will be saved...
I have a problem initializing the ble stack when I'm starting my application via a custom bootloader. I'm using the nrf52832 device on a custom board.
My application has...
Hi!
I have interface external piezo element with my ARM controller to get the piezo data. But after sometime my controller is off. I didn't getting why this problem happens...