After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
Hello, after I make the connection to the nrf device with the phone, I found there is only a "Forget This Device" option on its setting page. So is there a method such as...
Hi Nordic,
The bluetooth qualification needs the information of nF5340's value n for Intermodulation test but hard hard to find in any document.
Please help us out, thank...
Hello,
It appears that when the project is generated it is expecting a "../common" directory?
CMake Error at /opt/nordic/ncs/v1.7.0/zephyr/cmake/kconfig.cmake:209 (message...
Dear Sirs,
after "few" hours of testing, I noticed that nRF9160-DK loaded with SLM v.1.6.1 is not working the same after awakened up from sleep (#SLEEP=1) or even from idle...
Hi everybody,
I have developed a project where a central device with multilink, connected to the maximum peripheral as much as is possible (in my case 4 devices more). ...
Hello,
I'm trying to figure out how to get A-GPS data via a GSM modem in places where LTE-M is not availalble.
Does the SUPL library support this, if I populate supl_client_ctx...
Hello all,
I just found out that the nRF Connect extension for VSCode has been release, which is great news. Good job Nordic Team! I have followed the steps described in...
Hi, dear Nordic.
I'm using BC805M Module which uses nRF52805 SoC. What's the max sink/source current for individual pin OR total chip, please? Where could I find relative...
Hi,
Im using nrf9160 based custom board, nrf sdk 1.5.1.
I want to get the time from NTP servers, for that i connected to CATM1 n/w, connected to NTP server using UDP Protocol...
Hello, I am working with custom board nrf52840 and SDK 17. I am doing some changes to the project and I am getting an error that the SDK is using VFP register arguments but...
Hi,
I am getting this error message when using the nRF52 dev board but not when using the nRF51 dongle. I receive few packets and then it disconnects with this error message...
For example, I'd like to add library at_cmd_parser to my project. (It's under /ncs/nrf/lib/at_cmd_parser.)
My project is out-of-tree in its own directory. I tried in CMakeLists...
Does unblocked saadc sample the buffer size and stop or does it start re-sampling after the callback? In other words, if the buffer is 100 entries in length, will it issue...
I was able to write some I2C code to successfully work with the TCS34725 by porting a library from Arduino without fully understanding what was going on. Now I have to port...