Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
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 everyone,
my application is build based on the mulitrole example. The device name is somehow limited to 4 letters.
I checked:
init.advdata.name_type = BLE_ADVDATA_FULL_NAME...
Hello, I attempted to enable the zephyr task watchdog model but whenever I configure it to enable the hardware watchdog module I get the error above. Any idea why I am getting...
Board: NRF52840
SDK: 16
Soft Device: s113
So our board is custom and does not contain a crystal. We are treating P0.00 and P0.01 as GPIOs for button inputs. P0.01 works...
Hi all,
I was able to create a mesh network with two nrf5340 boards configured with the mesh light sample and the mesh light switch sample.
I am trying to substitute...
Using SDK15.3 on 52840. I've got a UART set up talking to something at 9600 baud..
The short course here is that imediately after init, I get an IRQ with a NRF_SERIAL_EVENT_DRV_ERR...
Hello, I´m working on my audio project and I try to stream some audio data (currently a 1 kHz square wave signal with 3.3 V peak) over I2S. The audio signal is sampled by...
Hello, I tried to implement the zephyr executing time functions API on my nrf52 hardware and I got the above error. According to my SoC documentation (nRF52833), this hardware...
Dear Devzone:
I am developing the design of a PCB that implements the nRF9160 SiP module, I have doubts about how to make the communication interface to connect the module...
Hello,
I used the nRF Connect plugin for VCS to create a Zephyr/BLE project. It appears this copies many files into the "build" directory which are required to compile the...
I am getting compilation errors when using the DT_ macros to access SPI bus child entries.
Overlay file:
&spi1 { compatible = "nordic,nrf-spim"; status = "okay"; sck-pin...
hardware : nRF52840DK-52840
SDK : NCSV1.7.1
IDE:Visual Studio Code
I wanted to printf float value , so I set CONFIG_CBPRINTF_FB_SUPPORT=y in my prj.conf file, my application...
Hello,
I'm using following code to read ADC values. The minimum sampling time I'm able to read the ADC reliably is 60ms. I want to lower it to say 5ms or 10ms.
Is there...
To the kind attention of Nordic support team,
reading at this: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrfxlib/softdevice_controller/README.html#softdevice...
Hello,
I have I am trying out the LPN sample from nRF5 SDK for Mesh v5.0.0 and I have an issue where certain mesh configuration messages (e.g. set publication, add application...