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...
Hi,
I want to use the nRF5340 for a project that will use direction finding. I want to know if the Nordic nRF5340 SoC is compatible with Bluetoothe devices form other companies...
I used NRF52832 before, nRF5_SDK_14 for the software, using the ble_app_hrs_rscs_relay example in the SDK, NRF52832 as the host to connect a heart rate wristband, and then...
Hi, hope you everything goes well.
I have a question about using the CT008-U LCD, with nrf52840. And I am going to use gfx class function to write text or draw a rectangle...
Hi, I have interfaced the nRF52832 with temperature sensor via i2c(MAX30205 temperature sensor) . I am advertising only when it become low temperature( setting the threshold...
Hi Devzone:
I want to make nRF52833 chip enter sleep mode but not deep sleep(SYSTEM OFF) so that real time clock can still wake up the system. We don't use softdevice. ...
Hey,
I have some weired problems on DFU process where the error just appears on nrfConnect PC version.
I'm experimenting with the DFU update. I have previously used SDK...
I have 20 Nordic Thingy 91 that I am using for a project to collect temperature, humidity, and air quality. I had them programmed so that they can log the info on google sheets...
Hi,
I have a couple of general questions regarding BLE packets, things that are not completely clear to me. I'm using SD S140 v6.1.0. I hope this doesn't end up in too many...
Hi there!
Me again... I'm having issues with networks that consist of more than two nodes. When my network consists of three nodes and one node sends a message to another...
Hello I'm using sdk v17 and trying to shorten PASSKEY.
Currently, my PASSKEY is 6 letters long. I want to shorten it to 4 letters, is this possible?
Or how do I get rid...
In my peripheral FW I set the Data Length to 251 and MTU to 247. I also set the Tx Max time to 16 (16 * 1.25msec), However I always see the during the connection handshaking...
Hi,
My requirement is to send a bulk of sensor data over BLE to view on the app, I have taken dummy 1000 samples and successfully transferred them by dividing it into chunks...
Hi everyone,
I'm programming nRF52833 for my application. In my application, I used ble_advdata_parse to read the advertising packet for filtering mine device. However,...