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...
Hi,
We have made a custom board based on BMD340 for a vital signs monitor. The board will be attached onto various parts of human body. The body shadowing effect plays an...
Hello,I am developing a stethoscope project with nrf52832 platform. Now I encounter a problem: when Xiaomi m2004j19c mobile phone connects to nrf52832 platform device 1, and...
I'm designing around part 1490-1071-2-ND (nRF52840-QIAA)
Your ref designs show DEC5 decoupled with C9, 820pfF and states "not required for Fxx & later"
Do I need to place...
We are starting a new Nordic-based project and are looking through the nRF Connect SDK 1.7.99 documentation ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf...
Hi
In the documentation of the function " int at_cmd_write_with_callback ( const char * const cmd , at_cmd_handler_t handler ) " it is written that "CMS and CME errors are...
Hi,
What we are currently using is nRF52832, the central product is SDK16, and the peripheral product is SDK13.
Does SDK17 only support BLE Secure Mode 1 Level 4?
Are...
Hello. At first I m newbie and don't have experience with Thingy:52 and Embedded Segger Studio for ARM.
I m trying to work with my Thingy with Segger j link and SEGGER embedded...
I am trying to build the zephyr blink project using west :
I have installed the gnu-arm-embedded toolchain and set my environment variables accordingly : ZEPHYR_TOOLCHAIN_VARIANT...
Hello
The Uart Baudrate is initiliazed at 115200 baud but i the BLE nRF52833 is sending with about 115900.
I try to switch to hf clock but the baudrate is to high.
...
Hey,
I have a nRF central that connects and bonds to peripheral devices via BLE.
From what I understand, the peripheral device has a BLE MAC address that isn't consistent...
I am setting to NRF_SDH_BLE_CENTRAL_LINK_COUNT=1 ,it is working fine for ( 1 central and 1 peripheral )connection is fine(data also sending),but i am changed to NRF_SDH_BLE_CENTRAL_LINK_COUNT...
Hi
I am new to Nordic
I am using nordic nrf52832 with segger embedded software tool woth nordic support version NRF SDK 16.0.0
I am facing issue with build configutations...
Hello.
I would like to get an event that an advertised packet has been sent in a peripheral device. Is there a way to do this? Also, is it possible to get the channel used...