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,
I downloaded the hello_world_with_mcuboot.zip file that Simon provided in one of the ticket few days ago - Case ID: 283917.
I built hello_world_with_mcuboot project...
Hello,
I would like to know if the application / use case stated below is implementable.
In my application I would like an nrf52840 to communicate with the Bluetooth module...
hi,
In the NUS routine, it is necessary to turn off the peripherals before entering the idle mode to minimize the power consumption, but there is no change after adding...
Hi,
I'm trying the sample fat_fs on the nRF5340 DK
1) It does build, but there is awarning
CMake Warning at D:\nRfConnect\v1.8.0\zephyr\CMakeLists.txt:722 (message)...
On a MCU PCA10040 v2.0.0, I ran the command:
.\nrfjprog.exe -f NRF52 --program .\final_image.hex --verify --reset
Which subsequently caused the board to go into a reset...
I have a Thread bench-top environment set up that includes
One nrf5340dk flashed with the openthread coap_server firmware build and flashed on 1.8 via Visual Code
Two...
Hi
If a bug stop the application to feed the wdt,Is there any way to store 8bytes application data to flash before reset which occurred by wdt?
I find that there is only...
Hi,
I'm having some difficulties understanding how to manage commands in endpoint-specific callbacks. For example, when receiving a "ZB_ZCL_CMD_CONFIG_REPORT" I'm able to...
Hello,
I have a peripheral (nRF51822, S130, using the peer manager) that should be paired/bonded with one or many centrals. I have followed the example ble_app_bms from...
Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example and I use an android app like nRF_Connect to receive the uart data on my cell phone.
The problem is that...
Hello,
I am having an issue with the nrf_libuarte_async librairie.
I am sending data via nrf_libuarte_async_tx and receiving the data properly via the IRQ handler...
Hello all, I am currently trying to get the nrf sniffer into the hardware of my nRF52840 DK board. Unfortunately when I call the programmer via the nRF Connect Desktop APP...
Hi, I am working on ble_app_uart_pca10056_s140 and after 3 minutes and I am getting the following error.
When I change APP_ADV_DURATION to 0 also get the following error...
Hi,
We have a product based on nrf52840 which is already in production for several years. It was built over SoftDevice132 and SDK 12.3.
The project has 2 components: ...