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...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
I am developing an MQTT client application with NRF9160, trying to connect to a Mosquitto broker using TLS with three certificates. However, I am encountering an SSL version...
Hi,
I encountered some problems when using UARTE.
In terms of hardware, I have connected the 52840DK LOOPBACK_PIN_1A and LOOPBACK_PIN_1B.
Software code is the original...
Hello,
I see that kiss_fft is used in the libLC3 library. I would like to use it for another part of my product in addition to the pre-compiled LC3 lib, but don't want to...
I'm pretty new to embedded development/electronics and I'm trying to interface with a I2C pressure sensor, but I can't seem to communicate with it. I'm using nrf52840dk board...
Hello,
Up until today I had been developing fine with visual studio code, installed via Toolchain Manager. Then, I clicked "Pristine Build" for the first time in a few days...
I installed the VSCode extension for nrf connect.
I want to do the build on this page:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/thread/tools.html...
Hello Team,
example: SPI master_slave advanced non -blocking
i just open nRF connect sdk example in vs code and build it
I am getting below error while build
Please...
Hello,
I am trying to play with zephyr networking samples on my nRF5340 + nRF7002 EK devkit board.
I am using NCS 2.7.0 release SDK. i was able to build and run some Wi...
I'm not sure if zephyr questions can be also asked here. Problem I am struggling with is approtect mechanism to prevent flash readout. I am trying to use Zephyr config files...
Hi,
I am currently developing a custom Zigbee end device with support for FOTA updates. My FOTA seems to work (all data gets transferred correctly) but the update won't...
Hi.
I have following error:
Here is my prj.conf :
I would like to avoid using CONFIG_SHARED_INTERRUPTS.
Only GPIOTE0 is on IRQ number 11 so I couldn...
Hello,
I build the ZBOSS NCP sample from NCS v2.6.0 for the nRF52840 dongle. I use the optimization flag -O2 (for speed) in the build configuration (VS Code NCS extension...
Hi,
I am working with the Matter Light Bulb sample . I have come across a problem where I can not compile my firmware if I implement the occupancy sensor cluster using the...
Hello,
I am uploading my code with a basic URI to be advertised by the chip.
I am able to build and upload the code for the nrf52832 in my nrf52 DK, the program works...